Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.43 KB

File metadata and controls

28 lines (15 loc) · 1.43 KB

JSONSchemas

Public repository of generated Neos JSON schemas.

What are JSON Schemas?

JSON Schemas are files which describe the layout and schema of a JSON file. You can use them to Generate Code, Validate JSON etc.

Why are these here?

When creating headless configuration files, or Neos Client generator files you might be unsure what you can do. These files are designed to fix this :)

How can I use these?

We recommend using VS Code to edit your JSON files, it will then be automatic! See VSCode's guide for more information. There are other tools you can use but we've had mixed success with these. The JSON Schema website has a list of tooling.

What schemas do you have?

Where can I learn more?

Head to the official JSON Schema website!

Why are you using draft-04 schemas?

Our JSON Schema generator only supports draft-04 right now. Please help it reach 06/07 support :)