{
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "Description of the promotion restriction"
    },
    "restrictionType": {
      "type": "string",
      "description": "Type of the promotion restriction"
    }
  },
  "title": "PromotionRestriction",
  "description": "Representation of a Promotion Restriction",
  "$schema": "http://json-schema.org/schema#"
}