{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_custom_page_without_html", "title": "access_custom_page_without_html", "properties": { "app_count": { "$ref": "#/components/schemas/access_schemas-app_count" }, "created_at": { "$ref": "#/components/schemas/access_timestamp" }, "name": { "$ref": "#/components/schemas/access_custom-pages_components-schemas-name" }, "type": { "$ref": "#/components/schemas/access_schemas-type" }, "uid": { "$ref": "#/components/schemas/access_uuid" }, "updated_at": { "$ref": "#/components/schemas/access_timestamp" } }, "required": [ "name", "type" ], "type": "object" }