bill-subs-api_component-value

APIs.ioEngineeringPlatform

Properties

Name Type Description
default object
name object
unit_price object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-bill-subs-api-component-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/bill-subs-api_component-value",
  "title": "bill-subs-api_component-value",
  "properties": {
    "default": {
      "$ref": "#/components/schemas/bill-subs-api_default"
    },
    "name": {
      "$ref": "#/components/schemas/bill-subs-api_components-schemas-name"
    },
    "unit_price": {
      "$ref": "#/components/schemas/bill-subs-api_unit_price"
    }
  },
  "type": "object"
}