Microsoft Azure · Schema

ManifestWrapper

Manifest wrapper.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
annotations object Additional information about the manifest.
View JSON Schema on GitHub

JSON Schema

azure-container-registry-manifest-wrapper-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ManifestWrapper",
  "type": "object",
  "description": "Manifest wrapper.",
  "properties": {
    "annotations": {
      "type": "object",
      "description": "Additional information about the manifest."
    }
  }
}