{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProductPostingModeEnum", "title": "Product posting mode", "enum": [ "Once", "PerTimeUnit" ], "type": "string", "description": "\n\nOnce\n\nPerTimeUnit", "x-enumNames": [ "Once", "PerTimeUnit" ], "x-enumDescriptions": [ "", "" ] }