Azure Container Instances · JSON Structure

Azure Container Instances Logs Structure

The logs.

Type: object Properties: 1
AzureCloudContainer InstancesContainersMicrosoftServerless

Logs is a JSON Structure definition published by Azure Container Instances, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

content

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-instances/refs/heads/main/json-structure/azure-container-instances-logs-structure.json",
  "description": "The logs.",
  "type": "object",
  "properties": {
    "content": {
      "description": "The content of the log.",
      "type": "string"
    }
  },
  "name": "Logs"
}