Object

Objects are defined with a type equal to object and properties specified in the properties keyword.

{
    "type": "object",
    "properties": { ... }
}

Last updated

Was this helpful?