{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_basic_app_response_props", "title": "access_basic_app_response_props", "properties": { "aud": { "$ref": "#/components/schemas/access_schemas-aud" }, "created_at": { "$ref": "#/components/schemas/access_timestamp" }, "id": { "$ref": "#/components/schemas/access_uuid" }, "scim_config": { "$ref": "#/components/schemas/access_scim_config" }, "updated_at": { "$ref": "#/components/schemas/access_timestamp" } }, "type": "object" }