You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the hints file format is a flat list of images. That does not leave any room for additional metadata such as the version of the schema/templating mechanism used.
Having the possibility of indicating the version of the file format is important since it's likely this file format might evolve in the future
My proposal is to change the schema to
messagehintsFile {
stringversion=1; // optional, we can assume for now that's v1repeatedstringimages=2
}
In practice this means that images need to be inside a :images property
Currently, the hints file format is a flat list of images. That does not leave any room for additional metadata such as the version of the schema/templating mechanism used.
Having the possibility of indicating the version of the file format is important since it's likely this file format might evolve in the future
My proposal is to change the schema to
In practice this means that images need to be inside a :images property
So a hints file would go from
to
The implementation of the new format should be retro-compatible with the current one.
What do you think?
cc/ @tompizmor @josvazg @petewall
The text was updated successfully, but these errors were encountered: