Azure Monitor · Schema

MetadataValue

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

Name Type Description
name object
value string The value of the metadata.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-monitor-metadatavalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetadataValue",
  "title": "MetadataValue",
  "type": "object",
  "properties": {
    "name": {
      "$ref": "#/components/schemas/LocalizableString"
    },
    "value": {
      "type": "string",
      "description": "The value of the metadata."
    }
  }
}