Uh oh!
There was an error while loading. Please reload this page.
Move over GDD Definitions - #40
Conversation
a82d258 to
5c8d520Comparenytamin
commented
Jan 21, 2026
Notes from Working Group meeting 2026-01-21: Due to the size of this PR, it would be good if we could have a few pairs of extra eyes testing this before merging it. |
nytamin
commented
Jan 21, 2026
Test instructions / How to test JSON-Schemas: It is a little bit tricky to test JSON-schemas locally, but here is how I do it: Preparing for testPrerequisites
I start by cloning this repo, and checking out the correct branch: > git clone https://github.com/ebu/ograf.git
>cd ograf
> git checkout fix/move-gdd-definitionsI've made a script to make it easier to test JSON-Schemas locally. It replaces all references in the JSON-schemas from > node v1/typescript-definitions/scripts/local-testing.jsAnd now, you can serve the JSON-Schemas from your localhost! > npm install --global http-server
> http-server -p 8080You should now be able to see the JSON-Schemas at http://127.0.0.1:8080/v1/specification/json-schemas/graphics/schema.json Testing JSON SchemasYou can test your JSON-Schemas by changing the "$schema": "http://localhost:8080/v1/specification/json-schemas/graphics/schema.json",You your IDE will now use your local JSON Schemas and provide intellisense and feedback. ![]() |
dvdeurse
commented
Jan 23, 2026
@nytamin I followed your instructions and experimented a bit with various GDD types, looks good to me! |

This PR copies the GDD definitions from the superfly repo into Ograf, as discussed in #24.
closes#24