{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/bill-subs-api_price",
"title": "bill-subs-api_price",
"description": "The price of the subscription that will be billed, in US dollars.",
"example": 20,
"readOnly": true,
"type": "number"
}