{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/zero-trust-gateway_application_type",
"title": "zero-trust-gateway_application_type",
"properties": {
"created_at": {
"$ref": "#/components/schemas/zero-trust-gateway_timestamp"
},
"description": {
"description": "A short summary of applications with this type.",
"example": "Applications used to communicate or collaborate in a business setting.",
"type": "string"
},
"id": {
"$ref": "#/components/schemas/zero-trust-gateway_app_type_id"
},
"name": {
"$ref": "#/components/schemas/zero-trust-gateway_app-types_components-schemas-name"
}
},
"type": "object"
}