OpenEoX / openeox

This project aims to standardize the representation and management of EOL and EOS product information across the industry.
https://openeox.org/
MIT License
25 stars 4 forks source link

Add `$schema` as property #3

Closed tschmidtb51 closed 1 year ago

tschmidtb51 commented 1 year ago

To match and check the schema automatically, we should add a $schema as property and make it mandatory.

santosomar commented 1 year ago

You're right; adding a $schema property is important for specifying which version of JSON Schema the document is written in, and it should be mandatory. In the example I provided earlier, the $schema property is already included at the beginning of the schema.

santosomar commented 1 year ago

I added you as a collaborator @tschmidtb51 . I may create a GitHub org shortly. Perhaps start with the Open Product Lifecycle Framework (OPLF) name??

santosomar commented 1 year ago

@tschmidtb51 can you review #5 ?