{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CredentialsApi3", "type": "object", "description": "API3 client credentials for a user", "properties": { "id": { "type": "integer", "description": "Unique identifier" }, "client_id": { "type": "string", "description": "API3 client ID" }, "created_at": { "type": "string", "description": "Timestamp when these credentials were created" }, "is_disabled": { "type": "boolean", "description": "Whether these credentials are disabled" }, "type": { "type": "string", "description": "Credential type" }, "url": { "type": "string", "description": "Relative URL" } } }