{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_schemas-biso_props", "title": "access_schemas-biso_props", "allOf": [ { "$ref": "#/components/schemas/access_schemas-feature_app_props" }, { "properties": { "domain": { "example": "authdomain.cloudflareaccess.com/browser", "readOnly": true }, "name": { "default": "Clientless Web Isolation", "example": "Clientless Web Isolation", "readOnly": true }, "type": { "description": "The application type.", "example": "biso", "type": "string" } } } ] }