npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

strapi-plugin-json-schema

v1.1.0

Published

Generate JSON Schema based on your Strapi content types.

Downloads

1

Readme

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