A standard (RFC 8927) for describing JSON structure. Used in API docs, validation, IDE autocomplete.
Draft-7, the most widely compatible and used version.
All present fields default to required. Null fields are optional. Use complete data for accurate schema.
Non-empty arrays infer from first element. Mixed types use anyOf. Empty arrays default to empty items.