{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DocumentPage", "title": "DocumentPage", "properties": { "pageName": { "type": "string" }, "pageNumber": { "format": "int32", "type": "integer" }, "type": { "enum": [ "BACK", "FRONT", "UNDEFINED" ], "type": "string" } }, "type": "object" }