{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiKeys", "title": "ApiKeys", "type": "object", "description": "The access keys for the cognitive services account.", "properties": { "key1": { "type": "string", "description": "Gets the value of key 1.", "example": "example_value" }, "key2": { "type": "string", "description": "Gets the value of key 2.", "example": "example_value" } } }