Type alias ObjectSchema

ObjectSchema: { id?: string; properties?: { [key: string]: Schema }; type: "object" }

Schema of an Object type

Type declaration

  • Optional id?: string
  • Optional properties?: { [key: string]: Schema }

    nesting of types within the object

  • type: "object"

Generated using TypeDoc