1.1.0 • Published 3 years ago

strapi-plugin-json-schema v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

strapi-plugin-json-schema

Strapi - JSON Schema plugin

npm version npm downloads License

Generate JSON Schema based on your Strapi content types.

How it works?

  1. Generate JSON schema based on your Strapi content types.
  2. Add custom keyword kind in order to tell you if it's a single type or a collection type.
  3. The Strapi SDK will trigger this plugin in order to generate Typescript Types.

Getting started

⏳ Installation

You have to install this plugin within your Strapi project thanks yarn:

yarn add strapi-plugin-json-schema

After successful installation you've to build a fresh package that includes plugin UI. To archive that simply use:

yarn build --clean
yarn develop

or just run Strapi in the development mode with --watch-admin option:

yarn develop --watch-admin

The JSON Schema plugin should appear in the Plugins section of Strapi sidebar after you run app again.

Enjoy 🎉

🖐 Requirements

Complete installation requirements are exact same as for Strapi itself and can be found in the documentation under Installation Requirements.

Supported Strapi versions:

  • Strapi v3.6.0 (recently tested)
  • Strapi v3.x

(This plugin may work with the older Strapi versions, but these are not tested nor officially supported at this time.)

We recommend always using the latest version of Strapi to start your new projects.

🕹 Usage

In order to use it, you can use your best HTTP Client or software like Postman.

Then you'll have to go to your admin panel in order to copy your JWT token & paste into Authorization header. Finally you'll be able to trigger the endpoint strapi-host/json-schema and it will return an array of JSON Schema.

License

MIT License