BicepRecipeProperties

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications
View JSON Schema on GitHub

JSON Schema

application-research-biceprecipeproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BicepRecipeProperties",
  "title": "BicepRecipeProperties",
  "allOf": [
    {
      "$ref": "#/components/schemas/RecipeProperties"
    },
    {
      "type": "object",
      "properties": {
        "templateKind": {
          "type": "string",
          "enum": [
            "bicep"
          ]
        },
        "plainHttp": {
          "type": "boolean"
        }
      }
    }
  ]
}