Functions host level keys.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/microsoft-azure-functions/refs/heads/main/json-schema/azure-functions-host-keys-schema.json", "title": "HostKeys", "description": "Functions host level keys.", "type": "object", "properties": { "masterKey": { "type": "string", "description": "Secret key." }, "functionKeys": { "type": "object", "description": "Host level function keys.", "additionalProperties": { "type": "string" } }, "systemKeys": { "type": "object", "description": "System keys.", "additionalProperties": { "type": "string" } } } }