{ "$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" }