Validations history

Validation #1255

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/' of type object did not match the following type: array in schema b1f02718-d205-5e3d-ba47-c310cd6e48b2

JSON Schema

{
  "definitions": {
    "DefaultLocalization_2210": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "latitude": {
          "type": "number"
        },
        "longitude": {
          "type": "number"
        }
      },
      "required": [
        "latitude",
        "longitude"
      ],
      "title": "Localization - DefaultLocalization",
      "type": "object"
    },
    "FungicideParcelSumUpTarget_2223": {
      "additionalProperties": false,
      "properties": {
        "isTargetInTest": {
          "type": "boolean"
        },
        "numberOfDays": {
          "type": "integer"
        },
        "riskLevelId": {
          "type": "integer"
        },
        "riskLevelLabel": {
          "type": "string"
        },
        "targetId": {
          "type": "integer"
        },
        "targetLabel": {
          "type": "string"
        }
      },
      "required": [
        "numberOfDays",
        "riskLevelId",
        "riskLevelLabel",
        "targetId",
        "targetLabel"
      ],
      "title": "FungicideTarget - FungicideParcelSumUpTarget",
      "type": "object"
    }
  },
  "items": {
    "additionalProperties": false,
    "properties": {
      "cropId": {
        "type": "integer"
      },
      "cropLabel": {
        "type": "string"
      },
      "fieldId": {
        "type": "integer"
      },
      "fieldName": {
        "type": "string"
      },
      "groupId": {
        "type": "integer"
      },
      "groupLabel": {
        "type": "string"
      },
      "localization": {
        "$ref": "#/definitions/DefaultLocalization_2210",
        "type": "object"
      },
      "missingObservations": {
        "type": "integer"
      },
      "stageId": {
        "type": "integer"
      },
      "stageLabel": {
        "type": "string"
      },
      "surface": {
        "type": "number"
      },
      "targets": {
        "items": {
          "$ref": "#/definitions/FungicideParcelSumUpTarget_2223",
          "type": "object"
        },
        "type": "array"
      }
    },
    "required": [
      "cropId",
      "cropLabel",
      "fieldId",
      "fieldName",
      "groupId",
      "groupLabel",
      "localization",
      "missingObservations",
      "stageId",
      "stageLabel",
      "surface",
      "targets"
    ],
    "type": "object"
  },
  "title": "FungicideParcel - FungicideParcelSumUp",
  "type": "array"
}

JSON instance

{
  "cropId": 25918,
  "cropLabel": "MMS 2022",
  "fieldId": 2002,
  "fieldName": "Gueron 1 ",
  "groupId": 2,
  "groupLabel": "Blé tendre",
  "localization": {
    "latitude": 47.7539,
    "longitude": 4.1766
  },
  "missingObservations": 1,
  "stageId": 2285,
  "stageLabel": "Épi 1 cm, début montaison",
  "surface": 28.19,
  "targets": [
    {
      "isTargetInTest": true,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 1,
      "targetLabel": "Piétin-verse"
    },
    {
      "isTargetInTest": false,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 2,
      "targetLabel": "Septoriose"
    },
    {
      "isTargetInTest": false,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 3,
      "targetLabel": "Rouille brune"
    },
    {
      "isTargetInTest": false,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 4,
      "targetLabel": "Rouille jaune"
    },
    {
      "isTargetInTest": false,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 6,
      "targetLabel": "Oïdium"
    },
    {
      "isTargetInTest": true,
      "numberOfDays": 0,
      "riskLevelId": 3,
      "riskLevelLabel": "Pas de risque",
      "targetId": 7,
      "targetLabel": "Fusariose"
    }
  ]
}

Validation #1254

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/' of type object did not match the following type: array in schema b1f02718-d205-5e3d-ba47-c310cd6e48b2

JSON Schema

{
  "definitions": {
    "DefaultLocalization_2210": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "latitude": {
          "type": "number"
        },
        "longitude": {
          "type": "number"
        }
      },
      "required": [
        "latitude",
        "longitude"
      ],
      "title": "Localization - DefaultLocalization",
      "type": "object"
    },
    "FungicideParcelSumUpTarget_2223": {
      "additionalProperties": false,
      "properties": {
        "isTargetInTest": {
          "type": "boolean"
        },
        "numberOfDays": {
          "type": "integer"
        },
        "riskLevelId": {
          "type": "integer"
        },
        "riskLevelLabel": {
          "type": "string"
        },
        "targetId": {
          "type": "integer"
        },
        "targetLabel": {
          "type": "string"
        }
      },
      "required": [
        "numberOfDays",
        "riskLevelId",
        "riskLevelLabel",
        "targetId",
        "targetLabel"
      ],
      "title": "FungicideTarget - FungicideParcelSumUpTarget",
      "type": "object"
    }
  },
  "items": {
    "additionalProperties": false,
    "properties": {
      "cropId": {
        "type": "integer"
      },
      "cropLabel": {
        "type": "string"
      },
      "fieldId": {
        "type": "integer"
      },
      "fieldName": {
        "type": "string"
      },
      "groupId": {
        "type": "integer"
      },
      "groupLabel": {
        "type": "string"
      },
      "localization": {
        "$ref": "#/definitions/DefaultLocalization_2210",
        "type": "object"
      },
      "missingObservations": {
        "type": "integer"
      },
      "stageId": {
        "type": "integer"
      },
      "stageLabel": {
        "type": "string"
      },
      "surface": {
        "type": "number"
      },
      "targets": {
        "items": {
          "$ref": "#/definitions/FungicideParcelSumUpTarget_2223",
          "type": "object"
        },
        "type": "array"
      }
    },
    "required": [
      "cropId",
      "cropLabel",
      "fieldId",
      "fieldName",
      "groupId",
      "groupLabel",
      "localization",
      "missingObservations",
      "stageId",
      "stageLabel",
      "surface",
      "targets"
    ],
    "type": "object"
  },
  "title": "FungicideParcel - FungicideParcelSumUp",
  "type": "array"
}

JSON instance

{
  "cropId": 25918,
  "cropLabel": "MMS 2022",
  "fieldId": 2002,
  "fieldName": "Gueron 1 ",
  "groupId": 2,
  "groupLabel": "Blé tendre",
  "localization": {
    "latitude": 47.7539,
    "longitude": 4.1766
  },
  "missingObservations": 1,
  "stageId": 2285,
  "stageLabel": "Épi 1 cm, début montaison",
  "surface": 28.19,
  "targets": [
    {
      "isTargetInTest": true,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 1,
      "targetLabel": "Piétin-verse"
    },
    {
      "isTargetInTest": false,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 2,
      "targetLabel": "Septoriose"
    },
    {
      "isTargetInTest": false,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 3,
      "targetLabel": "Rouille brune"
    },
    {
      "isTargetInTest": false,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 4,
      "targetLabel": "Rouille jaune"
    },
    {
      "isTargetInTest": false,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 6,
      "targetLabel": "Oïdium"
    },
    {
      "isTargetInTest": true,
      "numberOfDays": 0,
      "riskLevelId": 3,
      "riskLevelLabel": "Pas de risque",
      "targetId": 7,
      "targetLabel": "Fusariose"
    }
  ]
}

Validation #1253

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/' contains additional properties ["stageId", "stageLabel", "targets"] outside of the schema when none are allowed in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f
  • The property '#/' did not contain a required property of 'antePreviousCropId' in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f
  • The property '#/' did not contain a required property of 'antePreviousCropLabel' in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f
  • The property '#/' did not contain a required property of 'calculationDate' in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f
  • The property '#/' did not contain a required property of 'cityCode' in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f
  • The property '#/' did not contain a required property of 'countryCode' in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f
  • The property '#/' did not contain a required property of 'currentDayRisks' in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f
  • The property '#/' did not contain a required property of 'farmId' in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f
  • The property '#/' did not contain a required property of 'nextDaysRisks' in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f
  • The property '#/' did not contain a required property of 'ploughed' in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f
  • The property '#/' did not contain a required property of 'predictionDate' in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f
  • The property '#/' did not contain a required property of 'predictionModelLabel' in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f
  • The property '#/' did not contain a required property of 'previousCropId' in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f
  • The property '#/' did not contain a required property of 'previousCropLabel' in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f
  • The property '#/' did not contain a required property of 'soilTextureId' in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f
  • The property '#/' did not contain a required property of 'soilTextureLabel' in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f
  • The property '#/' did not contain a required property of 'sowingDate' in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f
  • The property '#/' did not contain a required property of 'stages' in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f
  • The property '#/' did not contain a required property of 'workOperations' in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f
  • The property '#/' did not contain a required property of 'yieldPotential' in schema 436f1e7d-052f-5f56-aa0c-eb275417cd2f

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultFungicideDayRisks_2225": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "globalRiskLevel": {
          "type": "integer"
        },
        "globalRiskLevelLabel": {
          "type": "string"
        },
        "globalRiskPictureURL": {
          "type": "string"
        },
        "organs": {
          "items": {
            "$ref": "#/definitions/DefaultFungicideOrgan_2222",
            "type": "object"
          },
          "type": "array"
        },
        "targets": {
          "items": {
            "$ref": "#/definitions/FungicideDetailTarget_2224",
            "type": "object"
          },
          "type": "array"
        }
      },
      "required": [
        "globalRiskLevelLabel",
        "targets"
      ],
      "title": "FungicideDayRisks - DefaultFungicideDayRisks",
      "type": "object"
    },
    "DefaultFungicideOrgan_2222": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "organId": {
          "type": "integer"
        },
        "organLabel": {
          "type": "string"
        },
        "organRiskLevel": {
          "type": "integer"
        },
        "organRiskLevelLabel": {
          "type": "string"
        }
      },
      "required": [
        "organId",
        "organLabel",
        "organRiskLevel",
        "organRiskLevelLabel"
      ],
      "title": "FungicideOrgan - DefaultFungicideOrgan",
      "type": "object"
    },
    "DefaultFungicideStage_2221": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "observationId": {
          "description": "Obligatoire si stageType == 1",
          "type": "integer"
        },
        "position": {
          "type": "integer"
        },
        "stageDate": {
          "type": "string"
        },
        "stageDescription": {
          "type": "string"
        },
        "stageId": {
          "type": "integer"
        },
        "stageLabel": {
          "type": "string"
        },
        "stagePictureURL": {
          "type": "string"
        },
        "stageType": {
          "type": "integer"
        }
      },
      "required": [
        "observationId",
        "position",
        "stageDate",
        "stageDescription",
        "stageId",
        "stageLabel",
        "stagePictureURL",
        "stageType"
      ],
      "title": "FungicideStage - DefaultFungicideStage",
      "type": "object"
    },
    "DefaultFungicideWorkOperation_2227": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "operationDate": {
          "type": "string"
        },
        "operationId": {
          "type": "integer"
        },
        "operationsProducts": {
          "items": {
            "$ref": "#/definitions/FungicideOperationProduct_2226",
            "type": "object"
          },
          "type": "array"
        },
        "workOperationLabel": {
          "type": "string"
        },
        "workOperationType": {
          "type": "integer"
        }
      },
      "required": [
        "operationDate",
        "operationId",
        "operationsProducts",
        "workOperationLabel",
        "workOperationType"
      ],
      "title": "FungicideWorkOperation - DefaultFungicideWorkOperation",
      "type": "object"
    },
    "DefaultLocalization_2210": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "latitude": {
          "type": "number"
        },
        "longitude": {
          "type": "number"
        }
      },
      "required": [
        "latitude",
        "longitude"
      ],
      "title": "Localization - DefaultLocalization",
      "type": "object"
    },
    "FungicideDetailTarget_2224": {
      "additionalProperties": false,
      "properties": {
        "isTargetInTest": {
          "type": "boolean"
        },
        "numberOfDays": {
          "type": "integer"
        },
        "organs": {
          "items": {
            "$ref": "#/definitions/DefaultFungicideOrgan_2222",
            "type": "object"
          },
          "type": "array"
        },
        "plantAlertLevel": {
          "type": "integer"
        },
        "plantAlertLevelLabel": {
          "type": "string"
        },
        "targetDescription": {
          "type": "string"
        },
        "targetId": {
          "type": "integer"
        },
        "targetLabel": {
          "type": "string"
        }
      },
      "required": [
        "isTargetInTest",
        "organs",
        "plantAlertLevel",
        "plantAlertLevelLabel",
        "targetId",
        "targetLabel"
      ],
      "title": "FungicideTarget - FungicideDetailTarget",
      "type": "object"
    },
    "FungicideOperationProduct_2226": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "productId": {
          "type": "integer"
        },
        "productLabel": {
          "type": "string"
        },
        "quantity": {
          "type": "number"
        },
        "unitCode": {
          "type": "string"
        },
        "unitId": {
          "type": "integer"
        }
      },
      "required": [
        "productId",
        "productLabel",
        "quantity",
        "unitCode",
        "unitId"
      ],
      "title": "FungicideProduct - FungicideOperationProduct",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "antePreviousCropId": {
      "type": "integer"
    },
    "antePreviousCropLabel": {
      "type": "string"
    },
    "calculationDate": {
      "description": "Non utilisé",
      "type": "string"
    },
    "cityCode": {
      "type": "string"
    },
    "cityName": {
      "type": "string"
    },
    "countryCode": {
      "description": "Non utilisé",
      "type": "string"
    },
    "cropId": {
      "type": "integer"
    },
    "cropLabel": {
      "type": "string"
    },
    "currentDayRisks": {
      "$ref": "#/definitions/DefaultFungicideDayRisks_2225",
      "type": "object"
    },
    "farmId": {
      "description": "Non utilisé",
      "type": "integer"
    },
    "fieldId": {
      "type": "integer"
    },
    "fieldName": {
      "type": "string"
    },
    "groupId": {
      "type": "integer"
    },
    "groupLabel": {
      "type": "string"
    },
    "localization": {
      "$ref": "#/definitions/DefaultLocalization_2210",
      "type": "object"
    },
    "missingObservations": {
      "type": "integer"
    },
    "nextDaysRisks": {
      "items": {
        "$ref": "#/definitions/DefaultFungicideDayRisks_2225",
        "type": "object"
      },
      "type": "array"
    },
    "ploughed": {
      "type": "string"
    },
    "predictionDate": {
      "type": "string"
    },
    "predictionModelLabel": {
      "description": "Non utilisé",
      "type": "string"
    },
    "previousCropId": {
      "type": "integer"
    },
    "previousCropLabel": {
      "type": "string"
    },
    "soilTextureId": {
      "type": "integer"
    },
    "soilTextureLabel": {
      "type": "string"
    },
    "sowingDate": {
      "type": "string"
    },
    "stages": {
      "items": {
        "$ref": "#/definitions/DefaultFungicideStage_2221",
        "type": "object"
      },
      "type": "array"
    },
    "surface": {
      "type": "number"
    },
    "workOperations": {
      "items": {
        "$ref": "#/definitions/DefaultFungicideWorkOperation_2227",
        "type": "object"
      },
      "type": "array"
    },
    "yieldPotential": {
      "type": "string"
    }
  },
  "required": [
    "antePreviousCropId",
    "antePreviousCropLabel",
    "calculationDate",
    "cityCode",
    "countryCode",
    "cropId",
    "cropLabel",
    "currentDayRisks",
    "farmId",
    "fieldId",
    "fieldName",
    "groupId",
    "groupLabel",
    "localization",
    "missingObservations",
    "nextDaysRisks",
    "ploughed",
    "predictionDate",
    "predictionModelLabel",
    "previousCropId",
    "previousCropLabel",
    "soilTextureId",
    "soilTextureLabel",
    "sowingDate",
    "stages",
    "surface",
    "workOperations",
    "yieldPotential"
  ],
  "title": "FungicideParcel - DefaultFungicideFieldDetail",
  "type": "object"
}

JSON instance

{
  "cropId": 25918,
  "cropLabel": "MMS 2022",
  "fieldId": 2002,
  "fieldName": "Gueron 1 ",
  "groupId": 2,
  "groupLabel": "Blé tendre",
  "localization": {
    "latitude": 47.7539,
    "longitude": 4.1766
  },
  "missingObservations": 1,
  "stageId": 2285,
  "stageLabel": "Épi 1 cm, début montaison",
  "surface": 28.19,
  "targets": [
    {
      "isTargetInTest": true,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 1,
      "targetLabel": "Piétin-verse"
    },
    {
      "isTargetInTest": false,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 2,
      "targetLabel": "Septoriose"
    },
    {
      "isTargetInTest": false,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 3,
      "targetLabel": "Rouille brune"
    },
    {
      "isTargetInTest": false,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 4,
      "targetLabel": "Rouille jaune"
    },
    {
      "isTargetInTest": false,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 6,
      "targetLabel": "Oïdium"
    },
    {
      "isTargetInTest": true,
      "numberOfDays": 0,
      "riskLevelId": 3,
      "riskLevelLabel": "Pas de risque",
      "targetId": 7,
      "targetLabel": "Fusariose"
    }
  ]
}

Validation #1252

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/delivery_info/email' of type null did not match the following type: string in schema 3f559a0c-e4ec-536c-a0e2-32abb51c4ddc

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultDeliveryAddresses_895": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "address": {
          "description": "deliveryAddress",
          "type": "string"
        },
        "city": {
          "description": "deliveryCity",
          "type": "string"
        },
        "id_delivery_address": {
          "description": "idDeliveryAddress",
          "type": "string"
        },
        "price_zone": {
          "description": "priceZone",
          "type": "string"
        },
        "proximity_place": {
          "description": "placeAttach",
          "type": "string"
        }
      },
      "required": [
        "address",
        "city",
        "id_delivery_address",
        "price_zone"
      ],
      "title": "DeliveryAddresses - DefaultDeliveryAddresses",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "delivery_info": {
      "additionalProperties": false,
      "properties": {
        "customer_relation_email": {
          "description": "emailCommercial",
          "type": "string"
        },
        "delivery_addresses": {
          "items": {
            "$ref": "#/definitions/DefaultDeliveryAddresses_895",
            "type": "object"
          },
          "type": "array"
        },
        "email": {
          "description": "emailFarm | email",
          "type": "string"
        },
        "mobile_phone": {
          "anyOf": [
            {
              "description": "mobilePhone",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        }
      },
      "required": [
        "customer_relation_email",
        "delivery_addresses",
        "email",
        "mobile_phone"
      ],
      "type": "object"
    }
  },
  "required": [
    "delivery_info"
  ],
  "title": "DeliveryInfo - DefaultDeliveryInfo",
  "type": "object"
}

JSON instance

{
  "delivery_info": {
    "customer_relation_email": "dgaborit@soufflet.com",
    "delivery_addresses": [
      {
        "address": "GAEC LA GARENNE DES BUGAUDIERES",
        "city": "MR OU ME ARNOLDI / FORGERIT,ST PIERRE LA NOUE",
        "id_delivery_address": "92004990",
        "price_zone": "RT061",
        "proximity_place": "0180"
      }
    ],
    "email": null,
    "mobile_phone": null
  }
}

Validation #1251

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/' contains additional properties ["collection_offers"] outside of the schema when none are allowed in schema 3f559a0c-e4ec-536c-a0e2-32abb51c4ddc
  • The property '#/' did not contain a required property of 'delivery_info' in schema 3f559a0c-e4ec-536c-a0e2-32abb51c4ddc

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultDeliveryAddresses_895": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "address": {
          "description": "deliveryAddress",
          "type": "string"
        },
        "city": {
          "description": "deliveryCity",
          "type": "string"
        },
        "id_delivery_address": {
          "description": "idDeliveryAddress",
          "type": "string"
        },
        "price_zone": {
          "description": "priceZone",
          "type": "string"
        },
        "proximity_place": {
          "description": "placeAttach",
          "type": "string"
        }
      },
      "required": [
        "address",
        "city",
        "id_delivery_address",
        "price_zone"
      ],
      "title": "DeliveryAddresses - DefaultDeliveryAddresses",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "delivery_info": {
      "additionalProperties": false,
      "properties": {
        "customer_relation_email": {
          "description": "emailCommercial",
          "type": "string"
        },
        "delivery_addresses": {
          "items": {
            "$ref": "#/definitions/DefaultDeliveryAddresses_895",
            "type": "object"
          },
          "type": "array"
        },
        "email": {
          "description": "emailFarm | email",
          "type": "string"
        },
        "mobile_phone": {
          "anyOf": [
            {
              "description": "mobilePhone",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        }
      },
      "required": [
        "customer_relation_email",
        "delivery_addresses",
        "email",
        "mobile_phone"
      ],
      "type": "object"
    }
  },
  "required": [
    "delivery_info"
  ],
  "title": "DeliveryInfo - DefaultDeliveryInfo",
  "type": "object"
}

JSON instance

{
  "collection_offers": [
    {
      "base_label": "Base Juillet",
      "delivery_types": [
        {
          "delivery_modes": [
            {
              "code": "0189",
              "type": "CTL",
              "value": "BOUHET (recommandé)"
            },
            {
              "code": "0198",
              "type": "SAT",
              "value": "CLAVETTE"
            },
            {
              "code": "0757",
              "type": "SAT",
              "value": "LA RONDE"
            },
            {
              "code": "0180",
              "type": "SAT",
              "value": "LANDRAIS"
            },
            {
              "code": "018",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0187",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0631",
              "type": "SAT",
              "value": "MARANS GROIZELEAU STK"
            },
            {
              "code": "0248",
              "type": "SAT",
              "value": "PUY DU LAC L AUBREE PILET STK"
            },
            {
              "code": "0756",
              "type": "SAT",
              "value": "ST JEAN DE LIVERSAY"
            },
            {
              "code": "0273",
              "type": "SAT",
              "value": "ST MEDARD D AUNIS"
            },
            {
              "code": "0694",
              "type": "SAT",
              "value": "ST SAUVEUR D AUNIS DUBOIS STK"
            },
            {
              "code": "0161",
              "type": "SAT",
              "value": "STE SOULLE PECHEREAU STK"
            }
          ],
          "delivery_periods": [
            {
              "available_places": [
                {
                  "code": "0161"
                },
                {
                  "code": "0180"
                },
                {
                  "code": "0187"
                },
                {
                  "code": "0189"
                },
                {
                  "code": "0198"
                },
                {
                  "code": "0273"
                },
                {
                  "code": "0631"
                },
                {
                  "code": "0694"
                },
                {
                  "code": "0756"
                },
                {
                  "code": "0757"
                }
              ],
              "central_place_price": 358.7,
              "code": "Avril",
              "direct_farm_price": 358.7,
              "harvest_type": "Hors-moisson",
              "id": 517,
              "increase": 8.835,
              "last_price_update": "2022-03-17T12:35:00+00:00",
              "month_code": "05",
              "name": "AVRIL / 15 MAI",
              "roll_on_price": 347.7,
              "satellite_place_price": 356.7
            }
          ],
          "id": 953,
          "main_type": "RDU1"
        },
        {
          "delivery_modes": [],
          "delivery_periods": [
            {
              "available_places": [],
              "central_place_price": 358.7,
              "code": "Avril",
              "direct_farm_price": 358.7,
              "harvest_type": "Hors-moisson",
              "id": 517,
              "increase": 8.835,
              "last_price_update": "2022-03-17T12:35:00+00:00",
              "month_code": "05",
              "name": "AVRIL / 15 MAI",
              "roll_on_price": 347.7,
              "satellite_place_price": 356.7
            }
          ],
          "id": 1399,
          "main_type": "DEP2"
        }
      ],
      "description": null,
      "harvest": "2021",
      "id": 454,
      "market_label": "RDU La Pallice (B)",
      "market_reference": "82",
      "marketing_tag": null,
      "maturities": [],
      "picture_url": "https://static-cf.farmi.com/collect/offers/triticale.jpg",
      "price_zone_id": 49,
      "priority": 0,
      "product_id": 21,
      "product_label": "BLE 1",
      "quality_label": "STANDARD",
      "quantity_max_per_customer": 0,
      "remaining_quantity": -8231.896,
      "short_description": null,
      "title": "BLE 1 - PRIX FERME",
      "type": "APF",
      "type_label": "Offre prix ferme"
    },
    {
      "base_label": "Base Juillet",
      "delivery_types": [
        {
          "delivery_modes": [
            {
              "code": "0189",
              "type": "CTL",
              "value": "BOUHET (recommandé)"
            },
            {
              "code": "0198",
              "type": "SAT",
              "value": "CLAVETTE"
            },
            {
              "code": "0757",
              "type": "SAT",
              "value": "LA RONDE"
            },
            {
              "code": "0180",
              "type": "SAT",
              "value": "LANDRAIS"
            },
            {
              "code": "018",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0187",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0631",
              "type": "SAT",
              "value": "MARANS GROIZELEAU STK"
            },
            {
              "code": "0248",
              "type": "SAT",
              "value": "PUY DU LAC L AUBREE PILET STK"
            },
            {
              "code": "0756",
              "type": "SAT",
              "value": "ST JEAN DE LIVERSAY"
            },
            {
              "code": "0273",
              "type": "SAT",
              "value": "ST MEDARD D AUNIS"
            },
            {
              "code": "0694",
              "type": "SAT",
              "value": "ST SAUVEUR D AUNIS DUBOIS STK"
            },
            {
              "code": "0161",
              "type": "SAT",
              "value": "STE SOULLE PECHEREAU STK"
            }
          ],
          "delivery_periods": [
            {
              "available_places": [
                {
                  "code": "0161"
                },
                {
                  "code": "0180"
                },
                {
                  "code": "0187"
                },
                {
                  "code": "0189"
                },
                {
                  "code": "0198"
                },
                {
                  "code": "0273"
                },
                {
                  "code": "0631"
                },
                {
                  "code": "0694"
                },
                {
                  "code": "0756"
                },
                {
                  "code": "0757"
                }
              ],
              "central_place_price": 358.7,
              "code": "Avril",
              "direct_farm_price": 358.7,
              "harvest_type": "Hors-moisson",
              "id": 517,
              "increase": 8.835,
              "last_price_update": "2022-03-17T12:35:00+00:00",
              "month_code": "05",
              "name": "AVRIL / 15 MAI",
              "roll_on_price": 347.7,
              "satellite_place_price": 356.7
            }
          ],
          "id": 1213,
          "main_type": "RDU1"
        },
        {
          "delivery_modes": [],
          "delivery_periods": [
            {
              "available_places": [],
              "central_place_price": 358.7,
              "code": "Avril",
              "direct_farm_price": 358.7,
              "harvest_type": "Hors-moisson",
              "id": 517,
              "increase": 8.835,
              "last_price_update": "2022-03-17T12:35:00+00:00",
              "month_code": "05",
              "name": "AVRIL / 15 MAI",
              "roll_on_price": 347.7,
              "satellite_place_price": 356.7
            }
          ],
          "id": 1214,
          "main_type": "DEP2"
        }
      ],
      "description": null,
      "harvest": "2021",
      "id": 573,
      "market_label": "RDU La Pallice (B)",
      "market_reference": "82",
      "marketing_tag": "arbitrage MATIF",
      "maturities": [
        {
          "commodity_code": "BL2",
          "commodity_label": "Blé Euronext",
          "id": 112,
          "maturity": "MAY-22",
          "strike_price": 365.5,
          "warranty_cost": 15
        }
      ],
      "picture_url": "https://static-cf.farmi.com/collect/offers/triticale.jpg",
      "price_zone_id": 49,
      "priority": 0,
      "product_id": 21,
      "product_label": "BLE 1",
      "quality_label": "STANDARD",
      "quantity_max_per_customer": 0,
      "remaining_quantity": 0,
      "short_description": "Ce contrat vous permet de vous garantir \nun PRIX MINIMUM \nmoyennant la souscription d'une option.\nLa quantité contractée est à déboucler en 3 étapes.\nLe débouclage doit intervenir au plus tard le 15 du mois qui précède l'échéance choisie \nsans quoi, il sera débouclé en automatique.\nPensez à paramétrer une ALERTE COTATION dans FARMI (rubrique cotation)",
      "title": "BLE 1 - PRIX MINI",
      "type": "AE1",
      "type_label": "Offre Euronext"
    },
    {
      "base_label": "Base Juillet",
      "delivery_types": [
        {
          "delivery_modes": [
            {
              "code": "0189",
              "type": "CTL",
              "value": "BOUHET (recommandé)"
            },
            {
              "code": "0198",
              "type": "SAT",
              "value": "CLAVETTE"
            },
            {
              "code": "0757",
              "type": "SAT",
              "value": "LA RONDE"
            },
            {
              "code": "0180",
              "type": "SAT",
              "value": "LANDRAIS"
            },
            {
              "code": "018",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0187",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0631",
              "type": "SAT",
              "value": "MARANS GROIZELEAU STK"
            },
            {
              "code": "0248",
              "type": "SAT",
              "value": "PUY DU LAC L AUBREE PILET STK"
            },
            {
              "code": "0756",
              "type": "SAT",
              "value": "ST JEAN DE LIVERSAY"
            },
            {
              "code": "0273",
              "type": "SAT",
              "value": "ST MEDARD D AUNIS"
            },
            {
              "code": "0694",
              "type": "SAT",
              "value": "ST SAUVEUR D AUNIS DUBOIS STK"
            },
            {
              "code": "0161",
              "type": "SAT",
              "value": "STE SOULLE PECHEREAU STK"
            }
          ],
          "delivery_periods": [
            {
              "available_places": [
                {
                  "code": "0161"
                },
                {
                  "code": "0180"
                },
                {
                  "code": "0187"
                },
                {
                  "code": "0189"
                },
                {
                  "code": "0198"
                },
                {
                  "code": "0273"
                },
                {
                  "code": "0631"
                },
                {
                  "code": "0694"
                },
                {
                  "code": "0756"
                },
                {
                  "code": "0757"
                }
              ],
              "central_place_price": 300.19,
              "code": "moisson",
              "direct_farm_price": 300.19,
              "harvest_type": "Moisson",
              "id": 506,
              "increase": 0,
              "last_price_update": "2022-03-17T12:34:58+00:00",
              "month_code": "08",
              "name": "MOISSON",
              "roll_on_price": 305.49,
              "satellite_place_price": 300.19
            }
          ],
          "id": 1350,
          "main_type": "RDU1"
        },
        {
          "delivery_modes": [
            {
              "code": "0189",
              "type": "CTL",
              "value": "BOUHET (recommandé)"
            },
            {
              "code": "0198",
              "type": "SAT",
              "value": "CLAVETTE"
            },
            {
              "code": "0757",
              "type": "SAT",
              "value": "LA RONDE"
            },
            {
              "code": "0180",
              "type": "SAT",
              "value": "LANDRAIS"
            },
            {
              "code": "018",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0187",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0631",
              "type": "SAT",
              "value": "MARANS GROIZELEAU STK"
            },
            {
              "code": "0248",
              "type": "SAT",
              "value": "PUY DU LAC L AUBREE PILET STK"
            },
            {
              "code": "0756",
              "type": "SAT",
              "value": "ST JEAN DE LIVERSAY"
            },
            {
              "code": "0273",
              "type": "SAT",
              "value": "ST MEDARD D AUNIS"
            },
            {
              "code": "0694",
              "type": "SAT",
              "value": "ST SAUVEUR D AUNIS DUBOIS STK"
            },
            {
              "code": "0161",
              "type": "SAT",
              "value": "STE SOULLE PECHEREAU STK"
            }
          ],
          "delivery_periods": [
            {
              "available_places": [
                {
                  "code": "0161"
                },
                {
                  "code": "0180"
                },
                {
                  "code": "0187"
                },
                {
                  "code": "0189"
                },
                {
                  "code": "0198"
                },
                {
                  "code": "0273"
                },
                {
                  "code": "0631"
                },
                {
                  "code": "0694"
                },
                {
                  "code": "0756"
                },
                {
                  "code": "0757"
                }
              ],
              "central_place_price": 300.19,
              "code": "moisson",
              "direct_farm_price": 300.19,
              "harvest_type": "Moisson",
              "id": 506,
              "increase": 0,
              "last_price_update": "2022-03-17T12:34:58+00:00",
              "month_code": "08",
              "name": "MOISSON",
              "roll_on_price": 305.49,
              "satellite_place_price": 300.19
            }
          ],
          "id": 1351,
          "main_type": "RDU2"
        },
        {
          "delivery_modes": [],
          "delivery_periods": [
            {
              "available_places": [],
              "central_place_price": 300.19,
              "code": "moisson",
              "direct_farm_price": 300.19,
              "harvest_type": "Moisson",
              "id": 506,
              "increase": 0,
              "last_price_update": "2022-03-17T12:34:58+00:00",
              "month_code": "08",
              "name": "MOISSON",
              "roll_on_price": 305.49,
              "satellite_place_price": 300.19
            }
          ],
          "id": 1352,
          "main_type": "DEP2"
        }
      ],
      "description": null,
      "harvest": "2022",
      "id": 636,
      "market_label": "RDU La Pallice",
      "market_reference": "17",
      "marketing_tag": null,
      "maturities": [],
      "picture_url": "https://static-cf.farmi.com/collect/offers/ble_tendre.jpg",
      "price_zone_id": 49,
      "priority": 0,
      "product_id": 21,
      "product_label": "BLE 1",
      "quality_label": "STANDARD",
      "quantity_max_per_customer": 0,
      "remaining_quantity": -3212,
      "short_description": null,
      "title": "BLE 1 - PRIX FERME",
      "type": "APF",
      "type_label": "Offre prix ferme"
    },
    {
      "base_label": "Base Juillet",
      "delivery_types": [
        {
          "delivery_modes": [
            {
              "code": "0189",
              "type": "CTL",
              "value": "BOUHET (recommandé)"
            },
            {
              "code": "0198",
              "type": "SAT",
              "value": "CLAVETTE"
            },
            {
              "code": "0757",
              "type": "SAT",
              "value": "LA RONDE"
            },
            {
              "code": "0180",
              "type": "SAT",
              "value": "LANDRAIS"
            },
            {
              "code": "018",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0187",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0631",
              "type": "SAT",
              "value": "MARANS GROIZELEAU STK"
            },
            {
              "code": "0248",
              "type": "SAT",
              "value": "PUY DU LAC L AUBREE PILET STK"
            },
            {
              "code": "0756",
              "type": "SAT",
              "value": "ST JEAN DE LIVERSAY"
            },
            {
              "code": "0273",
              "type": "SAT",
              "value": "ST MEDARD D AUNIS"
            },
            {
              "code": "0694",
              "type": "SAT",
              "value": "ST SAUVEUR D AUNIS DUBOIS STK"
            },
            {
              "code": "0161",
              "type": "SAT",
              "value": "STE SOULLE PECHEREAU STK"
            }
          ],
          "delivery_periods": [
            {
              "available_places": [
                {
                  "code": "0161"
                },
                {
                  "code": "0180"
                },
                {
                  "code": "0187"
                },
                {
                  "code": "0189"
                },
                {
                  "code": "0198"
                },
                {
                  "code": "0273"
                },
                {
                  "code": "0631"
                },
                {
                  "code": "0694"
                },
                {
                  "code": "0756"
                },
                {
                  "code": "0757"
                }
              ],
              "central_place_price": 306.49,
              "code": "Hors Moisson",
              "direct_farm_price": 306.49,
              "harvest_type": "Hors-moisson",
              "id": 507,
              "increase": 1.86,
              "last_price_update": "2022-03-17T12:34:58+00:00",
              "month_code": "09",
              "name": "SEPT",
              "roll_on_price": 295.49,
              "satellite_place_price": 304.49
            },
            {
              "available_places": [
                {
                  "code": "0161"
                },
                {
                  "code": "0180"
                },
                {
                  "code": "0187"
                },
                {
                  "code": "0189"
                },
                {
                  "code": "0198"
                },
                {
                  "code": "0273"
                },
                {
                  "code": "0631"
                },
                {
                  "code": "0694"
                },
                {
                  "code": "0756"
                },
                {
                  "code": "0757"
                }
              ],
              "central_place_price": 296.2,
              "code": "octobre",
              "direct_farm_price": 296.2,
              "harvest_type": "Hors-moisson",
              "id": 508,
              "increase": 4.65,
              "last_price_update": "2022-03-17T12:34:58+00:00",
              "month_code": "12",
              "name": "OCT / DEC",
              "roll_on_price": 285.2,
              "satellite_place_price": 294.2
            }
          ],
          "id": 1353,
          "main_type": "RDU1"
        },
        {
          "delivery_modes": [
            {
              "code": "0189",
              "type": "CTL",
              "value": "BOUHET (recommandé)"
            },
            {
              "code": "0198",
              "type": "SAT",
              "value": "CLAVETTE"
            },
            {
              "code": "0757",
              "type": "SAT",
              "value": "LA RONDE"
            },
            {
              "code": "0180",
              "type": "SAT",
              "value": "LANDRAIS"
            },
            {
              "code": "018",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0187",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0631",
              "type": "SAT",
              "value": "MARANS GROIZELEAU STK"
            },
            {
              "code": "0248",
              "type": "SAT",
              "value": "PUY DU LAC L AUBREE PILET STK"
            },
            {
              "code": "0756",
              "type": "SAT",
              "value": "ST JEAN DE LIVERSAY"
            },
            {
              "code": "0273",
              "type": "SAT",
              "value": "ST MEDARD D AUNIS"
            },
            {
              "code": "0694",
              "type": "SAT",
              "value": "ST SAUVEUR D AUNIS DUBOIS STK"
            },
            {
              "code": "0161",
              "type": "SAT",
              "value": "STE SOULLE PECHEREAU STK"
            }
          ],
          "delivery_periods": [
            {
              "available_places": [
                {
                  "code": "0161"
                },
                {
                  "code": "0180"
                },
                {
                  "code": "0187"
                },
                {
                  "code": "0189"
                },
                {
                  "code": "0198"
                },
                {
                  "code": "0273"
                },
                {
                  "code": "0631"
                },
                {
                  "code": "0694"
                },
                {
                  "code": "0756"
                },
                {
                  "code": "0757"
                }
              ],
              "central_place_price": 306.49,
              "code": "Hors Moisson",
              "direct_farm_price": 306.49,
              "harvest_type": "Hors-moisson",
              "id": 507,
              "increase": 1.86,
              "last_price_update": "2022-03-17T12:34:58+00:00",
              "month_code": "09",
              "name": "SEPT",
              "roll_on_price": 295.49,
              "satellite_place_price": 304.49
            },
            {
              "available_places": [
                {
                  "code": "0161"
                },
                {
                  "code": "0180"
                },
                {
                  "code": "0187"
                },
                {
                  "code": "0189"
                },
                {
                  "code": "0198"
                },
                {
                  "code": "0273"
                },
                {
                  "code": "0631"
                },
                {
                  "code": "0694"
                },
                {
                  "code": "0756"
                },
                {
                  "code": "0757"
                }
              ],
              "central_place_price": 296.2,
              "code": "octobre",
              "direct_farm_price": 296.2,
              "harvest_type": "Hors-moisson",
              "id": 508,
              "increase": 4.65,
              "last_price_update": "2022-03-17T12:34:58+00:00",
              "month_code": "12",
              "name": "OCT / DEC",
              "roll_on_price": 285.2,
              "satellite_place_price": 294.2
            }
          ],
          "id": 1354,
          "main_type": "RDU2"
        },
        {
          "delivery_modes": [],
          "delivery_periods": [
            {
              "available_places": [],
              "central_place_price": 306.49,
              "code": "Hors Moisson",
              "direct_farm_price": 306.49,
              "harvest_type": "Hors-moisson",
              "id": 507,
              "increase": 1.86,
              "last_price_update": "2022-03-17T12:34:58+00:00",
              "month_code": "09",
              "name": "SEPT",
              "roll_on_price": 295.49,
              "satellite_place_price": 304.49
            },
            {
              "available_places": [],
              "central_place_price": 296.2,
              "code": "octobre",
              "direct_farm_price": 296.2,
              "harvest_type": "Hors-moisson",
              "id": 508,
              "increase": 4.65,
              "last_price_update": "2022-03-17T12:34:58+00:00",
              "month_code": "12",
              "name": "OCT / DEC",
              "roll_on_price": 285.2,
              "satellite_place_price": 294.2
            }
          ],
          "id": 1355,
          "main_type": "DEP2"
        }
      ],
      "description": null,
      "harvest": "2022",
      "id": 637,
      "market_label": "RDU La Pallice (B)",
      "market_reference": "82",
      "marketing_tag": null,
      "maturities": [],
      "picture_url": "https://static-cf.farmi.com/collect/offers/ble_tendre.jpg",
      "price_zone_id": 49,
      "priority": 0,
      "product_id": 21,
      "product_label": "BLE 1",
      "quality_label": "STANDARD",
      "quantity_max_per_customer": 0,
      "remaining_quantity": -3830,
      "short_description": null,
      "title": "BLE 1 - PRIX FERME",
      "type": "APF",
      "type_label": "Offre prix ferme"
    },
    {
      "base_label": "Base Juillet",
      "delivery_types": [
        {
          "delivery_modes": [
            {
              "code": "0189",
              "type": "CTL",
              "value": "BOUHET (recommandé)"
            },
            {
              "code": "0198",
              "type": "SAT",
              "value": "CLAVETTE"
            },
            {
              "code": "0757",
              "type": "SAT",
              "value": "LA RONDE"
            },
            {
              "code": "0180",
              "type": "SAT",
              "value": "LANDRAIS"
            },
            {
              "code": "018",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0187",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0631",
              "type": "SAT",
              "value": "MARANS GROIZELEAU STK"
            },
            {
              "code": "0248",
              "type": "SAT",
              "value": "PUY DU LAC L AUBREE PILET STK"
            },
            {
              "code": "0756",
              "type": "SAT",
              "value": "ST JEAN DE LIVERSAY"
            },
            {
              "code": "0273",
              "type": "SAT",
              "value": "ST MEDARD D AUNIS"
            },
            {
              "code": "0694",
              "type": "SAT",
              "value": "ST SAUVEUR D AUNIS DUBOIS STK"
            },
            {
              "code": "0161",
              "type": "SAT",
              "value": "STE SOULLE PECHEREAU STK"
            }
          ],
          "delivery_periods": [
            {
              "available_places": [
                {
                  "code": "0161"
                },
                {
                  "code": "0180"
                },
                {
                  "code": "0187"
                },
                {
                  "code": "0189"
                },
                {
                  "code": "0198"
                },
                {
                  "code": "0273"
                },
                {
                  "code": "0631"
                },
                {
                  "code": "0694"
                },
                {
                  "code": "0756"
                },
                {
                  "code": "0757"
                }
              ],
              "central_place_price": 300.19,
              "code": "moisson",
              "direct_farm_price": 300.19,
              "harvest_type": "Moisson",
              "id": 506,
              "increase": 0,
              "last_price_update": "2022-03-17T12:34:58+00:00",
              "month_code": "08",
              "name": "MOISSON",
              "roll_on_price": 305.49,
              "satellite_place_price": 300.19
            }
          ],
          "id": 1713,
          "main_type": "RDU1"
        },
        {
          "delivery_modes": [
            {
              "code": "0189",
              "type": "CTL",
              "value": "BOUHET (recommandé)"
            },
            {
              "code": "0198",
              "type": "SAT",
              "value": "CLAVETTE"
            },
            {
              "code": "0757",
              "type": "SAT",
              "value": "LA RONDE"
            },
            {
              "code": "0180",
              "type": "SAT",
              "value": "LANDRAIS"
            },
            {
              "code": "018",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0187",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0631",
              "type": "SAT",
              "value": "MARANS GROIZELEAU STK"
            },
            {
              "code": "0248",
              "type": "SAT",
              "value": "PUY DU LAC L AUBREE PILET STK"
            },
            {
              "code": "0756",
              "type": "SAT",
              "value": "ST JEAN DE LIVERSAY"
            },
            {
              "code": "0273",
              "type": "SAT",
              "value": "ST MEDARD D AUNIS"
            },
            {
              "code": "0694",
              "type": "SAT",
              "value": "ST SAUVEUR D AUNIS DUBOIS STK"
            },
            {
              "code": "0161",
              "type": "SAT",
              "value": "STE SOULLE PECHEREAU STK"
            }
          ],
          "delivery_periods": [
            {
              "available_places": [
                {
                  "code": "0161"
                },
                {
                  "code": "0180"
                },
                {
                  "code": "0187"
                },
                {
                  "code": "0189"
                },
                {
                  "code": "0198"
                },
                {
                  "code": "0273"
                },
                {
                  "code": "0631"
                },
                {
                  "code": "0694"
                },
                {
                  "code": "0756"
                },
                {
                  "code": "0757"
                }
              ],
              "central_place_price": 300.19,
              "code": "moisson",
              "direct_farm_price": 300.19,
              "harvest_type": "Moisson",
              "id": 506,
              "increase": 0,
              "last_price_update": "2022-03-17T12:34:58+00:00",
              "month_code": "08",
              "name": "MOISSON",
              "roll_on_price": 305.49,
              "satellite_place_price": 300.19
            }
          ],
          "id": 1714,
          "main_type": "RDU2"
        },
        {
          "delivery_modes": [],
          "delivery_periods": [
            {
              "available_places": [],
              "central_place_price": 300.19,
              "code": "moisson",
              "direct_farm_price": 300.19,
              "harvest_type": "Moisson",
              "id": 506,
              "increase": 0,
              "last_price_update": "2022-03-17T12:34:58+00:00",
              "month_code": "08",
              "name": "MOISSON",
              "roll_on_price": 305.49,
              "satellite_place_price": 300.19
            }
          ],
          "id": 1715,
          "main_type": "DEP2"
        }
      ],
      "description": null,
      "harvest": "2022",
      "id": 788,
      "market_label": "RDU La Pallice",
      "market_reference": "17",
      "marketing_tag": "arbitrage MATIF",
      "maturities": [
        {
          "commodity_code": "BL2",
          "commodity_label": "Blé Euronext",
          "id": 168,
          "maturity": "SEP-22",
          "strike_price": 321.75,
          "warranty_cost": 30
        },
        {
          "commodity_code": "BL2",
          "commodity_label": "Blé Euronext",
          "id": 169,
          "maturity": "DEC-22",
          "strike_price": 313,
          "warranty_cost": 32
        },
        {
          "commodity_code": "BL2",
          "commodity_label": "Blé Euronext",
          "id": 219,
          "maturity": "MAR-23",
          "strike_price": 305.75,
          "warranty_cost": 34
        }
      ],
      "picture_url": "https://static-cf.farmi.com/collect/offers/ble_tendre.jpg",
      "price_zone_id": 49,
      "priority": 0,
      "product_id": 21,
      "product_label": "BLE 1",
      "quality_label": "STANDARD",
      "quantity_max_per_customer": 0,
      "remaining_quantity": -70,
      "short_description": "Ce contrat vous permet de vous garantir un PRIX MINIMUM moyennant la souscription d'une option. \nLa quantité contractée est à déboucler en 3 étapes. \nLe débouclage doit intervenir au plus tard le 15 du mois qui précède l'échéance choisie sans quoi, il sera débouclé en automatique. \nPensez à paramétrer une ALERTE COTATION dans FARMI (rubrique cotation)",
      "title": "BLE 1 - PRIX MINI",
      "type": "AE1",
      "type_label": "Offre Euronext"
    },
    {
      "base_label": "Base Juillet",
      "delivery_types": [
        {
          "delivery_modes": [
            {
              "code": "0189",
              "type": "CTL",
              "value": "BOUHET (recommandé)"
            },
            {
              "code": "0198",
              "type": "SAT",
              "value": "CLAVETTE"
            },
            {
              "code": "0757",
              "type": "SAT",
              "value": "LA RONDE"
            },
            {
              "code": "0180",
              "type": "SAT",
              "value": "LANDRAIS"
            },
            {
              "code": "018",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0187",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0631",
              "type": "SAT",
              "value": "MARANS GROIZELEAU STK"
            },
            {
              "code": "0248",
              "type": "SAT",
              "value": "PUY DU LAC L AUBREE PILET STK"
            },
            {
              "code": "0756",
              "type": "SAT",
              "value": "ST JEAN DE LIVERSAY"
            },
            {
              "code": "0273",
              "type": "SAT",
              "value": "ST MEDARD D AUNIS"
            },
            {
              "code": "0694",
              "type": "SAT",
              "value": "ST SAUVEUR D AUNIS DUBOIS STK"
            },
            {
              "code": "0161",
              "type": "SAT",
              "value": "STE SOULLE PECHEREAU STK"
            }
          ],
          "delivery_periods": [
            {
              "available_places": [
                {
                  "code": "0161"
                },
                {
                  "code": "0180"
                },
                {
                  "code": "0187"
                },
                {
                  "code": "0189"
                },
                {
                  "code": "0198"
                },
                {
                  "code": "0273"
                },
                {
                  "code": "0631"
                },
                {
                  "code": "0694"
                },
                {
                  "code": "0756"
                },
                {
                  "code": "0757"
                }
              ],
              "central_place_price": 306.49,
              "code": "Hors Moisson",
              "direct_farm_price": 306.49,
              "harvest_type": "Hors-moisson",
              "id": 507,
              "increase": 1.86,
              "last_price_update": "2022-03-17T12:34:58+00:00",
              "month_code": "09",
              "name": "SEPT",
              "roll_on_price": 295.49,
              "satellite_place_price": 304.49
            },
            {
              "available_places": [
                {
                  "code": "0161"
                },
                {
                  "code": "0180"
                },
                {
                  "code": "0187"
                },
                {
                  "code": "0189"
                },
                {
                  "code": "0198"
                },
                {
                  "code": "0273"
                },
                {
                  "code": "0631"
                },
                {
                  "code": "0694"
                },
                {
                  "code": "0756"
                },
                {
                  "code": "0757"
                }
              ],
              "central_place_price": 296.2,
              "code": "octobre",
              "direct_farm_price": 296.2,
              "harvest_type": "Hors-moisson",
              "id": 508,
              "increase": 4.65,
              "last_price_update": "2022-03-17T12:34:58+00:00",
              "month_code": "12",
              "name": "OCT / DEC",
              "roll_on_price": 285.2,
              "satellite_place_price": 294.2
            }
          ],
          "id": 1716,
          "main_type": "RDU1"
        },
        {
          "delivery_modes": [
            {
              "code": "0189",
              "type": "CTL",
              "value": "BOUHET (recommandé)"
            },
            {
              "code": "0198",
              "type": "SAT",
              "value": "CLAVETTE"
            },
            {
              "code": "0757",
              "type": "SAT",
              "value": "LA RONDE"
            },
            {
              "code": "0180",
              "type": "SAT",
              "value": "LANDRAIS"
            },
            {
              "code": "018",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0187",
              "type": "SAT",
              "value": "MARANS"
            },
            {
              "code": "0631",
              "type": "SAT",
              "value": "MARANS GROIZELEAU STK"
            },
            {
              "code": "0248",
              "type": "SAT",
              "value": "PUY DU LAC L AUBREE PILET STK"
            },
            {
              "code": "0756",
              "type": "SAT",
              "value": "ST JEAN DE LIVERSAY"
            },
            {
              "code": "0273",
              "type": "SAT",
              "value": "ST MEDARD D AUNIS"
            },
            {
              "code": "0694",
              "type": "SAT",
              "value": "ST SAUVEUR D AUNIS DUBOIS STK"
            },
            {
              "code": "0161",
              "type": "SAT",
              "value": "STE SOULLE PECHEREAU STK"
            }
          ],
          "delivery_periods": [
            {
              "available_places": [
                {
                  "code": "0161"
                },
                {
                  "code": "0180"
                },
                {
                  "code": "0187"
                },
                {
                  "code": "0189"
                },
                {
                  "code": "0198"
                },
                {
                  "code": "0273"
                },
                {
                  "code": "0631"
                },
                {
                  "code": "0694"
                },
                {
                  "code": "0756"
                },
                {
                  "code": "0757"
                }
              ],
              "central_place_price": 306.49,
              "code": "Hors Moisson",
              "direct_farm_price": 306.49,
              "harvest_type": "Hors-moisson",
              "id": 507,
              "increase": 1.86,
              "last_price_update": "2022-03-17T12:34:58+00:00",
              "month_code": "09",
              "name": "SEPT",
              "roll_on_price": 295.49,
              "satellite_place_price": 304.49
            },
            {
              "available_places": [
                {
                  "code": "0161"
                },
                {
                  "code": "0180"
                },
                {
                  "code": "0187"
                },
                {
                  "code": "0189"
                },
                {
                  "code": "0198"
                },
                {
                  "code": "0273"
                },
                {
                  "code": "0631"
                },
                {
                  "code": "0694"
                },
                {
                  "code": "0756"
                },
                {
                  "code": "0757"
                }
              ],
              "central_place_price": 296.2,
              "code": "octobre",
              "direct_farm_price": 296.2,
              "harvest_type": "Hors-moisson",
              "id": 508,
              "increase": 4.65,
              "last_price_update": "2022-03-17T12:34:58+00:00",
              "month_code": "12",
              "name": "OCT / DEC",
              "roll_on_price": 285.2,
              "satellite_place_price": 294.2
            }
          ],
          "id": 1717,
          "main_type": "RDU2"
        },
        {
          "delivery_modes": [],
          "delivery_periods": [
            {
              "available_places": [],
              "central_place_price": 306.49,
              "code": "Hors Moisson",
              "direct_farm_price": 306.49,
              "harvest_type": "Hors-moisson",
              "id": 507,
              "increase": 1.86,
              "last_price_update": "2022-03-17T12:34:58+00:00",
              "month_code": "09",
              "name": "SEPT",
              "roll_on_price": 295.49,
              "satellite_place_price": 304.49
            },
            {
              "available_places": [],
              "central_place_price": 296.2,
              "code": "octobre",
              "direct_farm_price": 296.2,
              "harvest_type": "Hors-moisson",
              "id": 508,
              "increase": 4.65,
              "last_price_update": "2022-03-17T12:34:58+00:00",
              "month_code": "12",
              "name": "OCT / DEC",
              "roll_on_price": 285.2,
              "satellite_place_price": 294.2
            }
          ],
          "id": 1718,
          "main_type": "DEP2"
        }
      ],
      "description": null,
      "harvest": "2022",
      "id": 789,
      "market_label": "RDU La Pallice (B)",
      "market_reference": "82",
      "marketing_tag": "arbitrage MATIF",
      "maturities": [
        {
          "commodity_code": "BL2",
          "commodity_label": "Blé Euronext",
          "id": 170,
          "maturity": "SEP-22",
          "strike_price": 321.75,
          "warranty_cost": 30
        },
        {
          "commodity_code": "BL2",
          "commodity_label": "Blé Euronext",
          "id": 171,
          "maturity": "DEC-22",
          "strike_price": 313,
          "warranty_cost": 32
        },
        {
          "commodity_code": "BL2",
          "commodity_label": "Blé Euronext",
          "id": 220,
          "maturity": "MAR-23",
          "strike_price": 305.75,
          "warranty_cost": 34
        }
      ],
      "picture_url": "https://static-cf.farmi.com/collect/offers/ble_tendre.jpg",
      "price_zone_id": 49,
      "priority": 0,
      "product_id": 21,
      "product_label": "BLE 1",
      "quality_label": "STANDARD",
      "quantity_max_per_customer": 0,
      "remaining_quantity": 0,
      "short_description": "Ce contrat vous permet de vous garantir un PRIX MINIMUM moyennant la souscription d'une option. \nLa quantité contractée est à déboucler en 3 étapes. \nLe débouclage doit intervenir au plus tard le 15 du mois qui précède l'échéance choisie sans quoi, il sera débouclé en automatique. \nPensez à paramétrer une ALERTE COTATION dans FARMI (rubrique cotation)",
      "title": "BLE 1 - PRIX MINI",
      "type": "AE1",
      "type_label": "Offre Euronext"
    }
  ]
}

Validation #1250

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/' contains additional properties ["crops"] outside of the schema when none are allowed in schema 3f559a0c-e4ec-536c-a0e2-32abb51c4ddc
  • The property '#/' did not contain a required property of 'delivery_info' in schema 3f559a0c-e4ec-536c-a0e2-32abb51c4ddc

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultDeliveryAddresses_895": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "address": {
          "description": "deliveryAddress",
          "type": "string"
        },
        "city": {
          "description": "deliveryCity",
          "type": "string"
        },
        "id_delivery_address": {
          "description": "idDeliveryAddress",
          "type": "string"
        },
        "price_zone": {
          "description": "priceZone",
          "type": "string"
        },
        "proximity_place": {
          "description": "placeAttach",
          "type": "string"
        }
      },
      "required": [
        "address",
        "city",
        "id_delivery_address",
        "price_zone"
      ],
      "title": "DeliveryAddresses - DefaultDeliveryAddresses",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "delivery_info": {
      "additionalProperties": false,
      "properties": {
        "customer_relation_email": {
          "description": "emailCommercial",
          "type": "string"
        },
        "delivery_addresses": {
          "items": {
            "$ref": "#/definitions/DefaultDeliveryAddresses_895",
            "type": "object"
          },
          "type": "array"
        },
        "email": {
          "description": "emailFarm | email",
          "type": "string"
        },
        "mobile_phone": {
          "anyOf": [
            {
              "description": "mobilePhone",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        }
      },
      "required": [
        "customer_relation_email",
        "delivery_addresses",
        "email",
        "mobile_phone"
      ],
      "type": "object"
    }
  },
  "required": [
    "delivery_info"
  ],
  "title": "DeliveryInfo - DefaultDeliveryInfo",
  "type": "object"
}

JSON instance

{
  "crops": [
    {
      "crop_code": "BD",
      "crop_name": "BLE DUR",
      "crop_picture": "https://static-cf.farmi.com/collect/crops/BD_thumbnail.jpg",
      "harvest_current": 2022,
      "harvests": [
        {
          "year": 2022
        }
      ],
      "offer_number": 1
    },
    {
      "crop_code": "BT",
      "crop_name": "BLE TENDRE",
      "crop_picture": "https://static-cf.farmi.com/collect/crops/BT_thumbnail.jpg",
      "harvest_current": 2022,
      "harvests": [
        {
          "year": 2021
        },
        {
          "year": 2022
        }
      ],
      "offer_number": 6
    },
    {
      "crop_code": "COL",
      "crop_name": "COLZA",
      "crop_picture": "https://static-cf.farmi.com/collect/crops/COL_thumbnail.jpg",
      "harvest_current": 2022,
      "harvests": [
        {
          "year": 2022
        }
      ],
      "offer_number": 2
    },
    {
      "crop_code": "MAI",
      "crop_name": "MAIS",
      "crop_picture": "https://static-cf.farmi.com/collect/crops/MAI_thumbnail.jpg",
      "harvest_current": 2022,
      "harvests": [
        {
          "year": 2021
        },
        {
          "year": 2022
        }
      ],
      "offer_number": 5
    },
    {
      "crop_code": "OH",
      "crop_name": "ORGE HIVER",
      "crop_picture": "https://static-cf.farmi.com/collect/crops/OH_thumbnail.jpg",
      "harvest_current": 2022,
      "harvests": [
        {
          "year": 2021
        },
        {
          "year": 2022
        }
      ],
      "offer_number": 4
    },
    {
      "crop_code": "OP",
      "crop_name": "ORGE PRINTEMPS",
      "crop_picture": "https://static-cf.farmi.com/collect/crops/OP_thumbnail.jpg",
      "harvest_current": 2022,
      "harvests": [
        {
          "year": 2022
        }
      ],
      "offer_number": 2
    },
    {
      "crop_code": "POI",
      "crop_name": "POIS",
      "crop_picture": "https://static-cf.farmi.com/collect/crops/POI_thumbnail.jpg",
      "harvest_current": 2022,
      "harvests": [
        {
          "year": 2021
        },
        {
          "year": 2022
        }
      ],
      "offer_number": 2
    },
    {
      "crop_code": "TOU",
      "crop_name": "TOURNESOL",
      "crop_picture": "https://static-cf.farmi.com/collect/crops/TOU_thumbnail.jpg",
      "harvest_current": 2022,
      "harvests": [
        {
          "year": 2022
        }
      ],
      "offer_number": 1
    }
  ]
}

Validation #1249

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/delivery_info/email' of type null did not match the following type: string in schema 3f559a0c-e4ec-536c-a0e2-32abb51c4ddc

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultDeliveryAddresses_895": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "address": {
          "description": "deliveryAddress",
          "type": "string"
        },
        "city": {
          "description": "deliveryCity",
          "type": "string"
        },
        "id_delivery_address": {
          "description": "idDeliveryAddress",
          "type": "string"
        },
        "price_zone": {
          "description": "priceZone",
          "type": "string"
        },
        "proximity_place": {
          "description": "placeAttach",
          "type": "string"
        }
      },
      "required": [
        "address",
        "city",
        "id_delivery_address",
        "price_zone"
      ],
      "title": "DeliveryAddresses - DefaultDeliveryAddresses",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "delivery_info": {
      "additionalProperties": false,
      "properties": {
        "customer_relation_email": {
          "description": "emailCommercial",
          "type": "string"
        },
        "delivery_addresses": {
          "items": {
            "$ref": "#/definitions/DefaultDeliveryAddresses_895",
            "type": "object"
          },
          "type": "array"
        },
        "email": {
          "description": "emailFarm | email",
          "type": "string"
        },
        "mobile_phone": {
          "anyOf": [
            {
              "description": "mobilePhone",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        }
      },
      "required": [
        "customer_relation_email",
        "delivery_addresses",
        "email",
        "mobile_phone"
      ],
      "type": "object"
    }
  },
  "required": [
    "delivery_info"
  ],
  "title": "DeliveryInfo - DefaultDeliveryInfo",
  "type": "object"
}

JSON instance

{
  "delivery_info": {
    "customer_relation_email": "dgaborit@soufflet.com",
    "delivery_addresses": [
      {
        "address": "GAEC LA GARENNE DES BUGAUDIERES",
        "city": "MR OU ME ARNOLDI / FORGERIT,ST PIERRE LA NOUE",
        "id_delivery_address": "92004990",
        "price_zone": "RT061",
        "proximity_place": "0180"
      }
    ],
    "email": null,
    "mobile_phone": null
  }
}

Validation #1248

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/' of type object did not match the following type: array in schema b1f02718-d205-5e3d-ba47-c310cd6e48b2

JSON Schema

{
  "definitions": {
    "DefaultLocalization_2210": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "latitude": {
          "type": "number"
        },
        "longitude": {
          "type": "number"
        }
      },
      "required": [
        "latitude",
        "longitude"
      ],
      "title": "Localization - DefaultLocalization",
      "type": "object"
    },
    "FungicideParcelSumUpTarget_2223": {
      "additionalProperties": false,
      "properties": {
        "isTargetInTest": {
          "type": "boolean"
        },
        "numberOfDays": {
          "type": "integer"
        },
        "riskLevelId": {
          "type": "integer"
        },
        "riskLevelLabel": {
          "type": "string"
        },
        "targetId": {
          "type": "integer"
        },
        "targetLabel": {
          "type": "string"
        }
      },
      "required": [
        "numberOfDays",
        "riskLevelId",
        "riskLevelLabel",
        "targetId",
        "targetLabel"
      ],
      "title": "FungicideTarget - FungicideParcelSumUpTarget",
      "type": "object"
    }
  },
  "items": {
    "additionalProperties": false,
    "properties": {
      "cropId": {
        "type": "integer"
      },
      "cropLabel": {
        "type": "string"
      },
      "fieldId": {
        "type": "integer"
      },
      "fieldName": {
        "type": "string"
      },
      "groupId": {
        "type": "integer"
      },
      "groupLabel": {
        "type": "string"
      },
      "localization": {
        "$ref": "#/definitions/DefaultLocalization_2210",
        "type": "object"
      },
      "missingObservations": {
        "type": "integer"
      },
      "stageId": {
        "type": "integer"
      },
      "stageLabel": {
        "type": "string"
      },
      "surface": {
        "type": "number"
      },
      "targets": {
        "items": {
          "$ref": "#/definitions/FungicideParcelSumUpTarget_2223",
          "type": "object"
        },
        "type": "array"
      }
    },
    "required": [
      "cropId",
      "cropLabel",
      "fieldId",
      "fieldName",
      "groupId",
      "groupLabel",
      "localization",
      "missingObservations",
      "stageId",
      "stageLabel",
      "surface",
      "targets"
    ],
    "type": "object"
  },
  "title": "FungicideParcel - FungicideParcelSumUp",
  "type": "array"
}

JSON instance

{
  "antePreviousCropId": 559,
  "antePreviousCropLabel": "Pailles",
  "calculationDate": "2022-03-09T07:19:39",
  "cityCode": "CY_FR_51628",
  "cityName": "VILLENEUVE-SAINT-VISTRE-ET-VILLEVOTTE",
  "countryCode": "FR",
  "cropId": 107,
  "cropLabel": "CHEVIGNON",
  "currentDayRisks": {
    "globalRiskLevel": 0,
    "globalRiskLevelLabel": "Pas de risque",
    "globalRiskPictureURL": "https://sflapifarmidevhsto-cdn.azureedge.net/plantsimages-rec/C68445BB2FB0F77C4A734526C556FBAB.png",
    "organs": [
      {
        "organId": 2,
        "organLabel": "F1",
        "organRiskLevel": 0,
        "organRiskLevelLabel": "Pas de risque"
      },
      {
        "organId": 3,
        "organLabel": "F2",
        "organRiskLevel": 0,
        "organRiskLevelLabel": "Pas de risque"
      },
      {
        "organId": 4,
        "organLabel": "F3",
        "organRiskLevel": 0,
        "organRiskLevelLabel": "Pas de risque"
      },
      {
        "organId": 5,
        "organLabel": "F4",
        "organRiskLevel": 0,
        "organRiskLevelLabel": "Pas de risque"
      },
      {
        "organId": 6,
        "organLabel": "F5",
        "organRiskLevel": 1,
        "organRiskLevelLabel": "Maladie en progression, symptômes non visibles, …"
      }
    ],
    "targets": [
      {
        "isTargetInTest": true,
        "organs": [],
        "plantAlertLevel": 0,
        "plantAlertLevelLabel": "Pas de risque",
        "targetDescription": "Pas de risque",
        "targetId": 1,
        "targetLabel": "Piétin-verse"
      },
      {
        "isTargetInTest": false,
        "organs": [
          {
            "organId": 2,
            "organLabel": "F1",
            "organRiskLevel": 0,
            "organRiskLevelLabel": "Sain"
          },
          {
            "organId": 3,
            "organLabel": "F2",
            "organRiskLevel": 0,
            "organRiskLevelLabel": "Sain"
          },
          {
            "organId": 4,
            "organLabel": "F3",
            "organRiskLevel": 0,
            "organRiskLevelLabel": "Sain"
          },
          {
            "organId": 5,
            "organLabel": "F4",
            "organRiskLevel": 0,
            "organRiskLevelLabel": "Sain"
          },
          {
            "organId": 6,
            "organLabel": "F5",
            "organRiskLevel": 1,
            "organRiskLevelLabel": "Incubation"
          }
        ],
        "plantAlertLevel": 0,
        "plantAlertLevelLabel": "Pas de risque",
        "targetDescription": "En dehors de la période dintervention",
        "targetId": 2,
        "targetLabel": "Septoriose"
      },
      {
        "isTargetInTest": false,
        "organs": [
          {
            "organId": 2,
            "organLabel": "F1",
            "organRiskLevel": 0,
            "organRiskLevelLabel": "Sain"
          },
          {
            "organId": 3,
            "organLabel": "F2",
            "organRiskLevel": 0,
            "organRiskLevelLabel": "Sain"
          },
          {
            "organId": 4,
            "organLabel": "F3",
            "organRiskLevel": 0,
            "organRiskLevelLabel": "Sain"
          },
          {
            "organId": 5,
            "organLabel": "F4",
            "organRiskLevel": 0,
            "organRiskLevelLabel": "Sain"
          },
          {
            "organId": 6,
            "organLabel": "F5",
            "organRiskLevel": 0,
            "organRiskLevelLabel": "Sain"
          }
        ],
        "plantAlertLevel": 0,
        "plantAlertLevelLabel": "Pas de risque",
        "targetDescription": "En dehors de la période dintervention",
        "targetId": 3,
        "targetLabel": "Rouille brune"
      },
      {
        "isTargetInTest": false,
        "organs": [
          {
            "organId": 2,
            "organLabel": "F1",
            "organRiskLevel": 0,
            "organRiskLevelLabel": "Sain"
          },
          {
            "organId": 3,
            "organLabel": "F2",
            "organRiskLevel": 0,
            "organRiskLevelLabel": "Sain"
          },
          {
            "organId": 4,
            "organLabel": "F3",
            "organRiskLevel": 0,
            "organRiskLevelLabel": "Sain"
          },
          {
            "organId": 5,
            "organLabel": "F4",
            "organRiskLevel": 0,
            "organRiskLevelLabel": "Sain"
          },
          {
            "organId": 6,
            "organLabel": "F5",
            "organRiskLevel": 0,
            "organRiskLevelLabel": "Sain"
          }
        ],
        "plantAlertLevel": 0,
        "plantAlertLevelLabel": "Pas de risque",
        "targetDescription": "Pas de risque",
        "targetId": 4,
        "targetLabel": "Rouille jaune"
      },
      {
        "isTargetInTest": false,
        "organs": [
          {
            "organId": 2,
            "organLabel": "F1",
            "organRiskLevel": 0,
            "organRiskLevelLabel": "Sain"
          },
          {
            "organId": 3,
            "organLabel": "F2",
            "organRiskLevel": 0,
            "organRiskLevelLabel": "Sain"
          },
          {
            "organId": 4,
            "organLabel": "F3",
            "organRiskLevel": 0,
            "organRiskLevelLabel": "Sain"
          },
          {
            "organId": 5,
            "organLabel": "F4",
            "organRiskLevel": 0,
            "organRiskLevelLabel": "Sain"
          },
          {
            "organId": 6,
            "organLabel": "F5",
            "organRiskLevel": 0,
            "organRiskLevelLabel": "Sain"
          }
        ],
        "plantAlertLevel": 0,
        "plantAlertLevelLabel": "Pas de risque",
        "targetDescription": "Période pertinente non atteinte",
        "targetId": 6,
        "targetLabel": "Oïdium"
      },
      {
        "isTargetInTest": true,
        "organs": [],
        "plantAlertLevel": 3,
        "plantAlertLevelLabel": "Pas de risque",
        "targetDescription": "En dehors de la période dintervention",
        "targetId": 7,
        "targetLabel": "Fusariose"
      }
    ]
  },
  "farmId": 80,
  "fieldId": 639,
  "fieldName": "EPI 1CM 2",
  "groupId": 2,
  "groupLabel": "Blé tendre",
  "localization": {
    "latitude": 48.6505,
    "longitude": 3.7907
  },
  "missingObservations": 1,
  "nextDaysRisks": [
    {
      "globalRiskLevel": 0,
      "globalRiskLevelLabel": "Pas de risque",
      "globalRiskPictureURL": "https://sflapifarmidevhsto-cdn.azureedge.net/plantsimages-rec/C68445BB2FB0F77C4A734526C556FBAB.png",
      "organs": [
        {
          "organId": 2,
          "organLabel": "F1",
          "organRiskLevel": 0,
          "organRiskLevelLabel": "Pas de risque"
        },
        {
          "organId": 3,
          "organLabel": "F2",
          "organRiskLevel": 0,
          "organRiskLevelLabel": "Pas de risque"
        },
        {
          "organId": 4,
          "organLabel": "F3",
          "organRiskLevel": 0,
          "organRiskLevelLabel": "Pas de risque"
        },
        {
          "organId": 5,
          "organLabel": "F4",
          "organRiskLevel": 0,
          "organRiskLevelLabel": "Pas de risque"
        },
        {
          "organId": 6,
          "organLabel": "F5",
          "organRiskLevel": 1,
          "organRiskLevelLabel": "Maladie en progression, symptômes non visibles, …"
        }
      ],
      "targets": [
        {
          "isTargetInTest": true,
          "organs": [],
          "plantAlertLevel": 0,
          "plantAlertLevelLabel": "Pas de risque",
          "targetDescription": "Pas de risque",
          "targetId": 1,
          "targetLabel": "Piétin-verse"
        },
        {
          "isTargetInTest": false,
          "organs": [
            {
              "organId": 2,
              "organLabel": "F1",
              "organRiskLevel": 0,
              "organRiskLevelLabel": "Sain"
            },
            {
              "organId": 3,
              "organLabel": "F2",
              "organRiskLevel": 0,
              "organRiskLevelLabel": "Sain"
            },
            {
              "organId": 4,
              "organLabel": "F3",
              "organRiskLevel": 0,
              "organRiskLevelLabel": "Sain"
            },
            {
              "organId": 5,
              "organLabel": "F4",
              "organRiskLevel": 0,
              "organRiskLevelLabel": "Sain"
            },
            {
              "organId": 6,
              "organLabel": "F5",
              "organRiskLevel": 1,
              "organRiskLevelLabel": "Incubation"
            }
          ],
          "plantAlertLevel": 0,
          "plantAlertLevelLabel": "Pas de risque",
          "targetDescription": "En dehors de la période dintervention",
          "targetId": 2,
          "targetLabel": "Septoriose"
        },
        {
          "isTargetInTest": false,
          "organs": [
            {
              "organId": 2,
              "organLabel": "F1",
              "organRiskLevel": 0,
              "organRiskLevelLabel": "Sain"
            },
            {
              "organId": 3,
              "organLabel": "F2",
              "organRiskLevel": 0,
              "organRiskLevelLabel": "Sain"
            },
            {
              "organId": 4,
              "organLabel": "F3",
              "organRiskLevel": 0,
              "organRiskLevelLabel": "Sain"
            },
            {
              "organId": 5,
              "organLabel": "F4",
              "organRiskLevel": 0,
              "organRiskLevelLabel": "Sain"
            },
            {
              "organId": 6,
              "organLabel": "F5",
              "organRiskLevel": 0,
              "organRiskLevelLabel": "Sain"
            }
          ],
          "plantAlertLevel": 0,
          "plantAlertLevelLabel": "Pas de risque",
          "targetDescription": "En dehors de la période dintervention",
          "targetId": 3,
          "targetLabel": "Rouille brune"
        },
        {
          "isTargetInTest": false,
          "organs": [
            {
              "organId": 2,
              "organLabel": "F1",
              "organRiskLevel": 0,
              "organRiskLevelLabel": "Sain"
            },
            {
              "organId": 3,
              "organLabel": "F2",
              "organRiskLevel": 0,
              "organRiskLevelLabel": "Sain"
            },
            {
              "organId": 4,
              "organLabel": "F3",
              "organRiskLevel": 0,
              "organRiskLevelLabel": "Sain"
            },
            {
              "organId": 5,
              "organLabel": "F4",
              "organRiskLevel": 0,
              "organRiskLevelLabel": "Sain"
            },
            {
              "organId": 6,
              "organLabel": "F5",
              "organRiskLevel": 0,
              "organRiskLevelLabel": "Sain"
            }
          ],
          "plantAlertLevel": 0,
          "plantAlertLevelLabel": "Pas de risque",
          "targetDescription": "Pas de risque",
          "targetId": 4,
          "targetLabel": "Rouille jaune"
        },
        {
          "isTargetInTest": false,
          "organs": [
            {
              "organId": 2,
              "organLabel": "F1",
              "organRiskLevel": 0,
              "organRiskLevelLabel": "Sain"
            },
            {
              "organId": 3,
              "organLabel": "F2",
              "organRiskLevel": 0,
              "organRiskLevelLabel": "Sain"
            },
            {
              "organId": 4,
              "organLabel": "F3",
              "organRiskLevel": 0,
              "organRiskLevelLabel": "Sain"
            },
            {
              "organId": 5,
              "organLabel": "F4",
              "organRiskLevel": 0,
              "organRiskLevelLabel": "Sain"
            },
            {
              "organId": 6,
              "organLabel": "F5",
              "organRiskLevel": 0,
              "organRiskLevelLabel": "Sain"
            }
          ],
          "plantAlertLevel": 0,
          "plantAlertLevelLabel": "Pas de risque",
          "targetDescription": "Période pertinente non atteinte",
          "targetId": 6,
          "targetLabel": "Oïdium"
        },
        {
          "isTargetInTest": true,
          "organs": [],
          "plantAlertLevel": 3,
          "plantAlertLevelLabel": "Pas de risque",
          "targetDescription": "En dehors de la période dintervention",
          "targetId": 7,
          "targetLabel": "Fusariose"
        }
      ]
    }
  ],
  "ploughed": "Non labour",
  "predictionDate": "2022-03-09T00:00:00",
  "predictionModelLabel": "Simulation agroclimatique",
  "previousCropId": 556,
  "previousCropLabel": "Autres",
  "soilTextureId": 8,
  "soilTextureLabel": "Limon",
  "sowingDate": "2021-09-15T00:00:00",
  "stages": [
    {
      "position": -1,
      "stageDate": "2022-03-01T00:00:00",
      "stageDescription": "Les plantes se redressent : c'est la fin du tallage herbacé et la tige principale commence à s'allonger. La distance entre le sommet de l'épi et le plateau de tallage est en moyenne d'1cm.\n  Pour l'observer :\n   - Isoler le maitre-brin de chaque plante arrachée et éliminer les talles.\n  - Couper les racines à la base de la tige.\n  - Fendre la base de la tige avec une lame de couteau dans le sens de la longueur\n  - Mesurer la distance entre le sommet de l'épi et la base du plateau de tallage",
      "stageId": 2285,
      "stageLabel": "Épi 1 cm, début montaison",
      "stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH30_EPI1CM.jpg",
      "stageType": 0
    },
    {
      "position": 0,
      "stageDate": "2022-03-17T00:00:00",
      "stageDescription": "Il faut l'observer 10 à 15 jours après le stade épi 1cm. Le premier nœud est situé le plus près de la base de la tige.\n  La hauteur entre le sommet de l'épi et le plateau de tallage varie entre 3 à 5 cm.",
      "stageId": 2286,
      "stageLabel": "1er nœud formé",
      "stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH31_1NOEUD.jpg",
      "stageType": 0
    },
    {
      "position": 1,
      "stageDate": "2022-03-27T00:00:00",
      "stageDescription": "Les deux premiers nœuds sont bien visibles à la base de la tige quand on atteint 2 nœuds.\n  La hauteur entre le sommet de l'épi et le plateau de tallage varie entre 6 à 12 cm.",
      "stageId": 2287,
      "stageLabel": "2ème nœud formé",
      "stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH32_2NOEUD.jpg",
      "stageType": 0
    },
    {
      "position": 2,
      "stageDate": "2022-04-12T00:00:00",
      "stageDescription": "La dernière feuille est visible mais encore enroulée.  ",
      "stageId": 2292,
      "stageLabel": "Dernière feuille pointante",
      "stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH37_DERNIERE_FEUILLE_POINTANTE.jpg",
      "stageType": 0
    },
    {
      "position": 3,
      "stageDate": "2022-04-15T00:00:00",
      "stageDescription": "La ligule de la dernière feuille est entièrement développée. La gaine est gonflée au niveau de l'épi",
      "stageId": 2293,
      "stageLabel": "Dernière feuille étalée",
      "stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH39_DERNIERE_FEUILLE_ETALEE.png",
      "stageType": 0
    },
    {
      "position": 4,
      "stageDate": "2022-05-17T00:00:00",
      "stageDescription": "L'épiaison est le stade phénologique qui correspond à l'apparition de l'épi hors de la gaine de la dernière feuille.\n  Le stade mi-épaison correspond à 50 % de l'inflorescence sortie et la gaine est éclatée.",
      "stageId": 2303,
      "stageLabel": "Mi épiaison",
      "stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH55_MI_EPIAISON.png",
      "stageType": 0
    },
    {
      "position": 5,
      "stageDate": "2022-05-24T00:00:00",
      "stageDescription": "La floraison se caractérise par l'apparition des étamines hors des épillets.\n C'est la fin de la montaison, la croissance des tiges est terminée.\n L'appréciaiton précise du stade est délicate en raison de la présence des étamines sur les épi longtemps après la floraision.",
      "stageId": 2329,
      "stageLabel": "Floraison",
      "stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH60_FLORAISON.png",
      "stageType": 0
    },
    {
      "position": 6,
      "stageDate": "2022-07-04T00:00:00",
      "stageDescription": "",
      "stageId": 2324,
      "stageLabel": "Maturité complète",
      "stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH89_MATURITECOMPLETE.png",
      "stageType": 0
    }
  ],
  "surface": 15.9,
  "workOperations": [],
  "yieldPotential": "de 90 à 100 q/ha"
}

Validation #1247

Success

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

JSON Schema

{
  "cropId": 107,
  "cropLabel": "CHEVIGNON",
  "fieldId": 639,
  "fieldName": "EPI 1CM 2",
  "groupId": 2,
  "groupLabel": "Blé tendre",
  "localization": {
    "latitude": 48.6505,
    "longitude": 3.7907
  },
  "missingObservations": 1,
  "stageId": 2285,
  "stageLabel": "Épi 1 cm, début montaison",
  "surface": 15.9,
  "targets": [
    {
      "isTargetInTest": true,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 1,
      "targetLabel": "Piétin-verse"
    },
    {
      "isTargetInTest": false,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 2,
      "targetLabel": "Septoriose"
    },
    {
      "isTargetInTest": false,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 3,
      "targetLabel": "Rouille brune"
    },
    {
      "isTargetInTest": false,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 4,
      "targetLabel": "Rouille jaune"
    },
    {
      "isTargetInTest": false,
      "numberOfDays": 0,
      "riskLevelId": 0,
      "riskLevelLabel": "Pas de risque",
      "targetId": 6,
      "targetLabel": "Oïdium"
    },
    {
      "isTargetInTest": true,
      "numberOfDays": 0,
      "riskLevelId": 3,
      "riskLevelLabel": "Pas de risque",
      "targetId": 7,
      "targetLabel": "Fusariose"
    }
  ]
}

JSON instance

{}

Validation #1246

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/' contains additional properties ["id", "name", "activities_names", "address", "email", "city", "zip_code", "phone_number", "mobile_number", "manager_name", "latitude", "longitude", "owner", "timezone", "country", "opening_hours"] outside of the schema when none are allowed in schema d24d2547-3999-541d-bc71-44c1a2e7fdc9
  • The property '#/' did not contain a required property of 'silos' in schema d24d2547-3999-541d-bc71-44c1a2e7fdc9

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultOpeningHour_562": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "afternoon_end": {
          "anyOf": [
            {
              "description": "heure en UTC à convertir à partir de la timezone du silo",
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "afternoon_start": {
          "anyOf": [
            {
              "description": "heure en UTC à convertir à partir de la timezone du silo",
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "date": {
          "format": "date",
          "type": "string"
        },
        "morning_end": {
          "anyOf": [
            {
              "description": "heure en UTC à convertir à partir de la timezone du silo",
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "morning_start": {
          "anyOf": [
            {
              "description": "heure en UTC à convertir à partir de la timezone du silo",
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "opening_periods": {
          "description": "Format:\r\n%Y-%m-%dT%H:%M:%S+00:00/%Y-%m-%dT%H:%M:%S+00:00",
          "items": {
            "type": "string"
          },
          "maxItems": 2,
          "minItems": 0,
          "type": "array"
        },
        "status": {
          "description": "1=Ouvert = morningStart; morningEnd; afternoonStart; afternoonEnd\r\n2=Ouvert à la demande = RAS\r\n3=Fermé = RAS\r\n4=Férié = RAS\r\n5=Ouvert sans interruption = morningStart ; afternoonEnd\r\n6=Ouvert seulement la matinée = morningStart ; morningEnd\r\n7=Ouvert seulement l'après-midi = afternoonStart ; afternoonEnd\r\n8=Ouvert 24h/24h",
          "maximum": 8,
          "minimum": 1,
          "type": "integer"
        }
      },
      "required": [
        "afternoon_end",
        "afternoon_start",
        "date",
        "morning_end",
        "morning_start",
        "opening_periods",
        "status"
      ],
      "title": "OpeningHour - DefaultOpeningHour",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "silos": {
      "items": {
        "additionalProperties": false,
        "properties": {
          "activities_names": {
            "type": "string"
          },
          "address": {
            "type": "string"
          },
          "city": {
            "type": "string"
          },
          "country": {
            "type": "string"
          },
          "email": {
            "anyOf": [
              {
                "format": "email",
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "id": {
            "pattern": "\\d*",
            "type": "string"
          },
          "latitude": {
            "maximum": 90,
            "minimum": -90,
            "type": "number"
          },
          "longitude": {
            "maximum": 180,
            "minimum": -180,
            "type": "number"
          },
          "manager_name": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "mobile_number": {
            "anyOf": [
              {
                "description": "J'ai supprimé le scheme phone number, car nous pouvions avoir des 00 00 00 00 00 qui ne matchent pas le scheme",
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "name": {
            "type": "string"
          },
          "opening_hours": {
            "items": {
              "$ref": "#/definitions/DefaultOpeningHour_562",
              "type": "object"
            },
            "maxItems": 8,
            "minItems": 0,
            "type": "array"
          },
          "owner": {
            "type": "string"
          },
          "phone_number": {
            "anyOf": [
              {
                "description": "J'ai supprimé le scheme phone number, car nous pouvions avoir des numéros étranges qui ne matchent pas le scheme",
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "region": {
            "type": "string"
          },
          "timezone": {
            "type": "string"
          },
          "zip_code": {
            "description": "j'ai supprimé le scheme zipcode car on avait des zipcode à 6 chiffres ou 4 chiffres parfois",
            "type": "string"
          }
        },
        "required": [
          "activities_names",
          "address",
          "city",
          "country",
          "email",
          "id",
          "latitude",
          "longitude",
          "manager_name",
          "mobile_number",
          "name",
          "owner",
          "phone_number",
          "timezone",
          "zip_code"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "silos"
  ],
  "title": "Silo - DefaultSilo",
  "type": "object"
}

JSON instance

{
  "activities_names": null,
  "address": "Trzesow 7",
  "city": "Grebocice",
  "country": "PL",
  "email": "elewator@trzesow.pl",
  "id": "477",
  "latitude": 51.5935097,
  "longitude": 16.2996517,
  "manager_name": null,
  "mobile_number": "+48 783 839 393",
  "name": "Grano Silo Sp. z o.o.",
  "opening_hours": [],
  "owner": "EXT",
  "phone_number": "+48 783 839 393",
  "timezone": "Europe/Warsaw",
  "zip_code": "59-150"
}