ResourceReference

Describes a reference to an existing resource

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
id string Resource id of an existing resource
View JSON Schema on GitHub

JSON Schema

application-research-resourcereference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceReference",
  "title": "ResourceReference",
  "type": "object",
  "description": "Describes a reference to an existing resource",
  "properties": {
    "id": {
      "type": "string",
      "description": "Resource id of an existing resource"
    }
  },
  "required": [
    "id"
  ]
}