* `b2b` - B2B * `b2c` - B2C * `other` - Other
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BusinessModelEnum", "title": "BusinessModelEnum", "enum": [ "b2b", "b2c", "other" ], "type": "string", "description": "* `b2b` - B2B\n* `b2c` - B2C\n* `other` - Other" }