{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OauthClient", "title": "OauthClient", "type": "object", "properties": { "status": { "type": "string", "description": "The status of the Oauth Client, can be ACTIVE or CANCELLED.", "readOnly": false, "writeOnly": false } } }