ParameterSources

CNAB Parameter Sources extension

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications
View JSON Schema on GitHub

JSON Schema

application-research-parametersources-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ParameterSources",
  "title": "ParameterSources",
  "type": "object",
  "description": "CNAB Parameter Sources extension",
  "additionalProperties": {
    "$ref": "#/components/schemas/ParameterSource"
  },
  "minProperties": 1
}