{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-instances/refs/heads/main/json-schema/azure-container-instances-logs-schema.json", "title": "Logs", "description": "The logs.", "type": "object", "properties": { "content": { "description": "The content of the log.", "type": "string" } } }