{
  "additionalProperties": false,
  "properties": {
    "estimated_ship_days": {
      "minimum": 0,
      "type": "integer"
    },
    "fulfillment_location": {
      "maxLength": 256,
      "minLength": 1,
      "type": "string"
    },
    "in_stock": {
      "type": "boolean"
    },
    "quantity_on_hand": {
      "minimum": 0,
      "type": "integer"
    },
    "sku": {
      "maxLength": 256,
      "minLength": 1,
      "type": "string"
    }
  },
  "required": [
    "sku",
    "in_stock"
  ],
  "type": "object"
}
