SuperFlyTV / GraphicsDataDefinition

A subset of JSON-schema, defining a generic data interchange bwtween graphics templates and their controllers
MIT License
18 stars 4 forks source link

Add designerSoftware in schema #25

Open vimlesh1975 opened 8 months ago

vimlesh1975 commented 8 months ago

I would like to include designerSoftware in schema

nytamin commented 8 months ago

Hi! Could you elaborate, what is "designerSoftware" and what options would you suggest it has?

didikunz commented 8 months ago

Something similar to the „Generator“ tag in HTML, maybe.

vimlesh1975 commented 8 months ago

That is simply the name of the software in which the template has been made. Like Wasp3d, Loopic, RCC, RCCWebAnimator, AdobeAnimate. My idea is every software has some unique charactestics, And client software developer will get some idea about special care he must take.

didikunz commented 8 months ago

Hmmm... The generator software should build templates, that work as specified. Did you have problems with some generated templates, that you could solve by adjusting your clients code? I can not imagen, what that could be. - My software "BluePrint" writes the "Generator" HTML tag. But just for advertisement :)

nytamin commented 8 months ago

I suppose we could add an optional generator property to the specification, and just define it as a string - to be used for "information about who generated the html template"