{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CredentialResource", "title": "CredentialResource", "properties": { "api_key": { "type": "string" } }, "required": [ "api_key" ] }