The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultCodeValueObject_1994": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
}
},
"required": [
"code"
],
"title": "CodeValueObject - DefaultCodeValueObject",
"type": "object"
},
"DefaultCollectDeliveryModes_879": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"code",
"type",
"value"
],
"title": "CollectDeliveryModes - DefaultCollectDeliveryModes",
"type": "object"
},
"DefaultCollectDeliveryPeriods_880": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"available_places": {
"items": {
"$ref": "#/definitions/DefaultCodeValueObject_1994",
"type": "object"
},
"type": "array"
},
"central_place_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"code": {
"type": "string"
},
"direct_farm_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"harvest_type": {
"type": "string"
},
"id": {
"type": "integer"
},
"increase": {
"type": "number"
},
"last_price_update": {
"format": "date-time",
"type": "string"
},
"month_code": {
"enum": [
"01",
"02",
"03",
"04",
"05",
"06",
"07",
"08",
"09",
"10",
"11",
"12"
],
"type": "string"
},
"name": {
"type": "string"
},
"roll_on_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"satellite_place_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"available_places",
"central_place_price",
"code",
"direct_farm_price",
"harvest_type",
"id",
"increase",
"last_price_update",
"month_code",
"name",
"roll_on_price",
"satellite_place_price"
],
"title": "CollectDeliveryPeriods - DefaultCollectDeliveryPeriods",
"type": "object"
},
"DefaultCollectDeliveryTypes_878": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"delivery_modes": {
"items": {
"$ref": "#/definitions/DefaultCollectDeliveryModes_879",
"type": "object"
},
"type": "array"
},
"delivery_periods": {
"items": {
"$ref": "#/definitions/DefaultCollectDeliveryPeriods_880",
"type": "object"
},
"type": "array"
},
"id": {
"type": "integer"
},
"main_type": {
"type": "string"
}
},
"required": [
"delivery_modes",
"delivery_periods",
"id",
"main_type"
],
"title": "CollectDeliveryTypes - DefaultCollectDeliveryTypes",
"type": "object"
},
"DefaultCollectMaturity_877": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"commodity_code": {
"type": "string"
},
"commodity_label": {
"description": "commodityLabel",
"type": "string"
},
"id": {
"description": "offersMaturityId",
"type": "integer"
},
"maturity": {
"description": "maturity",
"type": "string"
},
"strike_price": {
"anyOf": [
{
"description": "strikePrice",
"type": "number"
},
{
"type": "null"
}
]
},
"warranty_cost": {
"description": "warrantyCost",
"type": "number"
}
},
"required": [
"commodity_code",
"commodity_label",
"id",
"maturity",
"strike_price",
"warranty_cost"
],
"title": "CollectMaturity - DefaultCollectMaturity",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"collection_offers": {
"items": {
"additionalProperties": false,
"properties": {
"base_label": {
"anyOf": [
{
"description": "baseLabel",
"type": "string"
},
{
"type": "null"
}
]
},
"delivery_types": {
"items": {
"$ref": "#/definitions/DefaultCollectDeliveryTypes_878",
"type": "object"
},
"type": "array"
},
"description": {
"anyOf": [
{
"description": "description",
"type": "string"
},
{
"type": "null"
}
]
},
"harvest": {
"description": "harvest",
"type": "string"
},
"id": {
"description": "offerId",
"type": "integer"
},
"market_label": {
"type": "string"
},
"market_reference": {
"anyOf": [
{
"description": "referenceMarket",
"type": "string"
},
{
"type": "null"
}
]
},
"marketing_tag": {
"anyOf": [
{
"description": "marketingTag",
"type": "string"
},
{
"type": "null"
}
]
},
"maturities": {
"items": {
"$ref": "#/definitions/DefaultCollectMaturity_877",
"type": "object"
},
"type": "array"
},
"picture_url": {
"anyOf": [
{
"description": "offerPictureUrl",
"type": "string"
},
{
"type": "null"
}
]
},
"price_zone_id": {
"type": "integer"
},
"priority": {
"description": "priority",
"type": "integer"
},
"product_id": {
"type": "integer"
},
"product_label": {
"description": "productLabel",
"type": "string"
},
"quality_label": {
"description": "qualityLabel",
"type": "string"
},
"quantity_max_per_customer": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"remaining_quantity": {
"anyOf": [
{
"description": "remainingQty",
"type": "number"
},
{
"type": "null"
}
]
},
"short_description": {
"anyOf": [
{
"description": "shortDescription",
"type": "string"
},
{
"type": "null"
}
]
},
"title": {
"description": "title",
"type": "string"
},
"type": {
"description": "offerType",
"type": "string"
},
"type_label": {
"description": "offerTypeLabel",
"type": "string"
}
},
"required": [
"base_label",
"delivery_types",
"description",
"harvest",
"id",
"market_label",
"market_reference",
"picture_url",
"price_zone_id",
"priority",
"product_id",
"product_label",
"quality_label",
"quantity_max_per_customer",
"remaining_quantity",
"short_description",
"title",
"type",
"type_label"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"collection_offers"
],
"title": "CollectionOffer - DefaultCollectOffer",
"type": "object"
}
{
"collection_offers": [
{
"base_label": "Base Juillet",
"delivery_types": [
{
"delivery_modes": [
{
"code": "0K69",
"type": "CTL",
"value": "ETON (4) 51-70"
},
{
"code": "0460",
"type": "SAT",
"value": "ETON (4) 51-70"
}
],
"delivery_periods": [
{
"available_places": [
{
"code": "0460"
}
],
"central_place_price": 306.75,
"code": "moisson",
"direct_farm_price": 309.05,
"harvest_type": "Moisson",
"id": 613,
"increase": 0,
"last_price_update": "2022-01-27T15:00:55+00:00",
"month_code": "08",
"name": "MOISSON",
"roll_on_price": 317.35,
"satellite_place_price": 306.75
},
{
"available_places": [
{
"code": "0460"
}
],
"central_place_price": 308.75,
"code": "septembre",
"direct_farm_price": 311.05,
"harvest_type": "Hors-moisson",
"id": 614,
"increase": 4.65,
"last_price_update": "2022-01-27T15:01:16+00:00",
"month_code": "12",
"name": "SEPT / DEC",
"roll_on_price": 319.35,
"satellite_place_price": 308.75
},
{
"available_places": [
{
"code": "0460"
}
],
"central_place_price": 308.75,
"code": "Janvier",
"direct_farm_price": 311.05,
"harvest_type": "Hors-moisson",
"id": 615,
"increase": 7.44,
"last_price_update": "2022-01-27T15:01:38+00:00",
"month_code": "03",
"name": "JANV / MARS",
"roll_on_price": 319.35,
"satellite_place_price": 308.75
}
],
"id": 1816,
"main_type": "RDU2"
},
{
"delivery_modes": [],
"delivery_periods": [
{
"available_places": [],
"central_place_price": 306.75,
"code": "moisson",
"direct_farm_price": 309.05,
"harvest_type": "Moisson",
"id": 613,
"increase": 0,
"last_price_update": "2022-01-27T15:00:55+00:00",
"month_code": "08",
"name": "MOISSON",
"roll_on_price": 317.35,
"satellite_place_price": 306.75
},
{
"available_places": [],
"central_place_price": 308.75,
"code": "septembre",
"direct_farm_price": 311.05,
"harvest_type": "Hors-moisson",
"id": 614,
"increase": 4.65,
"last_price_update": "2022-01-27T15:01:16+00:00",
"month_code": "12",
"name": "SEPT / DEC",
"roll_on_price": 319.35,
"satellite_place_price": 308.75
},
{
"available_places": [],
"central_place_price": 308.75,
"code": "Janvier",
"direct_farm_price": 311.05,
"harvest_type": "Hors-moisson",
"id": 615,
"increase": 7.44,
"last_price_update": "2022-01-27T15:01:38+00:00",
"month_code": "03",
"name": "JANV / MARS",
"roll_on_price": 319.35,
"satellite_place_price": 308.75
}
],
"id": 1817,
"main_type": "DEP2"
}
],
"description": null,
"harvest": "2023",
"id": 850,
"market_label": "FOB Metz",
"market_reference": "15",
"marketing_tag": null,
"maturities": [],
"picture_url": "https://static-cf.farmi.com/collect/offers/orge.jpg",
"price_zone_id": 61,
"priority": 0,
"product_id": 65,
"product_label": "ORGE PLANET",
"quality_label": "STANDARD",
"quantity_max_per_customer": 0,
"remaining_quantity": -270,
"short_description": "CALIBRAGE: \n100% de l'apport sera payé en brasserie, \npour les livraisons supérieures ou égales à 90% au-dessus de la grille de 2,5 mm. \nPour les livraisons inférieures à 90%, \nl'apport sera payé en proportion de la partie calibrée.",
"title": "ORGE PLANET - PRIX FERME",
"type": "APF",
"type_label": "Offre prix ferme"
}
]
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"properties": {
"intervention": {
"additionalProperties": false,
"properties": {
"carbon_cleaner_serial_number": {
"type": "string"
},
"driving_style_countryside_component": {
"maximum": 1,
"minimum": 0,
"type": "number"
},
"driving_style_highway_component": {
"maximum": 1,
"minimum": 0,
"type": "number"
},
"driving_style_town_component": {
"maximum": 1,
"minimum": 0,
"type": "number"
},
"engine_control_unit_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"new_mileage": {
"minimum": 0,
"type": "integer"
},
"vehicle_id": {
"type": "string"
}
},
"required": [
"carbon_cleaner_serial_number",
"driving_style_countryside_component",
"driving_style_highway_component",
"driving_style_town_component",
"engine_control_unit_id",
"new_mileage",
"vehicle_id"
],
"type": "object"
}
},
"required": [
"intervention"
],
"title": "Intervention - CreateIntervention",
"type": "object"
}
{
"intervention": {
"carbon_cleaner_serial_number": "id sed ",
"driving_style_countryside_component": 0.5519326895069461,
"driving_style_highway_component": 0.1457166233594438,
"driving_style_town_component": 0.6682199856624451,
"engine_control_unit_id": "minim tempor sed mollit",
"new_mileage": 99808330,
"vehicle_id": "consectetur magna aliqua in anim"
}
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultOffice_3484": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"acronym": {
"anyOf": [
{
"description": "unique across offices, can be blank. Short Code that represent the building. It matches google calendar acronym (ex: 46SL)",
"type": "string"
},
{
"type": "null"
}
]
},
"id": {
"type": "string"
},
"label": {
"description": "name not related to google calendar display",
"type": "string"
},
"time_zone": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"acronym",
"id",
"label",
"time_zone"
],
"title": "Office - DefaultOffice",
"type": "object"
}
},
"properties": {
"calendar_resources": {
"items": {
"additionalProperties": false,
"properties": {
"capacity": {
"anyOf": [
{
"description": "can be empty string",
"type": "integer"
},
{
"type": "null"
}
]
},
"floor_location": {
"anyOf": [
{
"description": "can be empty string",
"type": "string"
},
{
"type": "null"
}
]
},
"free_slots": {
"description": "each slot follow format HH:MM:SS",
"items": {
"type": "string"
},
"type": "array"
},
"google_calendar_id": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"anyOf": [
{
"description": "can be blank. Calendar full name : office + floor + capacity + phone number",
"type": "string"
},
{
"type": "null"
}
]
},
"office": {
"anyOf": [
{
"$ref": "#/definitions/DefaultOffice_3484",
"type": "object"
},
{
"type": "null"
}
]
},
"resource_name": {
"anyOf": [
{
"description": "can be blank. Calendar display name",
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"capacity",
"floor_location",
"free_slots",
"google_calendar_id",
"id",
"name",
"office",
"resource_name"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"calendar_resources"
],
"title": "CalendarResource - FreeSlots",
"type": "object"
}
{
"calendar_resources": [
{
"capacity": null,
"floor_location": "nostrud minim",
"free_slots": [
"reprehenderit sed exercitation Exc",
"eiusmod velit Excepteur id mollit",
"tempor veniam Lorem anim",
"aliqua",
"quis occaecat"
],
"google_calendar_id": "aliqua dolore tempor est",
"id": "in et Ut",
"name": null,
"office": null,
"resource_name": "tempor officia"
},
{
"capacity": null,
"floor_location": null,
"free_slots": [
"consequat eiusmod labore ut"
],
"google_calendar_id": "deserunt minim eu do veniam",
"id": "id",
"name": "amet enim velit minim sunt",
"office": null,
"resource_name": null
},
{
"capacity": -6028305,
"floor_location": null,
"free_slots": [
"magna eiusmod commodo cillum",
"laborum",
"exercitation occaecat sint commodo"
],
"google_calendar_id": "nisi",
"id": "ea enim consequat in occaecat",
"name": null,
"office": {
"acronym": "aute qui",
"id": "cillum nulla do aliquip amet",
"label": "veniam",
"time_zone": null
},
"resource_name": null
}
]
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultOffice_3484": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"acronym": {
"anyOf": [
{
"description": "unique across offices, can be blank. Short Code that represent the building. It matches google calendar acronym (ex: 46SL)",
"type": "string"
},
{
"type": "null"
}
]
},
"id": {
"type": "string"
},
"label": {
"description": "name not related to google calendar display",
"type": "string"
},
"time_zone": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"acronym",
"id",
"label",
"time_zone"
],
"title": "Office - DefaultOffice",
"type": "object"
}
},
"properties": {
"calendar_resources": {
"items": {
"additionalProperties": false,
"properties": {
"capacity": {
"anyOf": [
{
"description": "can be empty string",
"type": "integer"
},
{
"type": "null"
}
]
},
"floor_location": {
"anyOf": [
{
"description": "can be empty string",
"type": "string"
},
{
"type": "null"
}
]
},
"free_slots": {
"description": "each slot follow format HH:MM:SS",
"items": {
"type": "string"
},
"type": "array"
},
"google_calendar_id": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"anyOf": [
{
"description": "can be blank. Calendar full name : office + floor + capacity + phone number",
"type": "string"
},
{
"type": "null"
}
]
},
"office": {
"anyOf": [
{
"$ref": "#/definitions/DefaultOffice_3484",
"type": "object"
},
{
"type": "null"
}
]
},
"resource_name": {
"anyOf": [
{
"description": "can be blank. Calendar display name",
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"capacity",
"floor_location",
"free_slots",
"google_calendar_id",
"id",
"name",
"office",
"resource_name"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"calendar_resources"
],
"title": "CalendarResource - FreeSlots",
"type": "object"
}
{
"calendar_resources": [
{
"capacity": -85988321,
"floor_location": null,
"free_slots": [
"eu tempor aliqua nostrud"
],
"google_calendar_id": "cillum",
"id": "laboris ei",
"name": null,
"office": {
"acronym": null,
"id": "laborum ut nostrud cupidatat id",
"label": "in deserunt",
"time_zone": ""
},
"resource_name": "ullamco adipisicing officia do magna"
}
]
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultOffice_3484": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"acronym": {
"anyOf": [
{
"description": "unique across offices, can be blank. Short Code that represent the building. It matches google calendar acronym (ex: 46SL)",
"type": "string"
},
{
"type": "null"
}
]
},
"id": {
"type": "string"
},
"label": {
"description": "name not related to google calendar display",
"type": "string"
},
"time_zone": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"acronym",
"id",
"label",
"time_zone"
],
"title": "Office - DefaultOffice",
"type": "object"
}
},
"properties": {
"calendar_resources": {
"items": {
"additionalProperties": false,
"properties": {
"capacity": {
"anyOf": [
{
"description": "can be empty string",
"type": "integer"
},
{
"type": "null"
}
]
},
"floor_location": {
"anyOf": [
{
"description": "can be empty string",
"type": "string"
},
{
"type": "null"
}
]
},
"free_slots": {
"description": "each slot follow format HH:MM:SS",
"items": {
"type": "string"
},
"type": "array"
},
"google_calendar_id": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"anyOf": [
{
"description": "can be blank. Calendar full name : office + floor + capacity + phone number",
"type": "string"
},
{
"type": "null"
}
]
},
"office": {
"anyOf": [
{
"$ref": "#/definitions/DefaultOffice_3484",
"type": "object"
},
{
"type": "null"
}
]
},
"resource_name": {
"anyOf": [
{
"description": "can be blank. Calendar display name",
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"capacity",
"floor_location",
"free_slots",
"google_calendar_id",
"id",
"name",
"office",
"resource_name"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"calendar_resources"
],
"title": "CalendarResource - FreeSlots",
"type": "object"
}
{
"calendar_resources": [
{
"capacity": -66977322,
"floor_location": "incididunt Duis eu",
"free_slots": [
"culpa est",
"ullamco velit tempor proident id"
],
"google_calendar_id": "aliqu",
"id": "sed",
"name": "consectetur Duis ea Excepteur",
"office": {
"acronym": "proident ea deserunt minim ad",
"id": "dolor id aliquip",
"label": "e",
"time_zone": null
},
"resource_name": "officia incididunt"
},
{
"capacity": null,
"floor_location": "cupidatat ullamco ex incididunt",
"free_slots": [
"Ut eiusmod",
"Duis veli",
"Lorem amet adipisic",
"sed fugiat veniam in",
"velit sint adipi"
],
"google_calendar_id": "mollit incididunt fugiat tempor",
"id": "tempor",
"name": null,
"office": {
"acronym": "mollit tempor non Duis",
"id": "nulla do sit dolor",
"label": "sunt consectetur ex",
"time_zone": null
},
"resource_name": null
}
]
}
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"
},
"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"
}
{
"antePreviousCropId": 559,
"antePreviousCropLabel": "Pailles",
"calculationDate": "2022-04-19T10:16:30",
"cityCode": "CY_FR_58071",
"cityName": "CHEVANNES-CHANGY",
"countryCode": "FR",
"cropId": 107,
"cropLabel": "CHEVIGNON",
"currentDayRisks": {
"globalRiskLevel": 0,
"globalRiskLevelLabel": "Pas de risque",
"globalRiskPictureURL": "https://static-cf.farmi.com/plantsimages/ABC1BDF52761F7F622E79DD8DC024947.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": 3,
"plantAlertLevelLabel": "Pas de risque",
"targetDescription": "En dehors de la période d'intervention",
"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": 0,
"organRiskLevelLabel": "Sain"
}
],
"plantAlertLevel": 0,
"plantAlertLevelLabel": "Pas de risque",
"targetDescription": "Pas de risque sur F3",
"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": "Pas de risque",
"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": 1,
"organRiskLevelLabel": "Incubation"
}
],
"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 d'intervention",
"targetId": 7,
"targetLabel": "Fusariose"
}
]
},
"farmId": 208,
"fieldId": 2142,
"fieldName": "13 GRANDE PIECE PETITE PIECE",
"groupId": 2,
"groupLabel": "Blé tendre",
"localization": {
"latitude": 47.26797,
"longitude": 3.45755
},
"missingObservations": 0,
"nextDaysRisks": [
{
"globalRiskLevel": 0,
"globalRiskLevelLabel": "Pas de risque",
"globalRiskPictureURL": "https://static-cf.farmi.com/plantsimages/ABC1BDF52761F7F622E79DD8DC024947.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": 1,
"organRiskLevelLabel": "Maladie en progression, symptômes non visibles, …"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 1,
"organRiskLevelLabel": "Maladie en progression, symptômes non visibles, …"
}
],
"targets": [
{
"isTargetInTest": true,
"organs": [],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "Pas de risque",
"targetDescription": "En dehors de la période d'intervention",
"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": 0,
"organRiskLevelLabel": "Sain"
}
],
"plantAlertLevel": 0,
"plantAlertLevelLabel": "Pas de risque",
"targetDescription": "Pas de risque sur F3 ou plus haute",
"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": "Pas de risque",
"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": 1,
"organRiskLevelLabel": "Incubation"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 1,
"organRiskLevelLabel": "Incubation"
}
],
"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 d'intervention",
"targetId": 7,
"targetLabel": "Fusariose"
}
]
}
],
"ploughed": "Labour",
"predictionDate": "2022-04-20T00:00:00",
"predictionModelLabel": "Simulation agroclimatique",
"previousCropId": 542,
"previousCropLabel": "Colza",
"soilTextureId": 5,
"soilTextureLabel": "Argile limoneuse",
"sowingDate": "2021-10-02T00:00:00",
"stages": [
{
"observationId": 280057,
"position": -3,
"stageDate": "2022-03-15T00: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": 1
},
{
"position": -2,
"stageDate": "2022-03-27T00: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-04-07T00: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": 0,
"stageDate": "2022-04-22T00: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": 1,
"stageDate": "2022-04-24T00: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": 2,
"stageDate": "2022-05-21T00: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": 3,
"stageDate": "2022-05-28T00: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": 4,
"stageDate": "2022-07-08T00:00:00",
"stageDescription": "",
"stageId": 2324,
"stageLabel": "Maturité complète",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH89_MATURITECOMPLETE.png",
"stageType": 0
}
],
"surface": 37.7,
"workOperations": [
{
"operationId": 1505,
"workOperationLabel": "Labour",
"workOperationType": 1
},
{
"operationDate": "2022-04-19T00:00:00",
"operationId": 1709,
"operationsProducts": [
{
"productId": 255,
"productLabel": "JUVENTUS",
"quantity": 0.5,
"unitCode": "l/ha",
"unitId": 20
}
],
"workOperationLabel": "Application fongicide",
"workOperationType": 9
}
],
"yieldPotential": "de 80 à 90 q/ha"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"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"
}
{
"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"
}
]
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"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"
}
{
"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"
}
]
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"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"
}
[
{
"cropId": 18382353,
"cropLabel": "id",
"fieldId": 10055389,
"fieldName": "veniam ullamco",
"groupId": -9117275,
"groupLabel": "in ut sit voluptate",
"localization": {
"latitude": -47342663.67723534,
"longitude": -23223051.957405746
},
"missingObservations": -4914693,
"stageId": 41729784,
"stageLabel": "sit minim sint",
"surface": 65878408.17380628,
"targets": [
{
"numberOfDays": -46228445,
"riskLevelId": -61886404,
"riskLevelLabel": "aliquip",
"targetId": 28166898,
"targetLabel": "aliqua l"
},
{
"numberOfDays": 18882533,
"riskLevelId": 32157007,
"riskLevelLabel": "in est",
"targetId": -78071932,
"targetLabel": "consequat laborum nisi fugiat pariatur"
}
]
},
{
"cropId": -83457480,
"cropLabel": "et ipsum consequat deserunt",
"fieldId": 92639897,
"fieldName": "ipsum aute",
"groupId": 77792141,
"groupLabel": "id",
"localization": {
"latitude": 32907556.034789518,
"longitude": 89796966.79647419
},
"missingObservations": 55820040,
"stageId": -24538662,
"stageLabel": "commodo tempor aliquip laboris Duis",
"surface": -27459655.938879773,
"targets": [
{
"numberOfDays": -84880368,
"riskLevelId": 70128929,
"riskLevelLabel": "qui",
"targetId": 35386214,
"targetLabel": "sunt deserunt quis"
},
{
"numberOfDays": 87283774,
"riskLevelId": -39506113,
"riskLevelLabel": "sit voluptate Excepteur ex in",
"targetId": 6947936,
"targetLabel": "labore aliqua"
},
{
"numberOfDays": -51790774,
"riskLevelId": 64383548,
"riskLevelLabel": "consectetur irure velit laborum",
"targetId": -21163281,
"targetLabel": "commodo aliqua ad"
},
{
"numberOfDays": -42329962,
"riskLevelId": 64395531,
"riskLevelLabel": "ad exercitation do veniam est",
"targetId": 1149727,
"targetLabel": "nulla s"
}
]
},
{
"cropId": 93105753,
"cropLabel": "sint",
"fieldId": 74193533,
"fieldName": "officia et velit",
"groupId": 68628087,
"groupLabel": "culpa aliquip",
"localization": {
"latitude": -70713974.7025809,
"longitude": 47350800.36057356
},
"missingObservations": -79247422,
"stageId": 12043947,
"stageLabel": "Ut amet cupidatat",
"surface": -24842672.48947631,
"targets": [
{
"numberOfDays": 1798793,
"riskLevelId": -89649682,
"riskLevelLabel": "Ut voluptate cupidatat et Duis",
"targetId": 92414707,
"targetLabel": "si"
},
{
"numberOfDays": -16110044,
"riskLevelId": 71479942,
"riskLevelLabel": "aute nulla nisi",
"targetId": -36912772,
"targetLabel": "deserunt aute sed adipisicing"
},
{
"numberOfDays": -84887231,
"riskLevelId": -21858532,
"riskLevelLabel": "ut ipsum ex commodo est",
"targetId": -72089452,
"targetLabel": "aliquip ullamco tempor pariatur sunt"
},
{
"numberOfDays": -21983113,
"riskLevelId": 2714228,
"riskLevelLabel": "ut minim occaecat",
"targetId": 42591489,
"targetLabel": "sint eu"
}
]
}
]
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"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"
}
{
"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"
}
]
}