{
  "kind": "collectionType",
  "collectionName": "discount_codes",
  "info": {
    "name": "Discount Codes"
  },
  "options": {
    "increments": true,
    "timestamps": true
  },
  "attributes": {
    "Code": {
      "type": "string"
    },
    "description": {
      "type": "text"
    },
    "percentage": {
      "type": "integer"
    },
    "expiryDate": {
      "type": "datetime",
      "required": false
    }
  }
}
