{
  "$schema": "http://json-schema.org/draft-03/schema",
  "properties": {
    "id": {
      "type": "number",
      "blank": false,
      "description": "Pricing Family identifier"
    },
    "product_type_id": {
      "type": "number",
      "blank": false,
      "description": "Orchard Product type id"
    },
    "name": {
      "type": "string",
      "blank": false,
      "description": "Pricing Family Name",
      "maxLength": 45
    },
    "scheme_level": {
      "type": "string",
      "black": false,
      "description": "Orchard Pricing Scheme Level"
    },
    "created_date": {
      "type": "string",
      "format": "date-time",
      "description": "The date that a Pricing Family is created"
    },
    "created_by": {
      "type": "string",
      "description": "The oa:{user_id} that created the pricing family"
    },
    "updated_date": {
      "type": "string",
      "format": "date-time",
      "description": "The date that a Pricing Family is updated"
    },
    "updated_by": {
      "type": "string",
      "description": "The oa:{user_id} that updated the pricing family"
    },
  }
}
