bill-subs-api_schemas-component_values

Array of available components values for the plan.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-bill-subs-api-schemas-component-values-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/bill-subs-api_schemas-component_values",
  "title": "bill-subs-api_schemas-component_values",
  "description": "Array of available components values for the plan.",
  "items": {
    "$ref": "#/components/schemas/bill-subs-api_component-value"
  },
  "type": "array"
}