{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "properties": {
    "orderid": {
      "type": "string"
    },
    "orderperson": {
      "type": "string"
    }
  },
  "required": [
    "orderid",
    "orderperson"
  ],
  "type": "object"
}
