ResourceProvisioning

Specifies how the underlying service/resource is provisioned and managed

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications
View JSON Schema on GitHub

JSON Schema

application-research-resourceprovisioning-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceProvisioning",
  "title": "ResourceProvisioning",
  "type": "string",
  "description": "Specifies how the underlying service/resource is provisioned and managed",
  "enum": [
    "recipe",
    "manual"
  ]
}