Meta

Component descriptor metadata

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
schemaVersion string Schema version identifier
View JSON Schema on GitHub

JSON Schema

application-research-meta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Meta",
  "title": "Meta",
  "type": "object",
  "description": "Component descriptor metadata",
  "required": [
    "schemaVersion"
  ],
  "properties": {
    "schemaVersion": {
      "type": "string",
      "description": "Schema version identifier",
      "examples": [
        "v2"
      ]
    }
  }
}