{
  "$id": "#affiliate/promocode",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "_links": {},
    "affiliate_id": {
      "type": ["null", "number"]
    },
    "end_date": {
      "type": ["null", "string"]
    },
    "group": {
      "type": "string"
    },
    "limit": {
      "type": ["string", "number"]
    },
    "name": {
      "type": "string"
    },
    "promocode_products": {
      "items": {
        "$ref": "#affiliate/promocode#/definitions/IDiscountPromocodeProductsEntity"
      },
      "type": "array"
    },
    "start_date": {
      "type": ["null", "string"]
    },
    "success_message": {
      "type": "string"
    }
  },
  "required": [
    "affiliate_id",
    "end_date",
    "group",
    "limit",
    "name",
    "start_date",
    "success_message"
  ],
  "type": "object"
}
