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