roll20-shaped-scripts icon indicating copy to clipboard operation
roll20-shaped-scripts copied to clipboard

Replace JSON validator with standard one based on JSON schema

Open symposion opened this issue 9 years ago • 0 comments

From @symposion on April 6, 2016 8:34

Ideally I'd like to move the whole spec format to JSON schema, but I suspect that it won't handle the complexities of the layout I need to deal with the text parsing. Failing that, we should generate JSON schema and use a standard validator instead of the custom code that I have at the moment.

Copied from original issue: symposion/roll20-api-scripts#52

symposion avatar Apr 14 '16 15:04 symposion