ServiceInput
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/ServiceInput.jsonactivebooleanrequired
categorystringrequired
e.g. workflow, database, agent, hosting
codestringrequired
Stable SKU, lowercase-hyphenated
descriptionstring
metadata object
property name*any
namestringrequired
pricingTiers object[]required
Array [
amountCentsint64required
capabilitiesstring[]nullable
codestringrequired
currencystringrequired
cyclestringrequired
]
setupFeeCentsint64
ServiceInput
{
"$schema": "https://example.com/schemas/ServiceInput.json",
"active": true,
"category": "string",
"code": "string",
"description": "string",
"metadata": {},
"name": "string",
"pricingTiers": "Unknown Type: array,null",
"setupFeeCents": 0
}