ResourceMetadata

The metadata for the Resource

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
annotations object
View JSON Schema on GitHub

JSON Schema

application-research-resourcemetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceMetadata",
  "title": "ResourceMetadata",
  "type": "object",
  "description": "The metadata for the Resource",
  "additionalProperties": true,
  "properties": {
    "annotations": {
      "$ref": "#/components/schemas/Annotations"
    }
  }
}