Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In bob-schema-product-conditions a number of recommended categories for product conditions are listed.

Example JSON response

This example shows a POST /product response using the conditions property.

Code Block
[
  [
    {
      "productId": "9e99ca84-163e-4f27-9ca7-16872554d3f4",
      ...

      "conditions": [
        {
          "category": "temporal",
          "text": "Valid on weekdays at hours 09-15 and 18-04"
        }
      ]
    }
  ]
]

Example texts with categories

Examples on how to use the categories.

...