{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/page_Full", "title": "page_Full", "allOf": [ { "type": "object", "properties": { "id": { "type": "integer", "description": "ID of the page. Read-Only.", "example": 44, "readOnly": true } } }, { "$ref": "#/components/schemas/page_Base_Res" } ], "x-internal": false }