kickstartDS / storybook-addon-jsonschema

Displays associated JSON Schema documentation using a rich schema explorer interface, and adds a validating JSON Code Editor with semantic auto-complete to interact with your components, and copy configurations with ease.
https://www.kickstartDS.com/docs/integration/storybook/schema
MIT License
12 stars 1 forks source link

Add fitting `LICENSE` to repository #8

Open julrich opened 2 years ago

julrich commented 2 years ago

Would ideally use MIT here, but definitely need to check the ramifications of using parts of Atlassians JSON Schema Viewer (https://github.com/atlassian-labs/json-schema-viewer).

They use Apache License 2.0 themselves: https://github.com/atlassian-labs/json-schema-viewer/blob/master/LICENSE Think this means we will have to use at least Apache License 2.0 ourselves to be compliant. But I'll need to re-check!

LICENSE has to be added to package.json, too!