{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api_connectedapps_v1_ConnectedAppPublic", "title": "api_connectedapps_v1_ConnectedAppPublic", "type": "object", "properties": { "client_id": { "type": "string" }, "client_name": { "type": "string" }, "client_description": { "type": "string" }, "client_type": { "type": "string" }, "logo_url": { "type": "string" } }, "required": [ "client_id", "client_name", "client_description", "client_type" ] }