This commit is contained in:
史振东
2024-11-04 09:44:33 +00:00
parent 2e292843ae
commit c6b6608b2a

View File

@@ -0,0 +1,34 @@
JSON Schema Glossary
JSON Schema Keywords
Learn JSON Schema
Understanding JSON Schema
Conventions used
What is a schema?
The basics
JSON Schema Reference
Type-specific keywords
string
regular expressions
numeric types
object
array
boolean
null
Generic keywords
Annotations
Comments
Enumerated values
Constant values
Media: string-encoding non-JSON data
Schema Composition
Applying Subschemas Conditionally
Declaring a Dialect
Structuring a complex schema
For implementers
Common Interfaces across Implementations
clipboard icon
Specification
JSON Schema Keywords
JSON Schema keywords are the building blocks of JSON Schema and they are used to define the structure of a JSON document.
Find below the list of JSON Schema Keywords and their links to the JSON Schema docs: