Dependencies

CNAB Dependencies extension

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
requires object Dependent bundles required by this bundle
View JSON Schema on GitHub

JSON Schema

application-research-dependencies-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Dependencies",
  "title": "Dependencies",
  "type": "object",
  "description": "CNAB Dependencies extension",
  "properties": {
    "requires": {
      "type": "object",
      "description": "Dependent bundles required by this bundle",
      "additionalProperties": {
        "$ref": "#/components/schemas/Dependency"
      },
      "minProperties": 1
    }
  },
  "minProperties": 1
}