Provider

Component provider information

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
name string Provider name
labels object
View JSON Schema on GitHub

JSON Schema

application-research-provider-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Provider",
  "title": "Provider",
  "type": "object",
  "description": "Component provider information",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Provider name",
      "examples": [
        "acme",
        "ailab",
        "enterprise"
      ]
    },
    "labels": {
      "$ref": "#/components/schemas/Labels"
    }
  }
}