AcademySoftwareFoundation / rawtoaces

RAW to ACES Utility
141 stars 47 forks source link

Change license type to validate JSON with or without requiring a license #92

Closed andyp6 closed 6 years ago

andyp6 commented 7 years ago

Using the provided schema in the JSON Schema Validator gives a single error. 'License' type is expected to be a string, however a license may not necessarily be issued or needed. Changing the type to String/Null allows for either option.