{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CarrierAccountCreateRequest", "title": "CarrierAccountCreateRequest", "type": "object", "required": [ "carrier", "account_id" ], "properties": { "carrier": { "type": "string" }, "account_id": { "type": "string" }, "parameters": { "type": "object" }, "active": { "type": "boolean" } } }