{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_vnc_props", "title": "access_vnc_props", "allOf": [ { "$ref": "#/components/schemas/access_self_hosted_props" }, { "properties": { "type": { "description": "The application type.", "example": "vnc", "type": "string" } } } ] }