Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
No installation necessary
  • Loading branch information
mkaz committed Oct 29, 2021
commit 6ad7204c62b28d92a3538dc4829899a1e14a8956
8 changes: 0 additions & 8 deletions schemas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

The collection of schemas used in WordPress, including the `theme.json` schema, and `block.json` schemas.

## Installation

Install the module

```shell
$ npm install @wordpress/schemas --save-dev
```

## Usage

JSON schemas are used by code editors to offer tooltips, autocomplete, and validation. To use in your JSON file, add the `$schema` property to the top of the file with the value of the schema URL.
Expand Down