{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CatalogApplication", "title": "CatalogApplication", "type": "object", "properties": { "_links": { "type": "object", "additionalProperties": { "type": "object", "properties": {} }, "readOnly": true }, "category": { "type": "string" }, "description": { "type": "string" }, "displayName": { "type": "string" }, "features": { "type": "array", "items": { "type": "string" } }, "id": { "type": "string", "readOnly": true }, "lastUpdated": { "type": "string", "format": "date-time", "readOnly": true }, "name": { "type": "string" }, "signOnModes": { "type": "array", "items": { "type": "string" } }, "status": { "$ref": "#/components/schemas/CatalogApplicationStatus" }, "verificationStatus": { "type": "string" }, "website": { "type": "string" } }, "x-okta-tags": [ "Role" ] }