{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-functions/refs/heads/main/json-schema/azure-functions-connection-string-dictionary-schema.json", "title": "ConnectionStringDictionary", "description": "String dictionary resource.", "type": "object", "properties": { "properties": { "additionalProperties": { "$ref": "#/definitions/ConnStringValueTypePair" }, "description": "Connection strings.", "type": "object", "x-ms-client-flatten": true } } }