Azure Networking · Schema

Operation

AzureCloudInfrastructureMicrosoftNetworking

Properties

Name Type Description
name string
display object
isDataAction boolean
View JSON Schema on GitHub

JSON Schema

microsoft-azure-networking-operation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Operation",
  "title": "Operation",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "display": {
      "type": "object",
      "properties": {
        "provider": {
          "type": "string"
        },
        "resource": {
          "type": "string"
        },
        "operation": {
          "type": "string"
        },
        "description": {
          "type": "string"
        }
      }
    },
    "isDataAction": {
      "type": "boolean"
    }
  }
}