The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultFungicideDayForecast_2277": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"predictionDate": {
"format": "date",
"type": "string"
},
"riskLevelId": {
"maximum": 3,
"minimum": 0,
"type": "integer"
}
},
"required": [
"predictionDate",
"riskLevelId"
],
"title": "FungicideDayForecast - DefaultFungicideDayForecast",
"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"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"cityCode": {
"type": "string"
},
"cityName": {
"type": "string"
},
"fieldId": {
"type": "integer"
},
"fieldName": {
"type": "string"
},
"forecasts": {
"items": {
"$ref": "#/definitions/DefaultFungicideDayForecast_2277",
"type": "object"
},
"type": "array"
},
"localization": {
"$ref": "#/definitions/DefaultLocalization_2210",
"type": "object"
}
},
"required": [
"cityCode",
"fieldId",
"fieldName",
"forecasts",
"localization"
],
"title": "FungicideRiskForecast - DefaultFungicideRiskForecast",
"type": "object"
}
{
"cityCode": "qui nulla",
"fieldId": -50049262,
"fieldName": "sit et quis",
"forecasts": [
{
"predictionDate": "2008-05-05",
"riskLevelId": 1
}
],
"localization": {
"latitude": 50491891.17381242,
"longitude": 88399284.90693939
}
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultFungicideDayForecast_2277": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"predictionDate": {
"format": "date-time",
"type": "string"
},
"riskLevelId": {
"maximum": 3,
"minimum": 0,
"type": "integer"
}
},
"required": [
"predictionDate",
"riskLevelId"
],
"title": "FungicideDayForecast - DefaultFungicideDayForecast",
"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"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"cityCode": {
"type": "string"
},
"cityName": {
"type": "string"
},
"fieldId": {
"type": "integer"
},
"fieldName": {
"type": "string"
},
"forecasts": {
"items": {
"$ref": "#/definitions/DefaultFungicideDayForecast_2277",
"type": "object"
},
"type": "array"
},
"localization": {
"$ref": "#/definitions/DefaultLocalization_2210",
"type": "object"
}
},
"required": [
"cityCode",
"cityName",
"fieldId",
"fieldName",
"forecasts",
"localization"
],
"title": "FungicideRiskForecast - DefaultFungicideRiskForecast",
"type": "object"
}
{
"cityCode": "CY_FR_10437\r\n",
"cropId": 117,
"cropLabel": "COMPLICE",
"farmId": 16,
"fieldId": 41,
"fieldName": "Piéce aux tuillots",
"forecasts": [
{
"predictionDate": "2020-03-04T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-05T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-06T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-07T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-08T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-09T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-10T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-11T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-12T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-13T00:00:00",
"riskLevelId": 3
}
],
"localization": {
"latitude": 48.116,
"longitude": 4.3325
},
"missingObservations": 1,
"stageId": 70,
"stageLabel": "GM",
"surface": 5.48
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultFungicideDayForecast_2277": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"predictionDate": {
"format": "date-time",
"type": "string"
},
"riskLevelId": {
"maximum": 3,
"minimum": 0,
"type": "integer"
}
},
"required": [
"predictionDate",
"riskLevelId"
],
"title": "FungicideDayForecast - DefaultFungicideDayForecast",
"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"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"cityCode": {
"type": "string"
},
"cityName": {
"type": "string"
},
"fieldId": {
"type": "integer"
},
"fieldName": {
"type": "string"
},
"forecasts": {
"items": {
"$ref": "#/definitions/DefaultFungicideDayForecast_2277",
"type": "object"
},
"type": "array"
},
"localization": {
"$ref": "#/definitions/DefaultLocalization_2210",
"type": "object"
}
},
"required": [
"cityCode",
"cityName",
"fieldId",
"fieldName",
"forecasts",
"localization"
],
"title": "FungicideRiskForecast - DefaultFungicideRiskForecast",
"type": "object"
}
{
"cityCode": "CY_FR_10437\r\n",
"cropId": 117,
"cropLabel": "COMPLICE",
"farmId": 16,
"fieldId": 41,
"fieldName": "Piéce aux tuillots",
"forecasts": [
{
"predictionDate": "2020-03-04T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-05T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-06T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-07T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-08T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-09T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-10T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-11T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-12T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-13T00:00:00",
"riskLevelId": 3
}
],
"localization": {
"latitude": 48.116,
"longitude": 4.3325
},
"missingObservations": 1,
"stageId": 70,
"stageLabel": "GM",
"surface": 5.48
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultFungicideDayForecast_2277": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"predictionDate": {
"format": "date-time",
"type": "string"
},
"riskLevelId": {
"maximum": 3,
"minimum": 0,
"type": "integer"
}
},
"required": [
"predictionDate",
"riskLevelId"
],
"title": "FungicideDayForecast - DefaultFungicideDayForecast",
"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"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"cityCode": {
"type": "string"
},
"cityName": {
"type": "string"
},
"fieldId": {
"type": "integer"
},
"fieldName": {
"type": "string"
},
"forecasts": {
"items": {
"$ref": "#/definitions/DefaultFungicideDayForecast_2277",
"type": "object"
},
"type": "array"
},
"localization": {
"$ref": "#/definitions/DefaultLocalization_2210",
"type": "object"
}
},
"required": [
"cityCode",
"cityName",
"fieldId",
"fieldName",
"forecasts",
"localization"
],
"title": "FungicideRiskForecast - DefaultFungicideRiskForecast",
"type": "object"
}
{
"cityCode": "CY_FR_10437\r\n",
"cropId": 117,
"cropLabel": "COMPLICE",
"farmId": 16,
"fieldId": 41,
"fieldName": "Piéce aux tuillots",
"forecasts": [
{
"predictionDate": "2020-03-04T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-05T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-06T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-07T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-08T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-09T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-10T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-11T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-12T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-13T00:00:00",
"riskLevelId": 3
}
],
"localization": {
"latitude": 48.116,
"longitude": 4.3325
},
"missingObservations": 1,
"stageId": 70,
"stageLabel": "GM",
"surface": 5.48
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultFungicideDayForecast_2277": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"predictionDate": {
"format": "date-time",
"type": "string"
},
"riskLevelId": {
"maximum": 3,
"minimum": 0,
"type": "integer"
}
},
"required": [
"predictionDate",
"riskLevelId"
],
"title": "FungicideDayForecast - DefaultFungicideDayForecast",
"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"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"cityCode": {
"type": "string"
},
"cityName": {
"type": "string"
},
"fieldId": {
"type": "integer"
},
"fieldName": {
"type": "string"
},
"forecasts": {
"items": {
"$ref": "#/definitions/DefaultFungicideDayForecast_2277",
"type": "object"
},
"type": "array"
},
"localization": {
"$ref": "#/definitions/DefaultLocalization_2210",
"type": "object"
}
},
"required": [
"cityCode",
"cityName",
"fieldId",
"fieldName",
"forecasts",
"localization"
],
"title": "FungicideRiskForecast - DefaultFungicideRiskForecast",
"type": "object"
}
{
"cityCode": "CY_FR_10437\r\n",
"cropId": 117,
"cropLabel": "COMPLICE",
"farmId": 16,
"fieldId": 41,
"fieldName": "Piéce aux tuillots",
"forecasts": [
{
"predictionDate": "2020-03-04T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-05T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-06T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-07T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-08T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-09T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-10T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-11T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-12T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-03-13T00:00:00",
"riskLevelId": 3
}
],
"localization": {
"latitude": 48.116,
"longitude": 4.3325
},
"missingObservations": 1,
"stageId": 70,
"stageLabel": "GM",
"surface": 5.48
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultFungicideDayForecast_2277": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"predictionDate": {
"format": "date-time",
"type": "string"
},
"riskLevelId": {
"maximum": 3,
"minimum": 0,
"type": "integer"
}
},
"required": [
"predictionDate",
"riskLevelId"
],
"title": "FungicideDayForecast - DefaultFungicideDayForecast",
"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"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"cityCode": {
"type": "string"
},
"cityName": {
"type": "string"
},
"fieldId": {
"type": "integer"
},
"fieldName": {
"type": "string"
},
"forecasts": {
"items": {
"$ref": "#/definitions/DefaultFungicideDayForecast_2277",
"type": "object"
},
"type": "array"
},
"localization": {
"$ref": "#/definitions/DefaultLocalization_2210",
"type": "object"
}
},
"required": [
"cityCode",
"cityName",
"fieldId",
"fieldName",
"forecasts",
"localization"
],
"title": "FungicideRiskForecast - DefaultFungicideRiskForecast",
"type": "object"
}
{
"cityCode": "CY_FR_70122",
"cityName": "CHAMPLITTE",
"fieldId": 1,
"fieldName": "Test",
"forecasts": [
{
"predictionDate": "2020-05-30T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-05-24T00:00:00",
"riskLevelId": 2
},
{
"predictionDate": "2020-05-27T00:00:00",
"riskLevelId": 1
},
{
"predictionDate": "2020-05-28T00:00:00",
"riskLevelId": 0
},
{
"predictionDate": "2020-05-31T00:00:00",
"riskLevelId": 2
},
{
"predictionDate": "2020-05-25T00:00:00",
"riskLevelId": 2
},
{
"predictionDate": "2020-05-26T00:00:00",
"riskLevelId": 1
},
{
"predictionDate": "2020-05-29T00:00:00",
"riskLevelId": 3
},
{
"predictionDate": "2020-05-23T00:00:00",
"riskLevelId": 2
},
{
"predictionDate": "2020-06-01T00:00:00",
"riskLevelId": 2
}
],
"localization": {
"latitude": 47.6828410844,
"longitude": 5.5326461791
}
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultFungicideDayForecast_2277": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"predictionDate": {
"format": "date-time",
"type": "string"
},
"riskLevelId": {
"maximum": 3,
"minimum": 0,
"type": "integer"
}
},
"required": [
"predictionDate",
"riskLevelId"
],
"title": "FungicideDayForecast - DefaultFungicideDayForecast",
"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"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"cityCode": {
"type": "string"
},
"cityName": {
"type": "string"
},
"fieldId": {
"type": "integer"
},
"fieldName": {
"type": "string"
},
"forecasts": {
"items": {
"$ref": "#/definitions/DefaultFungicideDayForecast_2277",
"type": "object"
},
"type": "array"
},
"localization": {
"$ref": "#/definitions/DefaultLocalization_2210",
"type": "object"
}
},
"required": [
"cityCode",
"cityName",
"fieldId",
"fieldName",
"forecasts",
"localization"
],
"title": "FungicideRiskForecast - DefaultFungicideRiskForecast",
"type": "object"
}
{
"cityCode": "enim ut",
"cityName": "irure sit mollit Ut cupidatat",
"fieldId": 10309555,
"fieldName": "aute et occaecat sed culpa",
"forecasts": [
{
"predictionDate": "1987-12-13T09:30:10.475Z",
"riskLevelId": 3
},
{
"predictionDate": "2018-01-22T21:58:35.727Z",
"riskLevelId": 1
},
{
"predictionDate": "2003-07-17T09:05:53.885Z",
"riskLevelId": 1
},
{
"predictionDate": "1947-03-18T04:48:38.164Z",
"riskLevelId": 1
},
{
"predictionDate": "1951-06-23T09:04:28.644Z",
"riskLevelId": 0
}
],
"localization": {
"latitude": -32142891.854341075,
"longitude": 77071255.0412238
}
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultFungicideDayRisks_2225": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"globalRiskLevel": {
"type": "integer"
},
"globalRiskLevelLabel": {
"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": {
"position": {
"type": "integer"
},
"stageDate": {
"type": "string"
},
"stageDescription": {
"type": "string"
},
"stageId": {
"type": "integer"
},
"stageLabel": {
"type": "string"
},
"stagePictureURL": {
"type": "string"
},
"stageType": {
"type": "integer"
}
},
"required": [
"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"
}
{
"antePreviousCropId": 559,
"antePreviousCropLabel": "Pailles",
"calculationDate": "2020-03-04T07:37:01.260",
"cityCode": "CY_FR_10437",
"countryCode": "FR",
"cropId": 117,
"cropLabel": "COMPLICE",
"currentDayRisks": {
"globalRiskLevelLabel": "libellé risque global",
"targets": [
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Pas de risque",
"targetId": 2,
"targetLabel": "Septoriose"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 2,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Sortie des 1ers symptômes proche",
"targetId": 2,
"targetLabel": "Septoriose"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Pas de risque",
"targetId": 3,
"targetLabel": "Rouille brune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 2,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Seuil atteint, 1eres pustules visibles, observez votre parcelle",
"targetId": 3,
"targetLabel": "Rouille brune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Pas de risque",
"targetId": 4,
"targetLabel": "Rouille jaune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 2,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Seuil atteint, 1eres pustules visibles, observez votre parcelle",
"targetId": 4,
"targetLabel": "Rouille jaune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 1,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 0,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 1,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 0,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetId": 6,
"targetLabel": "Oïdium"
},
{
"isTargetInTest": true,
"organs": [],
"plantAlertLevel": 0,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Risque faible (* modélisaiton en test)",
"targetId": 7,
"targetLabel": "Fusariose"
}
]
},
"farmId": 16,
"fieldId": 41,
"fieldName": "Piéce aux tuillots",
"groupId": 2,
"groupLabel": "Blé tendre",
"localization": {
"latitude": 48.116,
"longitude": 4.3325
},
"missingObservations": 1,
"nextDaysRisks": [
{
"globalRiskLevelLabel": "libellé risque global",
"targets": [
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Pas de risque",
"targetId": 2,
"targetLabel": "Septoriose"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 2,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Sortie des 1ers symptômes proche",
"targetId": 2,
"targetLabel": "Septoriose"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Pas de risque",
"targetId": 3,
"targetLabel": "Rouille brune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 2,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Seuil atteint, 1eres pustules visibles, observez votre parcelle",
"targetId": 3,
"targetLabel": "Rouille brune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Pas de risque",
"targetId": 4,
"targetLabel": "Rouille jaune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 2,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Seuil atteint, 1eres pustules visibles, observez votre parcelle",
"targetId": 4,
"targetLabel": "Rouille jaune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 1,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 0,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 1,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 0,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetId": 6,
"targetLabel": "Oïdium"
},
{
"isTargetInTest": true,
"organs": [],
"plantAlertLevel": 0,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Risque faible (* modélisaiton en test)",
"targetId": 7,
"targetLabel": "Fusariose"
}
]
}
],
"ploughed": "Non labour",
"predictionDate": "2020-03-04T00:00:00",
"predictionModelLabel": "Simulation agroclimatique",
"previousCropId": 542,
"previousCropLabel": "Colza",
"soilTextureId": 10,
"soilTextureLabel": "Argile calcaire",
"sowingDate": "2019-10-16T00:00:00",
"stages": [
{
"position": -3,
"stageDate": "2020-03-16T00: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. Pour l'observer : - Isoler le maitre-brin de chaque plante arrachée et éliminer les talles. - Couper les racines à la base de la tige. - Fendre la base de la tige avec une lame de couteau dans le sens de la longueur - Mesurer la distance entre le sommet de l'épi et la base du plateau de tallage",
"stageId": 31,
"stageLabel": "début montaison",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH30_EPI1CM.jpg",
"stageType": 0
},
{
"position": -2,
"stageDate": "2020-04-05T00: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. La hauteur entre le sommet de l'épi et le plateau de tallage varie entre 3 à 5 cm.",
"stageId": 32,
"stageLabel": "1er nœud formé",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH31_1NOEUD.jpg",
"stageType": 0
},
{
"position": -1,
"stageDate": "2020-04-16T00:00:00",
"stageDescription": "Les deux premiers nœuds sont bien visibles à la base de la tige quand on atteint 2 nœuds La hauteur entre le sommet de l'épi et le plateau de tallage varie entre 6 à 12 cm",
"stageId": 33,
"stageLabel": "2ème nœud formé",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH32_2NOEUD.jpg",
"stageType": 0
},
{
"position": 0,
"stageDate": "2020-04-23T00:00:00",
"stageDescription": "La dernière feuille est visible mais encore enroulée.",
"stageId": 38,
"stageLabel": "dernière feuille visible",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH37_DERNIERE_FEUILLE_POINTANTE.jpg",
"stageType": 0
},
{
"position": 1,
"stageDate": "2020-04-28T00: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": 39,
"stageLabel": "dernière feuille étalée",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH39_DERNIERE_FEUILLE_ETALEE.png",
"stageType": 0
},
{
"position": 2,
"stageDate": "2020-05-14T00: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. Le stade mi-épaison correspond à 50 % de l'inflorescence sortie et la gaine est éclatée",
"stageId": 49,
"stageLabel": "Mi épiaison",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH55_MI_EPIAISON.png",
"stageType": 0
},
{
"position": 3,
"stageDate": "2020-07-01T00:00:00",
"stageDescription": "",
"stageId": 70,
"stageLabel": "Maturation complète",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH89_MATURITECOMPLETE.png",
"stageType": 0
}
],
"surface": 5.48,
"workOperations": [],
"yieldPotential": ""
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultFungicideDayRisks_2225": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"globalRiskLevel": {
"type": "integer"
},
"globalRiskLevelLabel": {
"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": {
"position": {
"type": "integer"
},
"stageDate": {
"type": "string"
},
"stageDescription": {
"type": "string"
},
"stageId": {
"type": "integer"
},
"stageLabel": {
"type": "string"
},
"stagePictureURL": {
"type": "string"
},
"stageType": {
"type": "integer"
}
},
"required": [
"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"
}
{
"antePreviousCropId": 559,
"antePreviousCropLabel": "Pailles",
"calculationDate": "2020-03-04T07:37:01.260",
"cityCode": "CY_FR_10437",
"countryCode": "FR",
"cropId": 117,
"cropLabel": "COMPLICE",
"currentDayRisks": {
"globalRiskLevelLabel": "libellé risque global",
"targets": [
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Pas de risque",
"targetId": 2,
"targetLabel": "Septoriose"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 2,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Sortie des 1ers symptômes proche",
"targetId": 2,
"targetLabel": "Septoriose"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Pas de risque",
"targetId": 3,
"targetLabel": "Rouille brune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 2,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Seuil atteint, 1eres pustules visibles, observez votre parcelle",
"targetId": 3,
"targetLabel": "Rouille brune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Pas de risque",
"targetId": 4,
"targetLabel": "Rouille jaune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 2,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Seuil atteint, 1eres pustules visibles, observez votre parcelle",
"targetId": 4,
"targetLabel": "Rouille jaune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 1,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 0,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 1,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 0,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetId": 6,
"targetLabel": "Oïdium"
},
{
"isTargetInTest": true,
"organs": [],
"plantAlertLevel": 0,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Risque faible (* modélisaiton en test)",
"targetId": 7,
"targetLabel": "Fusariose"
}
]
},
"farmId": 16,
"fieldId": 41,
"fieldName": "Piéce aux tuillots",
"groupId": 2,
"groupLabel": "Blé tendre",
"localization": {
"latitude": 48.116,
"longitude": 4.3325
},
"missingObservations": 1,
"nextDaysRisks": [
{
"globalRiskLevelLabel": "libellé risque global",
"targets": [
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Pas de risque",
"targetId": 2,
"targetLabel": "Septoriose"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 2,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Sortie des 1ers symptômes proche",
"targetId": 2,
"targetLabel": "Septoriose"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Pas de risque",
"targetId": 3,
"targetLabel": "Rouille brune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 2,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Seuil atteint, 1eres pustules visibles, observez votre parcelle",
"targetId": 3,
"targetLabel": "Rouille brune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Pas de risque",
"targetId": 4,
"targetLabel": "Rouille jaune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 2,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Seuil atteint, 1eres pustules visibles, observez votre parcelle",
"targetId": 4,
"targetLabel": "Rouille jaune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 1,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 0,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 1,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 0,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetId": 6,
"targetLabel": "Oïdium"
},
{
"isTargetInTest": true,
"organs": [],
"plantAlertLevel": 0,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Risque faible (* modélisaiton en test)",
"targetId": 7,
"targetLabel": "Fusariose"
}
]
}
],
"ploughed": "Non labour",
"predictionDate": "2020-03-04T00:00:00",
"predictionModelLabel": "Simulation agroclimatique",
"previousCropId": 542,
"previousCropLabel": "Colza",
"soilTextureId": 10,
"soilTextureLabel": "Argile calcaire",
"sowingDate": "2019-10-16T00:00:00",
"stages": [
{
"position": -3,
"stageDate": "2020-03-16T00: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. Pour l'observer : - Isoler le maitre-brin de chaque plante arrachée et éliminer les talles. - Couper les racines à la base de la tige. - Fendre la base de la tige avec une lame de couteau dans le sens de la longueur - Mesurer la distance entre le sommet de l'épi et la base du plateau de tallage",
"stageId": 31,
"stageLabel": "début montaison",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH30_EPI1CM.jpg",
"stageType": 0
},
{
"position": -2,
"stageDate": "2020-04-05T00: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. La hauteur entre le sommet de l'épi et le plateau de tallage varie entre 3 à 5 cm.",
"stageId": 32,
"stageLabel": "1er nœud formé",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH31_1NOEUD.jpg",
"stageType": 0
},
{
"position": -1,
"stageDate": "2020-04-16T00:00:00",
"stageDescription": "Les deux premiers nœuds sont bien visibles à la base de la tige quand on atteint 2 nœuds La hauteur entre le sommet de l'épi et le plateau de tallage varie entre 6 à 12 cm",
"stageId": 33,
"stageLabel": "2ème nœud formé",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH32_2NOEUD.jpg",
"stageType": 0
},
{
"position": 0,
"stageDate": "2020-04-23T00:00:00",
"stageDescription": "La dernière feuille est visible mais encore enroulée.",
"stageId": 38,
"stageLabel": "dernière feuille visible",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH37_DERNIERE_FEUILLE_POINTANTE.jpg",
"stageType": 0
},
{
"position": 1,
"stageDate": "2020-04-28T00: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": 39,
"stageLabel": "dernière feuille étalée",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH39_DERNIERE_FEUILLE_ETALEE.png",
"stageType": 0
},
{
"position": 2,
"stageDate": "2020-05-14T00: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. Le stade mi-épaison correspond à 50 % de l'inflorescence sortie et la gaine est éclatée",
"stageId": 49,
"stageLabel": "Mi épiaison",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH55_MI_EPIAISON.png",
"stageType": 0
},
{
"position": 3,
"stageDate": "2020-07-01T00:00:00",
"stageDescription": "",
"stageId": 70,
"stageLabel": "Maturation complète",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH89_MATURITECOMPLETE.png",
"stageType": 0
}
],
"surface": 5.48,
"workOperations": []
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultFungicideDayRisks_2225": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"globalRiskLevel": {
"type": "integer"
},
"globalRiskLevelLabel": {
"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": {
"position": {
"type": "integer"
},
"stageDate": {
"type": "string"
},
"stageDescription": {
"type": "string"
},
"stageId": {
"type": "integer"
},
"stageLabel": {
"type": "string"
},
"stagePictureURL": {
"type": "string"
},
"stageType": {
"type": "integer"
}
},
"required": [
"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"
}
{
"antePreviousCropId": 559,
"antePreviousCropLabel": "Pailles",
"calculationDate": "2020-03-04T07:37:01.260",
"cityCode": "CY_FR_10437",
"countryCode": "FR",
"cropId": 117,
"cropLabel": "COMPLICE",
"currentDayRisks": {
"globalRiskLevelLabel": "libellé risque global",
"targets": [
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Pas de risque",
"targetId": 2,
"targetLabel": "Septoriose"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 2,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Sortie des 1ers symptômes proche",
"targetId": 2,
"targetLabel": "Septoriose"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Pas de risque",
"targetId": 3,
"targetLabel": "Rouille brune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 2,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Seuil atteint, 1eres pustules visibles, observez votre parcelle",
"targetId": 3,
"targetLabel": "Rouille brune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Pas de risque",
"targetId": 4,
"targetLabel": "Rouille jaune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 2,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Seuil atteint, 1eres pustules visibles, observez votre parcelle",
"targetId": 4,
"targetLabel": "Rouille jaune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 1,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 0,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 1,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 0,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetId": 6,
"targetLabel": "Oïdium"
},
{
"isTargetInTest": true,
"plantAlertLevel": 0,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Risque faible (* modélisaiton en test)",
"targetId": 7,
"targetLabel": "Fusariose"
}
]
},
"farmId": 16,
"fieldId": 41,
"fieldName": "Piéce aux tuillots",
"groupId": 2,
"groupLabel": "Blé tendre",
"localization": {
"latitude": 48.116,
"longitude": 4.3325
},
"missingObservations": 1,
"nextDaysRisks": [
{
"globalRiskLevelLabel": "libellé risque global",
"targets": [
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Pas de risque",
"targetId": 2,
"targetLabel": "Septoriose"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 2,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Sortie des 1ers symptômes proche",
"targetId": 2,
"targetLabel": "Septoriose"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Pas de risque",
"targetId": 3,
"targetLabel": "Rouille brune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 2,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Seuil atteint, 1eres pustules visibles, observez votre parcelle",
"targetId": 3,
"targetLabel": "Rouille brune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Pas de risque",
"targetId": 4,
"targetLabel": "Rouille jaune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 2,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 2,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Seuil atteint, 1eres pustules visibles, observez votre parcelle",
"targetId": 4,
"targetLabel": "Rouille jaune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 1,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 3,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 0,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 1,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
},
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 0,
"organRiskLevelLabel": "niveau de risque par maladie par organe"
}
],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetId": 6,
"targetLabel": "Oïdium"
},
{
"isTargetInTest": true,
"plantAlertLevel": 0,
"plantAlertLevelLabel": "niveau d'alerte par maladie",
"targetDescription": "Risque faible (* modélisaiton en test)",
"targetId": 7,
"targetLabel": "Fusariose"
}
]
}
],
"ploughed": "Non labour",
"predictionDate": "2020-03-04T00:00:00",
"predictionModelLabel": "Simulation agroclimatique",
"previousCropId": 542,
"previousCropLabel": "Colza",
"soilTextureId": 10,
"soilTextureLabel": "Argile calcaire",
"sowingDate": "2019-10-16T00:00:00",
"stages": [
{
"position": -3,
"stageDate": "2020-03-16T00: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. Pour l'observer : - Isoler le maitre-brin de chaque plante arrachée et éliminer les talles. - Couper les racines à la base de la tige. - Fendre la base de la tige avec une lame de couteau dans le sens de la longueur - Mesurer la distance entre le sommet de l'épi et la base du plateau de tallage",
"stageId": 31,
"stageLabel": "début montaison",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH30_EPI1CM.jpg",
"stageType": 0
},
{
"position": -2,
"stageDate": "2020-04-05T00: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. La hauteur entre le sommet de l'épi et le plateau de tallage varie entre 3 à 5 cm.",
"stageId": 32,
"stageLabel": "1er nœud formé",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH31_1NOEUD.jpg",
"stageType": 0
},
{
"position": -1,
"stageDate": "2020-04-16T00:00:00",
"stageDescription": "Les deux premiers nœuds sont bien visibles à la base de la tige quand on atteint 2 nœuds La hauteur entre le sommet de l'épi et le plateau de tallage varie entre 6 à 12 cm",
"stageId": 33,
"stageLabel": "2ème nœud formé",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH32_2NOEUD.jpg",
"stageType": 0
},
{
"position": 0,
"stageDate": "2020-04-23T00:00:00",
"stageDescription": "La dernière feuille est visible mais encore enroulée.",
"stageId": 38,
"stageLabel": "dernière feuille visible",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH37_DERNIERE_FEUILLE_POINTANTE.jpg",
"stageType": 0
},
{
"position": 1,
"stageDate": "2020-04-28T00: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": 39,
"stageLabel": "dernière feuille étalée",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH39_DERNIERE_FEUILLE_ETALEE.png",
"stageType": 0
},
{
"position": 2,
"stageDate": "2020-05-14T00: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. Le stade mi-épaison correspond à 50 % de l'inflorescence sortie et la gaine est éclatée",
"stageId": 49,
"stageLabel": "Mi épiaison",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH55_MI_EPIAISON.png",
"stageType": 0
},
{
"position": 3,
"stageDate": "2020-07-01T00:00:00",
"stageDescription": "",
"stageId": 70,
"stageLabel": "Maturation complète",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH89_MATURITECOMPLETE.png",
"stageType": 0
}
],
"surface": 5.48,
"workOperations": []
}