{ "$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-application-logs-config-schema.json", "title": "ApplicationLogsConfig", "description": "Application logs configuration.", "type": "object", "properties": { "azureBlobStorage": { "$ref": "#/definitions/AzureBlobStorageApplicationLogsConfig", "description": "Application logs to blob storage configuration." }, "azureTableStorage": { "$ref": "#/definitions/AzureTableStorageApplicationLogsConfig", "description": "Application logs to azure table storage configuration." }, "fileSystem": { "$ref": "#/definitions/FileSystemApplicationLogsConfig", "description": "Application logs to file system configuration." } } }