RecipeStatus

Recipe status at deployment time

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
templateKind string
templatePath string
templateVersion string
View JSON Schema on GitHub

JSON Schema

application-research-recipestatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RecipeStatus",
  "title": "RecipeStatus",
  "type": "object",
  "description": "Recipe status at deployment time",
  "properties": {
    "templateKind": {
      "type": "string"
    },
    "templatePath": {
      "type": "string"
    },
    "templateVersion": {
      "type": "string"
    }
  },
  "required": [
    "templateKind",
    "templatePath"
  ]
}