ApplicationResource

Application DependenciesCloud-NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
properties object
id string
name string
type string
systemData object
tags object
location string
View JSON Schema on GitHub

JSON Schema

application-research-applicationresource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplicationResource",
  "title": "ApplicationResource",
  "type": "object",
  "properties": {
    "properties": {
      "$ref": "#/components/schemas/ApplicationProperties"
    },
    "id": {
      "type": "string",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "readOnly": true
    },
    "type": {
      "type": "string",
      "readOnly": true
    },
    "systemData": {
      "type": "object",
      "readOnly": true
    },
    "tags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "location": {
      "type": "string"
    }
  },
  "required": [
    "properties",
    "location"
  ]
}