Validations history

Validation #373

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultCollectDeliveryModes_879": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "code",
        "type",
        "value"
      ],
      "title": "CollectDeliveryModes - DefaultCollectDeliveryModes",
      "type": "object"
    },
    "DefaultCollectDeliveryPeriods_880": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "central_place_price": {
          "type": "number"
        },
        "code": {
          "type": "string"
        },
        "direct_farm_price": {
          "type": "number"
        },
        "harvest_type": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "increase": {
          "type": "number"
        },
        "last_price_update": {
          "format": "datetime",
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "roll_on_price": {
          "type": "number"
        },
        "satellite_place_price": {
          "type": "number"
        }
      },
      "required": [
        "central_place_price",
        "code",
        "direct_farm_price",
        "harvest_type",
        "id",
        "increase",
        "last_price_update",
        "name",
        "roll_on_price",
        "satellite_place_price"
      ],
      "title": "CollectDeliveryPeriods - DefaultCollectDeliveryPeriods",
      "type": "object"
    },
    "DefaultCollectDeliveryTypes_878": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "delivery_modes": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryModes_879",
            "type": "object"
          },
          "type": "array"
        },
        "delivery_periods": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryPeriods_880",
            "type": "object"
          },
          "type": "array"
        },
        "id": {
          "type": "integer"
        },
        "main_type": {
          "type": "string"
        },
        "order": {
          "type": "integer"
        }
      },
      "required": [
        "delivery_modes",
        "delivery_periods",
        "id",
        "main_type",
        "order"
      ],
      "title": "CollectDeliveryTypes - DefaultCollectDeliveryTypes",
      "type": "object"
    },
    "DefaultCollectMaturity_877": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "commodity_label": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "maturity": {
          "type": "string"
        },
        "strike_price": {
          "type": "number"
        },
        "warranty_cost": {
          "type": "number"
        }
      },
      "required": [
        "commodity_label",
        "id",
        "maturity",
        "strike_price",
        "warranty_cost"
      ],
      "title": "CollectMaturity - DefaultCollectMaturity",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "collection_offers": {
      "items": {
        "additionalProperties": false,
        "properties": {
          "base_label": {
            "type": "string"
          },
          "delivery_types": {
            "items": {
              "$ref": "#/definitions/DefaultCollectDeliveryTypes_878",
              "type": "object"
            },
            "type": "array"
          },
          "description": {
            "type": "string"
          },
          "harvest": {
            "type": "string"
          },
          "id": {
            "type": "integer"
          },
          "market_label": {
            "type": "string"
          },
          "market_reference": {
            "type": "string"
          },
          "marketing_tag": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "maturities": {
            "items": {
              "$ref": "#/definitions/DefaultCollectMaturity_877",
              "type": "object"
            },
            "type": "array"
          },
          "picture_url": {
            "type": "string"
          },
          "priority": {
            "type": "integer"
          },
          "product_label": {
            "type": "string"
          },
          "quality_label": {
            "type": "string"
          },
          "quantity_max_per_customer": {
            "type": "number"
          },
          "remaining_quantity": {
            "type": "number"
          },
          "short_description": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "type_label": {
            "type": "string"
          }
        },
        "required": [
          "base_label",
          "delivery_types",
          "description",
          "harvest",
          "id",
          "market_label",
          "market_reference",
          "picture_url",
          "priority",
          "product_label",
          "quality_label",
          "quantity_max_per_customer",
          "remaining_quantity",
          "short_description",
          "title",
          "type",
          "type_label"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "collection_offers"
  ],
  "title": "CollectionOffer - DefaultCollectOffer",
  "type": "object"
}

JSON instance

{
  "collection_offers": []
}

Validation #372

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultCollectDeliveryModes_879": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "code",
        "type",
        "value"
      ],
      "title": "CollectDeliveryModes - DefaultCollectDeliveryModes",
      "type": "object"
    },
    "DefaultCollectDeliveryPeriods_880": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "central_place_price": {
          "type": "number"
        },
        "code": {
          "type": "string"
        },
        "direct_farm_price": {
          "type": "number"
        },
        "harvest_type": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "increase": {
          "type": "number"
        },
        "last_price_update": {
          "format": "datetime",
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "roll_on_price": {
          "type": "number"
        },
        "satellite_place_price": {
          "type": "number"
        }
      },
      "required": [
        "central_place_price",
        "code",
        "direct_farm_price",
        "harvest_type",
        "id",
        "increase",
        "last_price_update",
        "name",
        "roll_on_price",
        "satellite_place_price"
      ],
      "title": "CollectDeliveryPeriods - DefaultCollectDeliveryPeriods",
      "type": "object"
    },
    "DefaultCollectDeliveryTypes_878": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "delivery_modes": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryModes_879",
            "type": "object"
          },
          "type": "array"
        },
        "delivery_periods": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryPeriods_880",
            "type": "object"
          },
          "type": "array"
        },
        "id": {
          "type": "integer"
        },
        "main_type": {
          "type": "string"
        },
        "order": {
          "type": "integer"
        }
      },
      "required": [
        "delivery_modes",
        "delivery_periods",
        "id",
        "main_type",
        "order"
      ],
      "title": "CollectDeliveryTypes - DefaultCollectDeliveryTypes",
      "type": "object"
    },
    "DefaultCollectMaturity_877": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "commodity_label": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "maturity": {
          "type": "string"
        },
        "strike_price": {
          "type": "number"
        },
        "warranty_cost": {
          "type": "number"
        }
      },
      "required": [
        "commodity_label",
        "id",
        "maturity",
        "strike_price",
        "warranty_cost"
      ],
      "title": "CollectMaturity - DefaultCollectMaturity",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "collection_offers": {
      "items": {
        "additionalProperties": false,
        "properties": {
          "base_label": {
            "type": "string"
          },
          "delivery_types": {
            "items": {
              "$ref": "#/definitions/DefaultCollectDeliveryTypes_878",
              "type": "object"
            },
            "type": "array"
          },
          "description": {
            "type": "string"
          },
          "harvest": {
            "type": "string"
          },
          "id": {
            "type": "integer"
          },
          "market_label": {
            "type": "string"
          },
          "market_reference": {
            "type": "string"
          },
          "marketing_tag": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "maturities": {
            "items": {
              "$ref": "#/definitions/DefaultCollectMaturity_877",
              "type": "object"
            },
            "type": "array"
          },
          "picture_url": {
            "type": "string"
          },
          "priority": {
            "type": "integer"
          },
          "product_label": {
            "type": "string"
          },
          "quality_label": {
            "type": "string"
          },
          "quantity_max_per_customer": {
            "type": "number"
          },
          "remaining_quantity": {
            "type": "number"
          },
          "short_description": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "type_label": {
            "type": "string"
          }
        },
        "required": [
          "base_label",
          "delivery_types",
          "description",
          "harvest",
          "id",
          "market_label",
          "market_reference",
          "picture_url",
          "priority",
          "product_label",
          "quality_label",
          "quantity_max_per_customer",
          "remaining_quantity",
          "short_description",
          "title",
          "type",
          "type_label"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "collection_offers"
  ],
  "title": "CollectionOffer - DefaultCollectOffer",
  "type": "object"
}

JSON instance

{
  "collection_offers": []
}

Validation #371

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultCollectDeliveryModes_879": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "code",
        "type",
        "value"
      ],
      "title": "CollectDeliveryModes - DefaultCollectDeliveryModes",
      "type": "object"
    },
    "DefaultCollectDeliveryPeriods_880": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "central_place_price": {
          "type": "number"
        },
        "code": {
          "type": "string"
        },
        "direct_farm_price": {
          "type": "number"
        },
        "harvest_type": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "increase": {
          "type": "number"
        },
        "last_price_update": {
          "format": "datetime",
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "roll_on_price": {
          "type": "number"
        },
        "satellite_place_price": {
          "type": "number"
        }
      },
      "required": [
        "central_place_price",
        "code",
        "direct_farm_price",
        "harvest_type",
        "id",
        "increase",
        "last_price_update",
        "name",
        "roll_on_price",
        "satellite_place_price"
      ],
      "title": "CollectDeliveryPeriods - DefaultCollectDeliveryPeriods",
      "type": "object"
    },
    "DefaultCollectDeliveryTypes_878": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "delivery_modes": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryModes_879",
            "type": "object"
          },
          "type": "array"
        },
        "delivery_periods": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryPeriods_880",
            "type": "object"
          },
          "type": "array"
        },
        "id": {
          "type": "integer"
        },
        "main_type": {
          "type": "string"
        },
        "order": {
          "type": "integer"
        }
      },
      "required": [
        "delivery_modes",
        "delivery_periods",
        "id",
        "main_type",
        "order"
      ],
      "title": "CollectDeliveryTypes - DefaultCollectDeliveryTypes",
      "type": "object"
    },
    "DefaultCollectMaturity_877": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "commodity_label": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "maturity": {
          "type": "string"
        },
        "strike_price": {
          "type": "number"
        },
        "warranty_cost": {
          "type": "number"
        }
      },
      "required": [
        "commodity_label",
        "id",
        "maturity",
        "strike_price",
        "warranty_cost"
      ],
      "title": "CollectMaturity - DefaultCollectMaturity",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "collection_offers": {
      "items": {
        "additionalProperties": false,
        "properties": {
          "base_label": {
            "type": "string"
          },
          "delivery_types": {
            "items": {
              "$ref": "#/definitions/DefaultCollectDeliveryTypes_878",
              "type": "object"
            },
            "type": "array"
          },
          "description": {
            "type": "string"
          },
          "harvest": {
            "type": "string"
          },
          "id": {
            "type": "integer"
          },
          "market_label": {
            "type": "string"
          },
          "market_reference": {
            "type": "string"
          },
          "marketing_tag": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "maturities": {
            "items": {
              "$ref": "#/definitions/DefaultCollectMaturity_877",
              "type": "object"
            },
            "type": "array"
          },
          "picture_url": {
            "type": "string"
          },
          "priority": {
            "type": "integer"
          },
          "product_label": {
            "type": "string"
          },
          "quality_label": {
            "type": "string"
          },
          "quantity_max_per_customer": {
            "type": "number"
          },
          "remaining_quantity": {
            "type": "number"
          },
          "short_description": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "type_label": {
            "type": "string"
          }
        },
        "required": [
          "base_label",
          "delivery_types",
          "description",
          "harvest",
          "id",
          "market_label",
          "market_reference",
          "picture_url",
          "priority",
          "product_label",
          "quality_label",
          "quantity_max_per_customer",
          "remaining_quantity",
          "short_description",
          "title",
          "type",
          "type_label"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "collection_offers"
  ],
  "title": "CollectionOffer - DefaultCollectOffer",
  "type": "object"
}

JSON instance

{
  "collection_offers": []
}

Validation #370

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultCollectDeliveryModes_879": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "code",
        "type",
        "value"
      ],
      "title": "CollectDeliveryModes - DefaultCollectDeliveryModes",
      "type": "object"
    },
    "DefaultCollectDeliveryPeriods_880": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "central_place_price": {
          "type": "number"
        },
        "code": {
          "type": "string"
        },
        "direct_farm_price": {
          "type": "number"
        },
        "harvest_type": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "increase": {
          "type": "number"
        },
        "last_price_update": {
          "format": "datetime",
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "roll_on_price": {
          "type": "number"
        },
        "satellite_place_price": {
          "type": "number"
        }
      },
      "required": [
        "central_place_price",
        "code",
        "direct_farm_price",
        "harvest_type",
        "id",
        "increase",
        "last_price_update",
        "name",
        "roll_on_price",
        "satellite_place_price"
      ],
      "title": "CollectDeliveryPeriods - DefaultCollectDeliveryPeriods",
      "type": "object"
    },
    "DefaultCollectDeliveryTypes_878": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "delivery_modes": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryModes_879",
            "type": "object"
          },
          "type": "array"
        },
        "delivery_periods": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryPeriods_880",
            "type": "object"
          },
          "type": "array"
        },
        "id": {
          "type": "integer"
        },
        "main_type": {
          "type": "string"
        },
        "order": {
          "type": "integer"
        }
      },
      "required": [
        "delivery_modes",
        "delivery_periods",
        "id",
        "main_type",
        "order"
      ],
      "title": "CollectDeliveryTypes - DefaultCollectDeliveryTypes",
      "type": "object"
    },
    "DefaultCollectMaturity_877": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "commodity_label": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "maturity": {
          "type": "string"
        },
        "strike_price": {
          "type": "number"
        },
        "warranty_cost": {
          "type": "number"
        }
      },
      "required": [
        "commodity_label",
        "id",
        "maturity",
        "strike_price",
        "warranty_cost"
      ],
      "title": "CollectMaturity - DefaultCollectMaturity",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "collection_offers": {
      "items": {
        "additionalProperties": false,
        "properties": {
          "base_label": {
            "type": "string"
          },
          "delivery_types": {
            "items": {
              "$ref": "#/definitions/DefaultCollectDeliveryTypes_878",
              "type": "object"
            },
            "type": "array"
          },
          "description": {
            "type": "string"
          },
          "harvest": {
            "type": "string"
          },
          "id": {
            "type": "integer"
          },
          "market_label": {
            "type": "string"
          },
          "market_reference": {
            "type": "string"
          },
          "marketing_tag": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "maturities": {
            "items": {
              "$ref": "#/definitions/DefaultCollectMaturity_877",
              "type": "object"
            },
            "type": "array"
          },
          "picture_url": {
            "type": "string"
          },
          "priority": {
            "type": "integer"
          },
          "product_label": {
            "type": "string"
          },
          "quality_label": {
            "type": "string"
          },
          "quantity_max_per_customer": {
            "type": "number"
          },
          "remaining_quantity": {
            "type": "number"
          },
          "short_description": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "type_label": {
            "type": "string"
          }
        },
        "required": [
          "base_label",
          "delivery_types",
          "description",
          "harvest",
          "id",
          "market_label",
          "market_reference",
          "picture_url",
          "priority",
          "product_label",
          "quality_label",
          "quantity_max_per_customer",
          "remaining_quantity",
          "short_description",
          "title",
          "type",
          "type_label"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "collection_offers"
  ],
  "title": "CollectionOffer - DefaultCollectOffer",
  "type": "object"
}

JSON instance

{
  "collection_offers": []
}

Validation #369

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultCollectDeliveryModes_879": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "code",
        "type",
        "value"
      ],
      "title": "CollectDeliveryModes - DefaultCollectDeliveryModes",
      "type": "object"
    },
    "DefaultCollectDeliveryPeriods_880": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "central_place_price": {
          "type": "number"
        },
        "code": {
          "type": "string"
        },
        "direct_farm_price": {
          "type": "number"
        },
        "harvest_type": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "increase": {
          "type": "number"
        },
        "last_price_update": {
          "format": "datetime",
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "roll_on_price": {
          "type": "number"
        },
        "satellite_place_price": {
          "type": "number"
        }
      },
      "required": [
        "central_place_price",
        "code",
        "direct_farm_price",
        "harvest_type",
        "id",
        "increase",
        "last_price_update",
        "name",
        "roll_on_price",
        "satellite_place_price"
      ],
      "title": "CollectDeliveryPeriods - DefaultCollectDeliveryPeriods",
      "type": "object"
    },
    "DefaultCollectDeliveryTypes_878": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "delivery_modes": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryModes_879",
            "type": "object"
          },
          "type": "array"
        },
        "delivery_periods": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryPeriods_880",
            "type": "object"
          },
          "type": "array"
        },
        "id": {
          "type": "integer"
        },
        "main_type": {
          "type": "string"
        },
        "order": {
          "type": "integer"
        }
      },
      "required": [
        "delivery_modes",
        "delivery_periods",
        "id",
        "main_type",
        "order"
      ],
      "title": "CollectDeliveryTypes - DefaultCollectDeliveryTypes",
      "type": "object"
    },
    "DefaultCollectMaturity_877": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "commodity_label": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "maturity": {
          "type": "string"
        },
        "strike_price": {
          "type": "number"
        },
        "warranty_cost": {
          "type": "number"
        }
      },
      "required": [
        "commodity_label",
        "id",
        "maturity",
        "strike_price",
        "warranty_cost"
      ],
      "title": "CollectMaturity - DefaultCollectMaturity",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "collection_offers": {
      "items": {
        "additionalProperties": false,
        "properties": {
          "base_label": {
            "type": "string"
          },
          "delivery_types": {
            "items": {
              "$ref": "#/definitions/DefaultCollectDeliveryTypes_878",
              "type": "object"
            },
            "type": "array"
          },
          "description": {
            "type": "string"
          },
          "harvest": {
            "type": "string"
          },
          "id": {
            "type": "integer"
          },
          "market_label": {
            "type": "string"
          },
          "market_reference": {
            "type": "string"
          },
          "marketing_tag": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "maturities": {
            "items": {
              "$ref": "#/definitions/DefaultCollectMaturity_877",
              "type": "object"
            },
            "type": "array"
          },
          "picture_url": {
            "type": "string"
          },
          "priority": {
            "type": "integer"
          },
          "product_label": {
            "type": "string"
          },
          "quality_label": {
            "type": "string"
          },
          "quantity_max_per_customer": {
            "type": "number"
          },
          "remaining_quantity": {
            "type": "number"
          },
          "short_description": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "type_label": {
            "type": "string"
          }
        },
        "required": [
          "base_label",
          "delivery_types",
          "description",
          "harvest",
          "id",
          "market_label",
          "market_reference",
          "picture_url",
          "priority",
          "product_label",
          "quality_label",
          "quantity_max_per_customer",
          "remaining_quantity",
          "short_description",
          "title",
          "type",
          "type_label"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "collection_offers"
  ],
  "title": "CollectionOffer - DefaultCollectOffer",
  "type": "object"
}

JSON instance

{
  "collection_offers": []
}

Validation #368

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultCollectDeliveryModes_879": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "code",
        "type",
        "value"
      ],
      "title": "CollectDeliveryModes - DefaultCollectDeliveryModes",
      "type": "object"
    },
    "DefaultCollectDeliveryPeriods_880": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "central_place_price": {
          "type": "number"
        },
        "code": {
          "type": "string"
        },
        "direct_farm_price": {
          "type": "number"
        },
        "harvest_type": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "increase": {
          "type": "number"
        },
        "last_price_update": {
          "format": "datetime",
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "roll_on_price": {
          "type": "number"
        },
        "satellite_place_price": {
          "type": "number"
        }
      },
      "required": [
        "central_place_price",
        "code",
        "direct_farm_price",
        "harvest_type",
        "id",
        "increase",
        "last_price_update",
        "name",
        "roll_on_price",
        "satellite_place_price"
      ],
      "title": "CollectDeliveryPeriods - DefaultCollectDeliveryPeriods",
      "type": "object"
    },
    "DefaultCollectDeliveryTypes_878": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "delivery_modes": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryModes_879",
            "type": "object"
          },
          "type": "array"
        },
        "delivery_periods": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryPeriods_880",
            "type": "object"
          },
          "type": "array"
        },
        "id": {
          "type": "integer"
        },
        "main_type": {
          "type": "string"
        },
        "order": {
          "type": "integer"
        }
      },
      "required": [
        "delivery_modes",
        "delivery_periods",
        "id",
        "main_type",
        "order"
      ],
      "title": "CollectDeliveryTypes - DefaultCollectDeliveryTypes",
      "type": "object"
    },
    "DefaultCollectMaturity_877": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "commodity_label": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "maturity": {
          "type": "string"
        },
        "strike_price": {
          "type": "number"
        },
        "warranty_cost": {
          "type": "number"
        }
      },
      "required": [
        "commodity_label",
        "id",
        "maturity",
        "strike_price",
        "warranty_cost"
      ],
      "title": "CollectMaturity - DefaultCollectMaturity",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "collection_offers": {
      "items": {
        "additionalProperties": false,
        "properties": {
          "base_label": {
            "type": "string"
          },
          "delivery_types": {
            "items": {
              "$ref": "#/definitions/DefaultCollectDeliveryTypes_878",
              "type": "object"
            },
            "type": "array"
          },
          "description": {
            "type": "string"
          },
          "harvest": {
            "type": "string"
          },
          "id": {
            "type": "integer"
          },
          "market_label": {
            "type": "string"
          },
          "market_reference": {
            "type": "string"
          },
          "marketing_tag": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "maturities": {
            "items": {
              "$ref": "#/definitions/DefaultCollectMaturity_877",
              "type": "object"
            },
            "type": "array"
          },
          "picture_url": {
            "type": "string"
          },
          "priority": {
            "type": "integer"
          },
          "product_label": {
            "type": "string"
          },
          "quality_label": {
            "type": "string"
          },
          "quantity_max_per_customer": {
            "type": "number"
          },
          "remaining_quantity": {
            "type": "number"
          },
          "short_description": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "type_label": {
            "type": "string"
          }
        },
        "required": [
          "base_label",
          "delivery_types",
          "description",
          "harvest",
          "id",
          "market_label",
          "market_reference",
          "picture_url",
          "priority",
          "product_label",
          "quality_label",
          "quantity_max_per_customer",
          "remaining_quantity",
          "short_description",
          "title",
          "type",
          "type_label"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "collection_offers"
  ],
  "title": "CollectionOffer - DefaultCollectOffer",
  "type": "object"
}

JSON instance

{
  "collection_offers": []
}

Validation #367

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultCollectDeliveryModes_879": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "code",
        "type",
        "value"
      ],
      "title": "CollectDeliveryModes - DefaultCollectDeliveryModes",
      "type": "object"
    },
    "DefaultCollectDeliveryPeriods_880": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "central_place_price": {
          "type": "number"
        },
        "code": {
          "type": "string"
        },
        "direct_farm_price": {
          "type": "number"
        },
        "harvest_type": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "increase": {
          "type": "number"
        },
        "last_price_update": {
          "format": "datetime",
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "roll_on_price": {
          "type": "number"
        },
        "satellite_place_price": {
          "type": "number"
        }
      },
      "required": [
        "central_place_price",
        "code",
        "direct_farm_price",
        "harvest_type",
        "id",
        "increase",
        "last_price_update",
        "name",
        "roll_on_price",
        "satellite_place_price"
      ],
      "title": "CollectDeliveryPeriods - DefaultCollectDeliveryPeriods",
      "type": "object"
    },
    "DefaultCollectDeliveryTypes_878": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "delivery_modes": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryModes_879",
            "type": "object"
          },
          "type": "array"
        },
        "delivery_periods": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryPeriods_880",
            "type": "object"
          },
          "type": "array"
        },
        "id": {
          "type": "integer"
        },
        "main_type": {
          "type": "string"
        },
        "order": {
          "type": "integer"
        }
      },
      "required": [
        "delivery_modes",
        "delivery_periods",
        "id",
        "main_type",
        "order"
      ],
      "title": "CollectDeliveryTypes - DefaultCollectDeliveryTypes",
      "type": "object"
    },
    "DefaultCollectMaturity_877": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "commodity_label": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "maturity": {
          "type": "string"
        },
        "strike_price": {
          "type": "number"
        },
        "warranty_cost": {
          "type": "number"
        }
      },
      "required": [
        "commodity_label",
        "id",
        "maturity",
        "strike_price",
        "warranty_cost"
      ],
      "title": "CollectMaturity - DefaultCollectMaturity",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "collection_offers": {
      "items": {
        "additionalProperties": false,
        "properties": {
          "base_label": {
            "type": "string"
          },
          "delivery_types": {
            "items": {
              "$ref": "#/definitions/DefaultCollectDeliveryTypes_878",
              "type": "object"
            },
            "type": "array"
          },
          "description": {
            "type": "string"
          },
          "harvest": {
            "type": "string"
          },
          "id": {
            "type": "integer"
          },
          "market_label": {
            "type": "string"
          },
          "market_reference": {
            "type": "string"
          },
          "marketing_tag": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "maturities": {
            "items": {
              "$ref": "#/definitions/DefaultCollectMaturity_877",
              "type": "object"
            },
            "type": "array"
          },
          "picture_url": {
            "type": "string"
          },
          "priority": {
            "type": "integer"
          },
          "product_label": {
            "type": "string"
          },
          "quality_label": {
            "type": "string"
          },
          "quantity_max_per_customer": {
            "type": "number"
          },
          "remaining_quantity": {
            "type": "number"
          },
          "short_description": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "type_label": {
            "type": "string"
          }
        },
        "required": [
          "base_label",
          "delivery_types",
          "description",
          "harvest",
          "id",
          "market_label",
          "market_reference",
          "picture_url",
          "priority",
          "product_label",
          "quality_label",
          "quantity_max_per_customer",
          "remaining_quantity",
          "short_description",
          "title",
          "type",
          "type_label"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "collection_offers"
  ],
  "title": "CollectionOffer - DefaultCollectOffer",
  "type": "object"
}

JSON instance

{
  "collection_offers": []
}

Validation #366

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultCollectDeliveryModes_879": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "code",
        "type",
        "value"
      ],
      "title": "CollectDeliveryModes - DefaultCollectDeliveryModes",
      "type": "object"
    },
    "DefaultCollectDeliveryPeriods_880": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "central_place_price": {
          "type": "number"
        },
        "code": {
          "type": "string"
        },
        "direct_farm_price": {
          "type": "number"
        },
        "harvest_type": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "increase": {
          "type": "number"
        },
        "last_price_update": {
          "format": "datetime",
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "roll_on_price": {
          "type": "number"
        },
        "satellite_place_price": {
          "type": "number"
        }
      },
      "required": [
        "central_place_price",
        "code",
        "direct_farm_price",
        "harvest_type",
        "id",
        "increase",
        "last_price_update",
        "name",
        "roll_on_price",
        "satellite_place_price"
      ],
      "title": "CollectDeliveryPeriods - DefaultCollectDeliveryPeriods",
      "type": "object"
    },
    "DefaultCollectDeliveryTypes_878": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "delivery_modes": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryModes_879",
            "type": "object"
          },
          "type": "array"
        },
        "delivery_periods": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryPeriods_880",
            "type": "object"
          },
          "type": "array"
        },
        "id": {
          "type": "integer"
        },
        "main_type": {
          "type": "string"
        },
        "order": {
          "type": "integer"
        }
      },
      "required": [
        "delivery_modes",
        "delivery_periods",
        "id",
        "main_type",
        "order"
      ],
      "title": "CollectDeliveryTypes - DefaultCollectDeliveryTypes",
      "type": "object"
    },
    "DefaultCollectMaturity_877": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "commodity_label": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "maturity": {
          "type": "string"
        },
        "strike_price": {
          "type": "number"
        },
        "warranty_cost": {
          "type": "number"
        }
      },
      "required": [
        "commodity_label",
        "id",
        "maturity",
        "strike_price",
        "warranty_cost"
      ],
      "title": "CollectMaturity - DefaultCollectMaturity",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "collection_offers": {
      "items": {
        "additionalProperties": false,
        "properties": {
          "base_label": {
            "type": "string"
          },
          "delivery_types": {
            "items": {
              "$ref": "#/definitions/DefaultCollectDeliveryTypes_878",
              "type": "object"
            },
            "type": "array"
          },
          "description": {
            "type": "string"
          },
          "harvest": {
            "type": "string"
          },
          "id": {
            "type": "integer"
          },
          "market_label": {
            "type": "string"
          },
          "market_reference": {
            "type": "string"
          },
          "marketing_tag": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "maturities": {
            "items": {
              "$ref": "#/definitions/DefaultCollectMaturity_877",
              "type": "object"
            },
            "type": "array"
          },
          "picture_url": {
            "type": "string"
          },
          "priority": {
            "type": "integer"
          },
          "product_label": {
            "type": "string"
          },
          "quality_label": {
            "type": "string"
          },
          "quantity_max_per_customer": {
            "type": "number"
          },
          "remaining_quantity": {
            "type": "number"
          },
          "short_description": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "type_label": {
            "type": "string"
          }
        },
        "required": [
          "base_label",
          "delivery_types",
          "description",
          "harvest",
          "id",
          "market_label",
          "market_reference",
          "picture_url",
          "priority",
          "product_label",
          "quality_label",
          "quantity_max_per_customer",
          "remaining_quantity",
          "short_description",
          "title",
          "type",
          "type_label"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "collection_offers"
  ],
  "title": "CollectionOffer - DefaultCollectOffer",
  "type": "object"
}

JSON instance

{
  "collection_offers": []
}

Validation #365

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultCollectDeliveryModes_879": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "code",
        "type",
        "value"
      ],
      "title": "CollectDeliveryModes - DefaultCollectDeliveryModes",
      "type": "object"
    },
    "DefaultCollectDeliveryPeriods_880": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "central_place_price": {
          "type": "number"
        },
        "code": {
          "type": "string"
        },
        "direct_farm_price": {
          "type": "number"
        },
        "harvest_type": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "increase": {
          "type": "number"
        },
        "last_price_update": {
          "format": "datetime",
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "roll_on_price": {
          "type": "number"
        },
        "satellite_place_price": {
          "type": "number"
        }
      },
      "required": [
        "central_place_price",
        "code",
        "direct_farm_price",
        "harvest_type",
        "id",
        "increase",
        "last_price_update",
        "name",
        "roll_on_price",
        "satellite_place_price"
      ],
      "title": "CollectDeliveryPeriods - DefaultCollectDeliveryPeriods",
      "type": "object"
    },
    "DefaultCollectDeliveryTypes_878": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "delivery_modes": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryModes_879",
            "type": "object"
          },
          "type": "array"
        },
        "delivery_periods": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryPeriods_880",
            "type": "object"
          },
          "type": "array"
        },
        "id": {
          "type": "integer"
        },
        "main_type": {
          "type": "string"
        },
        "order": {
          "type": "integer"
        }
      },
      "required": [
        "delivery_modes",
        "delivery_periods",
        "id",
        "main_type",
        "order"
      ],
      "title": "CollectDeliveryTypes - DefaultCollectDeliveryTypes",
      "type": "object"
    },
    "DefaultCollectMaturity_877": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "commodity_label": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "maturity": {
          "type": "string"
        },
        "strike_price": {
          "type": "number"
        },
        "warranty_cost": {
          "type": "number"
        }
      },
      "required": [
        "commodity_label",
        "id",
        "maturity",
        "strike_price",
        "warranty_cost"
      ],
      "title": "CollectMaturity - DefaultCollectMaturity",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "collection_offers": {
      "items": {
        "additionalProperties": false,
        "properties": {
          "base_label": {
            "type": "string"
          },
          "delivery_types": {
            "items": {
              "$ref": "#/definitions/DefaultCollectDeliveryTypes_878",
              "type": "object"
            },
            "type": "array"
          },
          "description": {
            "type": "string"
          },
          "harvest": {
            "type": "string"
          },
          "id": {
            "type": "integer"
          },
          "market_label": {
            "type": "string"
          },
          "market_reference": {
            "type": "string"
          },
          "marketing_tag": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "maturities": {
            "items": {
              "$ref": "#/definitions/DefaultCollectMaturity_877",
              "type": "object"
            },
            "type": "array"
          },
          "picture_url": {
            "type": "string"
          },
          "priority": {
            "type": "integer"
          },
          "product_label": {
            "type": "string"
          },
          "quality_label": {
            "type": "string"
          },
          "quantity_max_per_customer": {
            "type": "number"
          },
          "remaining_quantity": {
            "type": "number"
          },
          "short_description": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "type_label": {
            "type": "string"
          }
        },
        "required": [
          "base_label",
          "delivery_types",
          "description",
          "harvest",
          "id",
          "market_label",
          "market_reference",
          "picture_url",
          "priority",
          "product_label",
          "quality_label",
          "quantity_max_per_customer",
          "remaining_quantity",
          "short_description",
          "title",
          "type",
          "type_label"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "collection_offers"
  ],
  "title": "CollectionOffer - DefaultCollectOffer",
  "type": "object"
}

JSON instance

{
  "collection_offers": [
    {
      "base_label": "id aliquip",
      "delivery_types": [
        {
          "delivery_modes": [
            {
              "code": "r",
              "type": "qui ",
              "value": "irure"
            },
            {
              "code": "ut ullamco proident nulla",
              "type": "officia magna cillum ex do",
              "value": "in magna"
            },
            {
              "code": "ut fugiat dolore est irure",
              "type": "commodo ea velit in enim",
              "value": "ex dolore Ut commodo sed"
            },
            {
              "code": "Lorem",
              "type": "quis magna",
              "value": "ullamco nisi ad sit"
            },
            {
              "code": "tempor",
              "type": "occaecat enim fugiat sint culpa",
              "value": "e"
            }
          ],
          "delivery_periods": [
            {
              "central_place_price": -84537500.94658971,
              "code": "dolore pariatur",
              "direct_farm_price": -67200597.02558085,
              "harvest_type": "aliqua",
              "id": 16873275,
              "increase": -92603125.33929028,
              "last_price_update": "2005-12-17T06:16:53.552Z",
              "name": "in",
              "roll_on_price": 40090249.90739584,
              "satellite_place_price": 12761725.364461228
            },
            {
              "central_place_price": -73002834.72816709,
              "code": "voluptate ex",
              "direct_farm_price": 32105173.44156702,
              "harvest_type": "nulla ut",
              "id": 86979770,
              "increase": -39031853.83204546,
              "last_price_update": "2013-06-24T09:39:13.321Z",
              "name": "qui in",
              "roll_on_price": -27455065.971462116,
              "satellite_place_price": 38662757.973122805
            }
          ],
          "id": 11111855,
          "main_type": "et dolore magna tempor",
          "order": 75122908
        }
      ],
      "description": "in enim",
      "harvest": "id labore veniam",
      "id": -69965031,
      "market_label": "dolore Lorem",
      "market_reference": "ut minim laboris id est",
      "picture_url": "incididunt",
      "priority": -66440060,
      "product_label": "commodo",
      "quality_label": "exercitation sit culpa",
      "quantity_max_per_customer": 2328717.1169045866,
      "remaining_quantity": -27799616.27153313,
      "short_description": "ex",
      "title": "commodo non minim magna",
      "type": "ea sunt incididunt deserunt",
      "type_label": "dolore te"
    }
  ]
}

Validation #364

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultCollectDeliveryModes_879": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "code",
        "type",
        "value"
      ],
      "title": "CollectDeliveryModes - DefaultCollectDeliveryModes",
      "type": "object"
    },
    "DefaultCollectDeliveryPeriods_880": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "central_place_price": {
          "type": "number"
        },
        "code": {
          "type": "string"
        },
        "direct_farm_price": {
          "type": "number"
        },
        "harvest_type": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "increase": {
          "type": "number"
        },
        "last_price_update": {
          "format": "datetime",
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "roll_on_price": {
          "type": "number"
        },
        "satellite_place_price": {
          "type": "number"
        }
      },
      "required": [
        "central_place_price",
        "code",
        "direct_farm_price",
        "harvest_type",
        "id",
        "increase",
        "last_price_update",
        "name",
        "roll_on_price",
        "satellite_place_price"
      ],
      "title": "CollectDeliveryPeriods - DefaultCollectDeliveryPeriods",
      "type": "object"
    },
    "DefaultCollectDeliveryTypes_878": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "delivery_modes": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryModes_879",
            "type": "object"
          },
          "type": "array"
        },
        "delivery_periods": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryPeriods_880",
            "type": "object"
          },
          "type": "array"
        },
        "id": {
          "type": "integer"
        },
        "main_type": {
          "type": "string"
        },
        "order": {
          "type": "integer"
        }
      },
      "required": [
        "delivery_modes",
        "delivery_periods",
        "id",
        "main_type",
        "order"
      ],
      "title": "CollectDeliveryTypes - DefaultCollectDeliveryTypes",
      "type": "object"
    },
    "DefaultCollectMaturity_877": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "commodity_label": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "maturity": {
          "type": "string"
        },
        "strike_price": {
          "type": "number"
        },
        "warranty_cost": {
          "type": "number"
        }
      },
      "required": [
        "commodity_label",
        "id",
        "maturity",
        "strike_price",
        "warranty_cost"
      ],
      "title": "CollectMaturity - DefaultCollectMaturity",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "collection_offers": {
      "items": {
        "additionalProperties": false,
        "properties": {
          "base_label": {
            "type": "string"
          },
          "delivery_types": {
            "items": {
              "$ref": "#/definitions/DefaultCollectDeliveryTypes_878",
              "type": "object"
            },
            "type": "array"
          },
          "description": {
            "type": "string"
          },
          "harvest": {
            "type": "string"
          },
          "id": {
            "type": "integer"
          },
          "market_label": {
            "type": "string"
          },
          "market_reference": {
            "type": "string"
          },
          "marketing_tag": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "maturities": {
            "items": {
              "$ref": "#/definitions/DefaultCollectMaturity_877",
              "type": "object"
            },
            "type": "array"
          },
          "picture_url": {
            "type": "string"
          },
          "priority": {
            "type": "integer"
          },
          "product_label": {
            "type": "string"
          },
          "quality_label": {
            "type": "string"
          },
          "quantity_max_per_customer": {
            "type": "number"
          },
          "remaining_quantity": {
            "type": "number"
          },
          "short_description": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "type_label": {
            "type": "string"
          }
        },
        "required": [
          "base_label",
          "delivery_types",
          "description",
          "harvest",
          "id",
          "market_label",
          "market_reference",
          "picture_url",
          "priority",
          "product_label",
          "quality_label",
          "quantity_max_per_customer",
          "remaining_quantity",
          "short_description",
          "title",
          "type",
          "type_label"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "collection_offers"
  ],
  "title": "CollectionOffer - DefaultCollectOffer",
  "type": "object"
}

JSON instance

{
  "collection_offers": []
}