bill-subs-api_component_values

The list of add-ons subscribed to.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-bill-subs-api-component-values-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/bill-subs-api_component_values",
  "title": "bill-subs-api_component_values",
  "description": "The list of add-ons subscribed to.",
  "items": {
    "$ref": "#/components/schemas/bill-subs-api_component_value"
  },
  "type": "array"
}