{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CredentialsApi3", "type": "object", "properties": { "id": { "type": "integer" }, "client_id": { "type": "string" }, "created_at": { "type": "string" }, "is_disabled": { "type": "boolean" }, "type": { "type": "string" }, "url": { "type": "string" } } }