The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"id": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"id"
],
"title": "User - DefaultUser",
"type": "object"
}
{
"id": 17011539
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"CreateEnterpriseCorporateManager_1983": {
"additionalProperties": false,
"properties": {
"email": {
"type": "string"
},
"first_name": {
"type": "string"
},
"last_name": {
"type": "string"
},
"phone": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"position": {
"type": "string"
}
},
"required": [
"email",
"first_name",
"last_name",
"phone",
"position"
],
"title": "CorporateManager - CreateEnterpriseCorporateManager",
"type": "object"
},
"EnterpriseLocation_1961": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"address": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"city": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"country": {
"anyOf": [
{
"description": "https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2",
"type": "string"
},
{
"type": "null"
}
]
},
"zip_code": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"address",
"city",
"country",
"zip_code"
],
"title": "Location - EnterpriseLocation",
"type": "object"
},
"EnterprisesOfferRequest_2047": {
"additionalProperties": false,
"properties": {
"active": {
"type": "boolean"
},
"can_use_credits": {
"type": "boolean"
},
"discount": {
"type": "number"
},
"offer_id": {
"type": "integer"
}
},
"required": [
"active",
"can_use_credits"
],
"title": "EnterprisesOffer - EnterprisesOfferRequest",
"type": "object"
}
},
"properties": {
"enterprise": {
"additionalProperties": false,
"properties": {
"alstria_contact_id": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"billing_location_attributes": {
"$ref": "#/definitions/EnterpriseLocation_1961",
"type": "object"
},
"credit_price": {
"type": "number"
},
"enterprises_offers_attributes": {
"items": {
"$ref": "#/definitions/EnterprisesOfferRequest_2047",
"type": "object"
},
"type": "array"
},
"fee_per_user": {
"type": "number"
},
"free_allowance": {
"type": "number"
},
"is_alstria_renter": {
"type": "boolean"
},
"is_overdraft_allowed": {
"type": "boolean"
},
"location_attributes": {
"$ref": "#/definitions/EnterpriseLocation_1961",
"type": "object"
},
"logo": {
"anyOf": [
{
"description": "url (binary if request)",
"type": "string"
},
{
"type": "null"
}
]
},
"monthly_budget": {
"type": "number"
},
"name": {
"type": "string"
},
"nb_free_users": {
"type": "number"
},
"owner_attributes": {
"$ref": "#/definitions/CreateEnterpriseCorporateManager_1983",
"type": "object"
},
"phone": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"share_capital": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"siret_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"vat_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"alstria_contact_id",
"billing_location_attributes",
"credit_price",
"enterprises_offers_attributes",
"fee_per_user",
"free_allowance",
"is_alstria_renter",
"location_attributes",
"logo",
"name",
"nb_free_users",
"owner_attributes",
"phone",
"share_capital",
"siret_number",
"vat_number"
],
"type": "object"
}
},
"required": [
"enterprise"
],
"title": "Enterprise - CreateEnterprise",
"type": "object"
}
{
"enterprise": {
"alstria_contact_id": -56263027,
"billing_location_attributes": {
"address": null,
"city": "labore",
"country": null,
"zip_code": "commodo ullamco officia dolore"
},
"credit_price": 31837730.352738053,
"enterprises_offers_attributes": [
{
"active": false,
"can_use_credits": false
},
{
"active": false,
"can_use_credits": false
},
{
"active": true,
"can_use_credits": true
},
{
"active": false,
"can_use_credits": false
},
{
"active": false,
"can_use_credits": false
}
],
"fee_per_user": -32207985.437887967,
"free_allowance": 33310528.470878035,
"is_alstria_renter": true,
"location_attributes": {
"address": null,
"city": "labore",
"country": "amet aliquip",
"zip_code": null
},
"logo": "amet dolor",
"name": "ex Duis cil",
"nb_free_users": 10109155.42389457,
"owner_attributes": {
"email": "esse minim",
"first_name": "laborum et in",
"last_name": "nostrud ad",
"phone": null,
"position": "sit labore ad dolor"
},
"phone": null,
"share_capital": null,
"siret_number": "et",
"vat_number": null
}
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultIntersection_1877": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"from": {
"format": "date",
"type": "string"
},
"to": {
"format": "date",
"type": "string"
}
},
"required": [
"from",
"to"
],
"title": "Intersection - DefaultIntersection",
"type": "object"
},
"MeetingRoomDateTaken_1043": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"from": {
"format": "date",
"type": "string"
},
"meeting_room_timeslot_id": {
"type": "integer"
},
"meeting_room_timeslot_ids": {
"items": {
"type": "integer"
},
"type": "array"
},
"to": {
"format": "date",
"type": "string"
}
},
"required": [
"from",
"meeting_room_timeslot_id",
"meeting_room_timeslot_ids",
"to"
],
"title": "DateTaken - MeetingRoomDateTaken",
"type": "object"
},
"MeetingRoomWithDatesTaken_1071": {
"additionalProperties": false,
"properties": {
"dates_taken": {
"items": {
"$ref": "#/definitions/MeetingRoomDateTaken_1043",
"type": "object"
},
"type": "array"
},
"description": {
"anyOf": [
{
"description": "MeetingRoom description",
"type": "string"
},
{
"type": "null"
}
]
},
"id": {
"description": "MeetingRoom id",
"type": "integer"
},
"name": {
"description": "MeetingRoom name",
"type": "string"
},
"size": {
"description": "MeetingRoom size",
"type": "integer"
},
"space_id": {
"description": "MeetingRoom space id",
"type": "integer"
},
"thumbnail": {
"description": "MeetingRoom thumbnail URL",
"type": "string"
}
},
"required": [
"dates_taken",
"description",
"id",
"name",
"size",
"space_id",
"thumbnail"
],
"title": "MeetingRoom - MeetingRoomWithDatesTaken",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"dates_taken_intersection": {
"items": {
"$ref": "#/definitions/DefaultIntersection_1877",
"type": "object"
},
"type": "array"
},
"meeting_rooms": {
"items": {
"$ref": "#/definitions/MeetingRoomWithDatesTaken_1071",
"type": "object"
},
"type": "array"
}
},
"required": [
"dates_taken_intersection",
"meeting_rooms"
],
"title": "MeetingRoomResponse - DefaultMeetingRoomResponse",
"type": "object"
}
{
"dates_taken_intersection": [
{
"from": "1967-02-21",
"to": "1983-11-26"
},
{
"from": "1963-09-16",
"to": "2011-08-31"
},
{
"from": "1997-06-28",
"to": "1978-12-30"
},
{
"from": "1988-11-13",
"to": "1985-03-18"
},
{
"from": "1959-10-01",
"to": "1999-11-06"
}
],
"meeting_rooms": [
{
"dates_taken": [
{
"from": "1942-09-25",
"meeting_room_timeslot_id": -96566463,
"meeting_room_timeslot_ids": [
-86487026,
-19869944,
2794683,
51752880,
84773153
],
"to": "1980-07-01"
},
{
"from": "1992-08-16",
"meeting_room_timeslot_id": -40414493,
"meeting_room_timeslot_ids": [
60935907,
73355515,
-95855476,
12785577
],
"to": "1970-04-20"
},
{
"from": "1950-02-08",
"meeting_room_timeslot_id": -34780911,
"meeting_room_timeslot_ids": [
-55004369
],
"to": "1954-09-20"
},
{
"from": "1998-12-20",
"meeting_room_timeslot_id": -35269542,
"meeting_room_timeslot_ids": [
-46126917,
32023782,
-99657319
],
"to": "2001-05-02"
}
],
"description": "voluptate sunt laborum dol",
"id": -11415096,
"name": "cupidatat incididunt mollit do ea",
"size": -97894962,
"space_id": 22742974,
"thumbnail": "laborum occaecat"
},
{
"dates_taken": [
{
"from": "1998-06-24",
"meeting_room_timeslot_id": 40578636,
"meeting_room_timeslot_ids": [
28639398,
91812523
],
"to": "1947-04-16"
},
{
"from": "1993-06-21",
"meeting_room_timeslot_id": -82833860,
"meeting_room_timeslot_ids": [
66259245,
53189943
],
"to": "1962-11-26"
},
{
"from": "2001-05-13",
"meeting_room_timeslot_id": 48301099,
"meeting_room_timeslot_ids": [
-24791816,
-38035274,
73588525,
71783317
],
"to": "2000-03-19"
}
],
"description": null,
"id": -77673571,
"name": "cupidatat",
"size": -99920012,
"space_id": 58139440,
"thumbnail": "vel"
},
{
"dates_taken": [
{
"from": "2016-06-25",
"meeting_room_timeslot_id": 61392874,
"meeting_room_timeslot_ids": [
87938450,
-57652649,
61729592,
-89313393,
78561103
],
"to": "1978-08-17"
}
],
"description": "anim",
"id": -24845251,
"name": "dolore",
"size": 60667497,
"space_id": 52784321,
"thumbnail": ""
},
{
"dates_taken": [
{
"from": "2008-05-30",
"meeting_room_timeslot_id": -11079709,
"meeting_room_timeslot_ids": [
48833329,
8246202,
-15086163
],
"to": "2019-11-17"
},
{
"from": "1978-04-22",
"meeting_room_timeslot_id": 81975416,
"meeting_room_timeslot_ids": [
73155685
],
"to": "1968-10-03"
}
],
"description": "consectetur id",
"id": -58676760,
"name": "elit nisi laborum",
"size": 19938285,
"space_id": -97741569,
"thumbnail": "tempor"
},
{
"dates_taken": [
{
"from": "1973-02-09",
"meeting_room_timeslot_id": -68176143,
"meeting_room_timeslot_ids": [
47818941
],
"to": "1958-06-10"
},
{
"from": "1965-12-05",
"meeting_room_timeslot_id": -50581777,
"meeting_room_timeslot_ids": [
88032896,
-46669684,
-5893623,
76128398,
-35048936
],
"to": "1941-03-04"
},
{
"from": "1989-02-10",
"meeting_room_timeslot_id": -65321100,
"meeting_room_timeslot_ids": [
-27856961,
36752676,
24703700,
-23318762
],
"to": "1978-01-19"
},
{
"from": "1950-08-11",
"meeting_room_timeslot_id": 27053,
"meeting_room_timeslot_ids": [
-87944923,
45340598
],
"to": "2002-04-11"
},
{
"from": "2002-02-16",
"meeting_room_timeslot_id": 86231147,
"meeting_room_timeslot_ids": [
47675171,
-15343257,
-14803865
],
"to": "1950-02-18"
}
],
"description": null,
"id": 3147790,
"name": "Lorem aliqua i",
"size": 4890228,
"space_id": 68104646,
"thumbnail": "ut"
}
]
}
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"
},
"DefaultFungicideOperationProduct_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": "FungicideOperationProduct - DefaultFungicideOperationProduct",
"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/DefaultFungicideOperationProduct_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": {
"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": [
"organs",
"plantAlertLevel",
"plantAlertLevelLabel",
"targetId",
"targetLabel"
],
"title": "FungicideTarget - FungicideDetailTarget",
"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",
"cityName",
"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": "FungicideFieldDetail - DefaultFungicideFieldDetail",
"type": "object"
}
{
"antePreviousCropId": -34639440,
"antePreviousCropLabel": "incididunt cillum ullamco sunt",
"calculationDate": "pariatur est",
"cityCode": "aute exercitation",
"cityName": "qui id aliqua ex exercitation",
"countryCode": "labore do",
"cropId": 11311111,
"cropLabel": "ad ex ea sunt",
"currentDayRisks": {
"globalRiskLevelLabel": "Ut Lorem minim",
"targets": [
{
"organs": [
{
"organId": 80902252,
"organLabel": "elit Excepteur sint officia",
"organRiskLevel": 11804556,
"organRiskLevelLabel": "Duis laborum incididunt"
}
],
"plantAlertLevel": 71024173,
"plantAlertLevelLabel": "cupidatat ea",
"targetId": -53291721,
"targetLabel": "irure enim in"
},
{
"organs": [
{
"organId": 7982262,
"organLabel": "irure in",
"organRiskLevel": -84829158,
"organRiskLevelLabel": "adipisicing deserunt culpa ut"
},
{
"organId": -41354541,
"organLabel": "non elit",
"organRiskLevel": 34295408,
"organRiskLevelLabel": "do culpa qui"
}
],
"plantAlertLevel": -80919792,
"plantAlertLevelLabel": "voluptate et dolor dolore",
"targetId": -26628306,
"targetLabel": "id ea iru"
}
]
},
"farmId": 66801685,
"fieldId": 48792767,
"fieldName": "in ",
"groupId": -97951222,
"groupLabel": "eu occaecat",
"localization": {
"latitude": 94938387.05536127,
"longitude": -71824455.25782865
},
"missingObservations": 60128359,
"nextDaysRisks": [
{
"globalRiskLevelLabel": "deserunt proident aliqua",
"targets": [
{
"organs": [
{
"organId": -59968890,
"organLabel": "id Duis ut est cupidatat",
"organRiskLevel": 83359506,
"organRiskLevelLabel": "officia sit non dolore"
},
{
"organId": 52608494,
"organLabel": "ullamco proident",
"organRiskLevel": -59010365,
"organRiskLevelLabel": "dolore"
},
{
"organId": -63276235,
"organLabel": "occaecat do ex ",
"organRiskLevel": -74939078,
"organRiskLevelLabel": "ex culpa est sunt commodo"
},
{
"organId": 20416732,
"organLabel": "dolore veniam eiusmod nulla",
"organRiskLevel": -79204010,
"organRiskLevelLabel": "nulla"
},
{
"organId": -8142230,
"organLabel": "reprehenderit ea",
"organRiskLevel": -42940061,
"organRiskLevelLabel": "mollit veniam"
}
],
"plantAlertLevel": -4887896,
"plantAlertLevelLabel": "o",
"targetId": 79208398,
"targetLabel": "eiusmod cupidatat sed aliqua"
}
]
},
{
"globalRiskLevelLabel": "occaecat nulla irure",
"targets": [
{
"organs": [
{
"organId": -33928986,
"organLabel": "aute fugiat aliquip",
"organRiskLevel": -8788983,
"organRiskLevelLabel": "ut reprehenderit nisi ea"
},
{
"organId": 65597572,
"organLabel": "esse et ut magna aliqua",
"organRiskLevel": 41763078,
"organRiskLevelLabel": "ullamco"
},
{
"organId": -56325609,
"organLabel": "sunt ut sint quis",
"organRiskLevel": -61179731,
"organRiskLevelLabel": "proident nulla anim"
},
{
"organId": -83777529,
"organLabel": "esse",
"organRiskLevel": -6046678,
"organRiskLevelLabel": "sit"
},
{
"organId": -97249064,
"organLabel": "labore laborum",
"organRiskLevel": 29613313,
"organRiskLevelLabel": "adipisicing esse elit"
}
],
"plantAlertLevel": 4419870,
"plantAlertLevelLabel": "deserunt dolor",
"targetId": 57772640,
"targetLabel": "enim Lorem ut ipsum"
},
{
"organs": [
{
"organId": 27542304,
"organLabel": "adipisicing",
"organRiskLevel": 41069016,
"organRiskLevelLabel": "m"
}
],
"plantAlertLevel": -69753564,
"plantAlertLevelLabel": "enim",
"targetId": 22673257,
"targetLabel": "occaecat culpa magna nostrud"
}
]
},
{
"globalRiskLevelLabel": "sed nostrud mollit sint Ut",
"targets": [
{
"organs": [
{
"organId": -31608784,
"organLabel": "in ",
"organRiskLevel": -95247576,
"organRiskLevelLabel": "officia ipsum"
},
{
"organId": -8373295,
"organLabel": "quis nostrud ullamco est irure",
"organRiskLevel": -80409756,
"organRiskLevelLabel": "laborum sunt"
}
],
"plantAlertLevel": 55817966,
"plantAlertLevelLabel": "anim",
"targetId": -10484803,
"targetLabel": "adipisicing in"
},
{
"organs": [
{
"organId": -89272999,
"organLabel": "commodo deserunt magna sint proident",
"organRiskLevel": 62309161,
"organRiskLevelLabel": "velit exercitation"
},
{
"organId": -35719073,
"organLabel": "cupidatat",
"organRiskLevel": 38560698,
"organRiskLevelLabel": "nisi elit exercitation"
},
{
"organId": 76141598,
"organLabel": "proident do",
"organRiskLevel": -53261504,
"organRiskLevelLabel": "minim consectetur veniam consequat laboris"
},
{
"organId": -4137485,
"organLabel": "et ut nulla",
"organRiskLevel": 21292923,
"organRiskLevelLabel": "ut magna consequat"
},
{
"organId": 61202907,
"organLabel": "esse aliqua quis velit nulla",
"organRiskLevel": 80857383,
"organRiskLevelLabel": "cillum"
}
],
"plantAlertLevel": 86584254,
"plantAlertLevelLabel": "aliqua enim ut",
"targetId": -46438047,
"targetLabel": "aute"
},
{
"organs": [
{
"organId": 12757157,
"organLabel": "culpa aliquip",
"organRiskLevel": -6160752,
"organRiskLevelLabel": "ad ipsum est Excepteur"
},
{
"organId": -1633384,
"organLabel": "sit do adipisicing",
"organRiskLevel": 73388383,
"organRiskLevelLabel": "cil"
},
{
"organId": -50956939,
"organLabel": "adipisicing",
"organRiskLevel": 83744699,
"organRiskLevelLabel": "qui anim Duis consectetur est"
}
],
"plantAlertLevel": -24922511,
"plantAlertLevelLabel": "amet exercitation",
"targetId": -67092249,
"targetLabel": "mollit ullamco officia c"
},
{
"organs": [
{
"organId": -63899536,
"organLabel": "minim aliquip tempor quis",
"organRiskLevel": 88270255,
"organRiskLevelLabel": "sed esse c"
},
{
"organId": -39307379,
"organLabel": "laborum minim voluptate ut",
"organRiskLevel": -71179030,
"organRiskLevelLabel": "Lorem enim"
},
{
"organId": -77459173,
"organLabel": "ex",
"organRiskLevel": -38131369,
"organRiskLevelLabel": "aliquip do fugiat sit ut"
},
{
"organId": -2214679,
"organLabel": "adipisicing esse anim",
"organRiskLevel": -54336257,
"organRiskLevelLabel": "ea ex reprehenderit"
},
{
"organId": 95366341,
"organLabel": "Excepteur dolore dolore tempor",
"organRiskLevel": 79684227,
"organRiskLevelLabel": "deserunt sit"
}
],
"plantAlertLevel": 35009815,
"plantAlertLevelLabel": "cupidatat",
"targetId": 55288639,
"targetLabel": "et"
}
]
},
{
"globalRiskLevelLabel": "sint Lorem dolore exercitation",
"targets": [
{
"organs": [
{
"organId": -9533700,
"organLabel": "irure dolor",
"organRiskLevel": -76408026,
"organRiskLevelLabel": "magna"
}
],
"plantAlertLevel": 82793975,
"plantAlertLevelLabel": "id cillum",
"targetId": -18882858,
"targetLabel": "nostrud non Ut Duis est"
},
{
"organs": [
{
"organId": -39399504,
"organLabel": "ex veniam dolor magna",
"organRiskLevel": 12865781,
"organRiskLevelLabel": "in qui cupidatat laboris"
},
{
"organId": -58781396,
"organLabel": "aliquip sunt mollit ",
"organRiskLevel": 50845745,
"organRiskLevelLabel": "commod"
}
],
"plantAlertLevel": 3233443,
"plantAlertLevelLabel": "deserunt ut adipisicing",
"targetId": 86184950,
"targetLabel": "sint mollit non ut culpa"
},
{
"organs": [
{
"organId": -90039267,
"organLabel": "qui eiusmod culpa",
"organRiskLevel": 63276889,
"organRiskLevelLabel": "aute mollit esse"
}
],
"plantAlertLevel": -50521863,
"plantAlertLevelLabel": "mollit cillum qui esse sit",
"targetId": -14980998,
"targetLabel": "dolor"
}
]
},
{
"globalRiskLevelLabel": "do sit sunt ad laborum",
"targets": [
{
"organs": [
{
"organId": 77638275,
"organLabel": "tempor dolor consequat culpa",
"organRiskLevel": 60756282,
"organRiskLevelLabel": "veniam anim enim occaecat"
},
{
"organId": -19424375,
"organLabel": "ad ",
"organRiskLevel": 21440684,
"organRiskLevelLabel": "anim"
},
{
"organId": 20947919,
"organLabel": "Ut labore dolor anim qui",
"organRiskLevel": 19914152,
"organRiskLevelLabel": "proident sint ipsum"
},
{
"organId": -32741695,
"organLabel": "sit ad quis",
"organRiskLevel": 52653320,
"organRiskLevelLabel": "ullamco ut do"
}
],
"plantAlertLevel": 42935140,
"plantAlertLevelLabel": "nisi",
"targetId": 58708740,
"targetLabel": "est elit irure"
},
{
"organs": [
{
"organId": -74408275,
"organLabel": "do consequat voluptate Lorem in",
"organRiskLevel": 70290337,
"organRiskLevelLabel": "voluptate"
},
{
"organId": 42765726,
"organLabel": "quis",
"organRiskLevel": -75804069,
"organRiskLevelLabel": "sint ipsum Lorem elit non"
},
{
"organId": -92594059,
"organLabel": "in minim anim ad",
"organRiskLevel": -62665728,
"organRiskLevelLabel": "ut nisi"
},
{
"organId": -25159995,
"organLabel": "Excepteur cillum",
"organRiskLevel": 23321404,
"organRiskLevelLabel": "nostrud fugiat sit dolore ea"
}
],
"plantAlertLevel": -45147065,
"plantAlertLevelLabel": "in adipisicing aliquip",
"targetId": -75262305,
"targetLabel": "qui"
}
]
}
],
"ploughed": "sint pariatur proident labore officia",
"predictionDate": "nostrud amet",
"predictionModelLabel": "Duis dolore aliqua laborum",
"previousCropId": -90307204,
"previousCropLabel": "in ea occaecat",
"soilTextureId": 8895448,
"soilTextureLabel": "in sunt anim sit",
"sowingDate": "enim sunt Excepteur reprehenderit commodo",
"stages": [
{
"position": 39135716,
"stageDate": "incididunt esse ull",
"stageDescription": "pariatur consecte",
"stageId": -13927961,
"stageLabel": "ipsum nulla do pariatur",
"stagePictureURL": "proident sint dolor Lorem ",
"stageType": 40819424
},
{
"position": -8631645,
"stageDate": "commodo id tempor esse do",
"stageDescription": "in laboris",
"stageId": -38964732,
"stageLabel": "sunt nisi irure",
"stagePictureURL": "sunt in amet",
"stageType": -35558878
}
],
"surface": -63436864.93613028,
"workOperations": [
{
"operationDate": "sed ut dolore culpa reprehenderit",
"operationId": -65861793,
"operationsProducts": [
{
"productId": -14365442,
"productLabel": "aliquip in",
"quantity": -27081218.439418152,
"unitCode": "aliquip ut fugiat Ut nulla",
"unitId": -21544549
},
{
"productId": -76237801,
"productLabel": "magna reprehenderit minim",
"quantity": 9492684.787820503,
"unitCode": "velit laborum ea",
"unitId": -59973547
},
{
"productId": -24931944,
"productLabel": "enim aute minim",
"quantity": 43050623.68212047,
"unitCode": "ea eiusmod",
"unitId": 63708778
}
],
"workOperationLabel": "anim",
"workOperationType": -84402855
},
{
"operationDate": "elit esse et anim labore",
"operationId": -98805377,
"operationsProducts": [
{
"productId": -11998850,
"productLabel": "velit sint dolore",
"quantity": -59995586.68711296,
"unitCode": "minim",
"unitId": 97226696
},
{
"productId": 54810870,
"productLabel": "eiusmod dolore ullamco anim aliquip",
"quantity": -51669968.883402586,
"unitCode": "commodo non nisi dolore mollit",
"unitId": 14981953
},
{
"productId": -73563112,
"productLabel": "ut Ut ea laborum",
"quantity": 13733215.519891933,
"unitCode": "in",
"unitId": -52863989
}
],
"workOperationLabel": "qui elit aute ea",
"workOperationType": -17453982
}
],
"yieldPotential": "in est dolor"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"CuttingOrderWithLinks_1888": {
"additionalProperties": false,
"properties": {
"assemblyOrders": {
"items": {
"$ref": "#/definitions/LinkedAssemblyOrder_1713",
"type": "object"
},
"type": "array"
},
"assignedZone": {
"description": "Name/Code of the assigned zone",
"maxLength": 4,
"minLength": 1,
"type": "string"
},
"creationDate": {
"format": "date-time",
"type": "string"
},
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"modificationDate": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"type": "null"
}
]
},
"quantityOF": {
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"quantityPER": {
"description": "Quantité supplémentaire sur la maquette rentrée par le stock",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"requestedQuantity": {
"description": "Quantité supplémentaire sur la maquette rentrée par la coupe",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"sawhorse": {
"anyOf": [
{
"$ref": "#/definitions/LinkedSawhorse_1667",
"type": "object"
},
{
"type": "null"
}
]
},
"site": {
"$ref": "#/definitions/LinkedSite_1732",
"type": "object"
},
"skip": {
"type": "boolean"
},
"status": {
"enum": [
"ordered",
"accepted",
"cutting_in_progress",
"delivered",
"cancelled"
],
"type": "string"
}
},
"required": [
"assemblyOrders",
"assignedZone",
"creationDate",
"id",
"modificationDate",
"quantityOF",
"quantityPER",
"requestedQuantity",
"site",
"skip",
"status"
],
"title": "CuttingOrder - CuttingOrderWithLinks",
"type": "object"
},
"DefaultAssemblyOrderItem_1750": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"material": {
"$ref": "#/definitions/LinkedMaterial_1752",
"type": "object"
},
"model": {
"$ref": "#/definitions/LinkedDesign_1716",
"type": "object"
},
"quantity": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"material",
"model",
"quantity"
],
"title": "AssemblyOrderItem - DefaultAssemblyOrderItem",
"type": "object"
},
"DefaultAssemblyOrder_1661": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"availabilityDate": {
"format": "date",
"type": "string"
},
"creationDate": {
"description": "Generated by the WS",
"format": "date-time",
"type": "string"
},
"cuttingOrder": {
"anyOf": [
{
"$ref": "#/definitions/LinkedCuttingOrder_1666",
"type": "object"
},
{
"type": "null"
}
]
},
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"item": {
"$ref": "#/definitions/DefaultAssemblyOrderItem_1750",
"type": "object"
},
"modificationDate": {
"anyOf": [
{
"description": "Generated by the WS",
"format": "date-time",
"type": "string"
},
{
"type": "null"
}
]
},
"replacement": {
"anyOf": [
{
"$ref": "#/definitions/DefaultAssemblyOrderItem_1750",
"type": "object"
},
{
"type": "null"
}
]
},
"site": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"status": {
"enum": [
"pending",
"retrieved",
"cancelled"
],
"type": "string"
},
"workerReporter": {
"$ref": "#/definitions/LinkedWorker_1715",
"type": "object"
},
"workshopReporter": {
"$ref": "#/definitions/LinkedWorkshop_1714",
"type": "object"
}
},
"required": [
"availabilityDate",
"creationDate",
"id",
"item",
"site",
"status",
"workerReporter",
"workshopReporter"
],
"title": "AssemblyOrder - DefaultAssemblyOrder",
"type": "object"
},
"LinkedAssemblyOrder_1713": {
"additionalProperties": false,
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
}
},
"title": "AssemblyOrder - LinkedAssemblyOrder",
"type": "object"
},
"LinkedCuttingOrder_1666": {
"additionalProperties": false,
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
}
},
"title": "CuttingOrder - LinkedCuttingOrder",
"type": "object"
},
"LinkedDesign_1716": {
"additionalProperties": false,
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
}
},
"required": [
"id"
],
"title": "Design - LinkedDesign",
"type": "object"
},
"LinkedMaterial_1752": {
"additionalProperties": false,
"properties": {
"id": {
"enum": [
"CUIR_CLASSIQUE",
"CUIR_PATRIMOINE",
"CUIR_PRECIEUX_CROCODILE",
"CUIR_PRECIEUX_AUTRUCHE"
],
"type": "string"
}
},
"required": [
"id"
],
"title": "Material - LinkedMaterial",
"type": "object"
},
"LinkedSawhorse_1667": {
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
}
},
"title": "Sawhorse - LinkedSawhorse",
"type": "object"
},
"LinkedSite_1732": {
"additionalProperties": false,
"properties": {
"id": {
"description": "Identifier of a site in IO",
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
}
},
"required": [
"id"
],
"title": "Site - LinkedSite",
"type": "object"
},
"LinkedWorker_1715": {
"additionalProperties": false,
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
}
},
"required": [
"id"
],
"title": "Worker - LinkedWorker",
"type": "object"
},
"LinkedWorkshop_1714": {
"additionalProperties": false,
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
}
},
"required": [
"id"
],
"title": "Workshop - LinkedWorkshop",
"type": "object"
},
"SawhorseWithLinks_1889": {
"additionalProperties": false,
"properties": {
"creationDate": {
"format": "date-time",
"type": "string"
},
"cuttingOrders": {
"items": {
"$ref": "#/definitions/LinkedCuttingOrder_1666",
"type": "object"
},
"type": "array"
},
"id": {
"type": "string"
},
"modificationDate": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"type": "null"
}
]
},
"site": {
"$ref": "#/definitions/LinkedSite_1732",
"type": "object"
},
"status": {
"enum": [
"pending",
"available",
"accepted",
"declined",
"cancelled"
],
"type": "string"
}
},
"required": [
"creationDate",
"cuttingOrders",
"id",
"modificationDate",
"site",
"status"
],
"title": "Sawhorse - SawhorseWithLinks",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"assemblyOrders": {
"items": {
"$ref": "#/definitions/DefaultAssemblyOrder_1661",
"type": "object"
},
"type": "array"
},
"cuttingOrders": {
"items": {
"$ref": "#/definitions/CuttingOrderWithLinks_1888",
"type": "object"
},
"type": "array"
},
"sawhorses": {
"items": {
"$ref": "#/definitions/SawhorseWithLinks_1889",
"type": "object"
},
"type": "array"
}
},
"required": [
"assemblyOrders",
"cuttingOrders",
"sawhorses"
],
"title": "OrderZone - DefaultSiteOrderZone",
"type": "object"
}
{
"assemblyOrders": [
{
"availabilityDate": "2019-12-02",
"creationDate": "2019-11-26T10:39:20",
"cuttingOrder": {
"id": "3347efa4-c974-44a0-b2dc-575a086c7bda"
},
"id": "01b797cb-f836-411b-9be4-47aeae1bd487",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 2
},
"modificationDate": "2019-11-26T10:40:47Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "1f11b81f-1634-4bea-9b53-e1035deffd2b"
},
"workshopReporter": {
"id": "6bee4530-95c8-4800-b689-9f98dc5662d5"
}
},
{
"availabilityDate": "2020-01-27",
"creationDate": "2020-01-21T10:41:31",
"cuttingOrder": {
"id": "b756e1a3-88c9-4350-b1e8-06731b38294a"
},
"id": "0d265464-a4fd-4215-947c-9f1f8027ed3e",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 2
},
"modificationDate": "2020-01-21T10:43:42Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6c4f35b9-dfe1-4a89-9365-e15b24963474"
},
"workshopReporter": {
"id": "df8d1f7c-476a-4150-8a89-9ac45602b594"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:42",
"cuttingOrder": {
"id": "0ade68f7-8fa4-4acb-8597-81b00f4eb16c"
},
"id": "1142ef2e-3c6f-4f02-883d-3e810d6f1963",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-17T08:18:25Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:20",
"cuttingOrder": {
"id": "442caffb-f9be-4597-91e3-c3689407f518"
},
"id": "12aa273f-fb0f-4372-aae8-de7595f6f715",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"modificationDate": "2019-12-06T15:28:12Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-12-06",
"creationDate": "2019-12-02T13:42:11",
"cuttingOrder": {
"id": "8374111c-a235-4d86-a936-4288271c339a"
},
"id": "14dc731c-4cd0-4d62-974b-0c1f7af776aa",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "24c3385b-55ed-4807-a209-5431d34f18c1"
},
"quantity": 6
},
"modificationDate": "2019-12-02T13:50:58Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "e207fd0a-4b13-4c0f-b301-a422aa9cf40d"
},
"workshopReporter": {
"id": "cb2d34e5-c55d-4ce3-817d-95ac6d5eb3f2"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:19",
"cuttingOrder": {
"id": "442caffb-f9be-4597-91e3-c3689407f518"
},
"id": "1b30ccf3-09e9-4aa5-88b0-044848088ba1",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 5
},
"modificationDate": "2019-12-06T15:28:12Z",
"replacement": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:42",
"cuttingOrder": {
"id": "0ade68f7-8fa4-4acb-8597-81b00f4eb16c"
},
"id": "274acccb-9ea3-402e-8e51-d28631c65f63",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-17T08:18:25Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-12-06",
"creationDate": "2019-12-02T14:37:25",
"cuttingOrder": {
"id": "60dda11a-eb56-42c7-a7f6-90bfdd13e18a"
},
"id": "2913827c-4403-4889-909e-2babfdc0e3ce",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 4
},
"modificationDate": "2019-12-02T14:38:24Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "ba7fd69d-c71f-4713-933a-aa3d9f45b996"
},
"workshopReporter": {
"id": "cb2d34e5-c55d-4ce3-817d-95ac6d5eb3f2"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:45",
"cuttingOrder": {
"id": "7128c469-66fc-4bf6-8a53-49097bab07b6"
},
"id": "2dd801e1-ca44-4be8-b444-ab104b0a76db",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:38:45Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:42",
"cuttingOrder": {
"id": "2829073c-0385-42fe-be09-e9781c6b8c5f"
},
"id": "31493a27-bdbe-4658-8d1b-bf6c71a56082",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 5
},
"modificationDate": "2019-12-06T10:06:06Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:44",
"cuttingOrder": {
"id": "0f6a8690-075a-4598-ad16-c1fc546332db"
},
"id": "33a8490c-774d-4912-8684-0036652b6eed",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:38:45Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:20",
"cuttingOrder": {
"id": "67b92f37-ed69-4850-8fbd-79726536beb7"
},
"id": "36e3c71f-6c05-4de3-8138-61d612344801",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:27:20Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:20",
"cuttingOrder": {
"id": "72b152fd-4689-4984-b0c1-558ab835018b"
},
"id": "37d69d1d-aac0-4979-87a1-60d96cf0956a",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"modificationDate": "2019-12-02T13:27:21Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2020-01-29",
"creationDate": "2020-01-23T10:00:02",
"cuttingOrder": {
"id": null
},
"id": "39e6aaa2-cd4d-4528-8751-5a6924160a67",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 4
},
"modificationDate": "2020-01-23T10:00:02Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 2
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "f714da0b-bc75-4895-a8b4-9f16cf460968"
},
"workshopReporter": {
"id": "6bee4530-95c8-4800-b689-9f98dc5662d5"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:40",
"cuttingOrder": {
"id": "442caffb-f9be-4597-91e3-c3689407f518"
},
"id": "3a00c6d2-5480-4b55-98f3-48dd19039b6c",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 5
},
"modificationDate": "2019-12-06T15:28:12Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:22",
"cuttingOrder": {
"id": "570ed8d6-77f2-43c8-90f2-2531209dc0fa"
},
"id": "3f07da35-9733-4cf9-8d75-87675ba0cbca",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:27:22Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:43",
"cuttingOrder": {
"id": "2968d9e3-e2ad-4214-a30c-fd6a53c5247c"
},
"id": "40ef7ba0-9839-48ed-96a0-69a6e16520dd",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:38:43Z",
"replacement": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:43",
"cuttingOrder": {
"id": "6220cddf-5642-4a23-86a3-dd9ccca71c17"
},
"id": "43f27b25-bf91-4378-b2c6-47fcc3d2219c",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"modificationDate": "2019-12-02T13:38:44Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:43",
"cuttingOrder": {
"id": "aa4b8415-eac2-4382-b327-a92d5f6e7e75"
},
"id": "49d609f1-5ddb-4b1b-9c87-6e020cf0ad67",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"modificationDate": "2019-12-02T13:38:43Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:21",
"cuttingOrder": {
"id": "70a1b367-3986-49b7-8ab6-dafbe8123284"
},
"id": "4ed5258a-8ee2-4c5a-b0b4-470ad93f021b",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:27:22Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-12-06",
"creationDate": "2019-12-02T13:29:56",
"cuttingOrder": {
"id": null
},
"id": "507397b2-b67e-407f-ad09-935c5bb1182e",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 4
},
"modificationDate": "2019-12-02T13:31:23Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "4334f424-9c83-470e-9abf-08068170c483"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-12-06",
"creationDate": "2019-12-02T14:37:34",
"cuttingOrder": {
"id": "da60bf99-da6f-4772-85f5-139f2d4eaad8"
},
"id": "58fa3616-01b9-4b83-8fb2-6feb28bbf2a7",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "9d43947e-74d6-4738-a11c-2e8dc8ce1bdd"
},
"quantity": 6
},
"modificationDate": "2019-12-02T14:37:35Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 4
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "ba7fd69d-c71f-4713-933a-aa3d9f45b996"
},
"workshopReporter": {
"id": "cb2d34e5-c55d-4ce3-817d-95ac6d5eb3f2"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:20",
"cuttingOrder": {
"id": "442caffb-f9be-4597-91e3-c3689407f518"
},
"id": "615b75dc-c933-4734-b4cd-7f29ea4cc56f",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"modificationDate": "2019-12-06T15:28:12Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2020-01-29",
"creationDate": "2020-01-23T09:39:18",
"cuttingOrder": {
"id": null
},
"id": "615cee0c-6979-47da-bc0f-7ab1d0259d23",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 3
},
"modificationDate": "2020-01-23T09:39:18Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 4
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "f714da0b-bc75-4895-a8b4-9f16cf460968"
},
"workshopReporter": {
"id": "6bee4530-95c8-4800-b689-9f98dc5662d5"
}
},
{
"availabilityDate": "2020-01-20",
"creationDate": "2020-01-14T10:09:33",
"cuttingOrder": {
"id": "aa24f916-fd6a-4b53-aad2-a3f3b3a7ec55"
},
"id": "62eeea06-76eb-480f-a713-72d5ac95e562",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "24c3385b-55ed-4807-a209-5431d34f18c1"
},
"quantity": 6
},
"modificationDate": "2020-01-14T10:09:34Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "00a2dbf1-a79d-4c10-bd25-612d2db2a398"
},
"workshopReporter": {
"id": "6bee4530-95c8-4800-b689-9f98dc5662d5"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:42",
"cuttingOrder": {
"id": "442caffb-f9be-4597-91e3-c3689407f518"
},
"id": "63208a99-6117-4480-9f07-2044de9c7fed",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"modificationDate": "2019-12-06T15:28:12Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:22",
"cuttingOrder": {
"id": "d04d59a1-3973-4a18-8fc3-85b6cb7a4c74"
},
"id": "647b791e-0e74-4927-97c7-008d3c409ceb",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:27:22Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:20",
"cuttingOrder": {
"id": "67b92f37-ed69-4850-8fbd-79726536beb7"
},
"id": "647d0e80-5c50-4bf3-b0da-4cd12ffcc270",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:27:20Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:20",
"cuttingOrder": {
"id": "5381e631-ed49-41ce-a739-8f9d468c74ea"
},
"id": "6c6b133f-bec5-4f68-a3fe-16207c069f93",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:27:21Z",
"replacement": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:21",
"cuttingOrder": {
"id": null
},
"id": "6cde1ab5-e6fc-4cde-9a7a-07ceec128317",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:27:22Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-12-02",
"creationDate": "2019-11-26T13:15:22",
"cuttingOrder": {
"id": "ee5fa043-d7cf-47d9-b7cc-d411a65caec3"
},
"id": "6d55b890-43ae-4f83-9a18-f715e65e33c1",
"item": {
"material": {
"id": "PRECIEUX_CROCODILE"
},
"model": {
"id": "b2628a7a-5276-40e8-a786-38d4ba8f8500"
},
"quantity": 6
},
"modificationDate": "2019-11-26T13:15:23Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "f8c90ade-e6da-42cb-8a0c-b37229801e55"
},
"workshopReporter": {
"id": "424c557c-8b4d-4030-b4e2-79d67c65604f"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:42",
"cuttingOrder": {
"id": "1a0787d7-3f70-4b1e-9ab7-5cf67aaf2700"
},
"id": "730526b8-899c-47ed-8648-f814aab2bc89",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 5
},
"modificationDate": "2020-01-14T10:08:42Z",
"replacement": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:20",
"cuttingOrder": {
"id": "d80a35d1-f7fb-4fd6-a3dd-52b6e3e56000"
},
"id": "75bd8df4-52fe-4d19-842c-0b1b38fc0da2",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:27:20Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:20",
"cuttingOrder": {
"id": "b62585ce-f206-490f-8f95-6a42196a6e25"
},
"id": "781bb0a9-c816-49de-8ba3-02036b698bff",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"modificationDate": "2019-12-02T13:27:21Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-12-06",
"creationDate": "2019-12-02T13:26:02",
"cuttingOrder": {
"id": "b04223f1-d140-4bea-8bbd-fd64298a9440"
},
"id": "7902ca48-125c-4dc1-a605-e5e2a3a6763c",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 2
},
"modificationDate": "2019-12-02T13:30:58Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "4334f424-9c83-470e-9abf-08068170c483"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:43",
"cuttingOrder": {
"id": "096141ec-1195-48c9-9236-9a8c82786e1f"
},
"id": "7b7f46fa-718b-4695-8a9e-17da1422a710",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:38:44Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-12-18",
"creationDate": "2019-12-12T14:33:23",
"cuttingOrder": {
"id": "203a657f-142f-4852-9c80-45cdb19a1a65"
},
"id": "7c1913da-bdd4-40bf-b7d0-93a0c625c899",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "66191552-4a5c-4d71-99a9-e301b81afa4e"
},
"quantity": 6
},
"modificationDate": "2019-12-12T14:33:23Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "d528ad21-9741-439b-b8ac-efa89c24bfd9"
},
"workshopReporter": {
"id": "cb2d34e5-c55d-4ce3-817d-95ac6d5eb3f2"
}
},
{
"availabilityDate": "2019-12-02",
"creationDate": "2019-11-26T10:39:58",
"cuttingOrder": {
"id": "9c29f06a-7111-457c-bc90-05238144c116"
},
"id": "7e9d30a4-a63a-4c5f-acc6-da0b293ab1e1",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 2
},
"modificationDate": "2019-11-26T10:41:46Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "1f11b81f-1634-4bea-9b53-e1035deffd2b"
},
"workshopReporter": {
"id": "6bee4530-95c8-4800-b689-9f98dc5662d5"
}
},
{
"availabilityDate": "2019-12-06",
"creationDate": "2019-12-02T13:27:32",
"cuttingOrder": {
"id": "0e13c2ef-64c1-43ac-833d-c1fe46b2be92"
},
"id": "7fc96750-1337-458b-b38a-8d02437c65fe",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "66191552-4a5c-4d71-99a9-e301b81afa4e"
},
"quantity": 6
},
"modificationDate": "2019-12-02T13:27:32Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "4334f424-9c83-470e-9abf-08068170c483"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:44",
"cuttingOrder": {
"id": "8ad5b59d-e4c1-4eaa-aee2-6e0fddef272f"
},
"id": "82b1fc54-adea-4f51-99f9-fdd349877af5",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:38:45Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2020-01-20",
"creationDate": "2020-01-14T10:08:06",
"cuttingOrder": {
"id": "b756e1a3-88c9-4350-b1e8-06731b38294a"
},
"id": "83205b36-8e38-4e2a-8419-34f7face3bb4",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 3
},
"modificationDate": "2020-01-21T10:43:42Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "00a2dbf1-a79d-4c10-bd25-612d2db2a398"
},
"workshopReporter": {
"id": "6bee4530-95c8-4800-b689-9f98dc5662d5"
}
},
{
"availabilityDate": "2020-01-20",
"creationDate": "2020-01-14T10:11:02",
"cuttingOrder": {
"id": "a2d8cc67-aed2-4856-af25-39cf158c35b7"
},
"id": "83d9550a-da81-49cd-bb19-d1ae8ffa7315",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "24c3385b-55ed-4807-a209-5431d34f18c1"
},
"quantity": 6
},
"modificationDate": "2020-01-14T10:11:03Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "68fd69d9-baa1-4c25-af34-a2e9d3fa87fd"
},
"workshopReporter": {
"id": "df8d1f7c-476a-4150-8a89-9ac45602b594"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:43",
"cuttingOrder": {
"id": null
},
"id": "8453f8d6-7e9a-4090-9482-4af3a047e7e5",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"modificationDate": "2019-12-02T13:38:44Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:44",
"cuttingOrder": {
"id": "3b20c477-cade-41ec-8ec3-fb9be3b847d2"
},
"id": "85691d10-7e4a-4044-8cf7-f7e453c17b9a",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:38:45Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:20",
"cuttingOrder": {
"id": "5c3ddab5-8e6c-42c5-beaa-d6b8a017d788"
},
"id": "8652a947-924c-4bb4-85c0-6c521915849c",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:27:20Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:19",
"cuttingOrder": {
"id": "442caffb-f9be-4597-91e3-c3689407f518"
},
"id": "8baaeb7e-a97e-4c77-94fb-1bde5b09996b",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 5
},
"modificationDate": "2019-12-06T15:28:12Z",
"replacement": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:18",
"cuttingOrder": {
"id": "442caffb-f9be-4597-91e3-c3689407f518"
},
"id": "8dc0fe4b-cff0-4c9f-b423-582d4a8ddb7d",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 5
},
"modificationDate": "2019-12-06T15:28:12Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:43",
"cuttingOrder": {
"id": "1a0787d7-3f70-4b1e-9ab7-5cf67aaf2700"
},
"id": "8ef1a127-398d-4a0c-9149-2657d3c4dcf6",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"modificationDate": "2020-01-14T10:08:42Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:19",
"cuttingOrder": {
"id": "442caffb-f9be-4597-91e3-c3689407f518"
},
"id": "90f6c3b8-6493-4452-8af9-84f8fd9dc7dc",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 5
},
"modificationDate": "2019-12-06T15:28:12Z",
"replacement": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:20",
"cuttingOrder": {
"id": null
},
"id": "9806c7bc-8d33-4860-8846-9e32155ace77",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"modificationDate": "2019-12-02T13:27:21Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:44",
"cuttingOrder": {
"id": "f16f7477-7b9d-4f73-8356-9e6e6970b354"
},
"id": "9abbb88b-cef7-4deb-a4bb-b1ff1e8edb17",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:38:44Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2020-01-27",
"creationDate": "2020-01-21T10:41:47",
"cuttingOrder": {
"id": "b756e1a3-88c9-4350-b1e8-06731b38294a"
},
"id": "9c220c2e-5138-48ff-8d3e-8840db08f0ce",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 2
},
"modificationDate": "2020-01-21T10:43:42Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "00a2dbf1-a79d-4c10-bd25-612d2db2a398"
},
"workshopReporter": {
"id": "6bee4530-95c8-4800-b689-9f98dc5662d5"
}
},
{
"availabilityDate": "2020-01-29",
"creationDate": "2020-01-23T09:49:59",
"cuttingOrder": {
"id": null
},
"id": "9df59adb-7a00-403d-b497-5629b0067da4",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 3
},
"modificationDate": "2020-01-23T09:50:00Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 4
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "f714da0b-bc75-4895-a8b4-9f16cf460968"
},
"workshopReporter": {
"id": "6bee4530-95c8-4800-b689-9f98dc5662d5"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:28:08",
"cuttingOrder": {
"id": "3ffefbe5-6bb3-407c-bdbe-b0bd9bab3a26"
},
"id": "a3c76bb1-699d-4b8f-bbec-d382bc7c763d",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:28:08Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:21",
"cuttingOrder": {
"id": "edd517d4-2da0-4745-affb-a5c9a2675a67"
},
"id": "a9d52886-bd7a-48a3-bab5-f62c57824fab",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:27:22Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:42",
"cuttingOrder": {
"id": "fcc6fba1-b927-43b6-9257-bb18ec8b8426"
},
"id": "b029896f-ae43-431a-a624-5771a90e8f3a",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:38:43Z",
"replacement": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 7
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:22",
"cuttingOrder": {
"id": "e2a45bc2-5ae3-4b45-956c-d0d1f95d44c2"
},
"id": "b7688ad3-c134-4b4b-81e4-15e8a5d4e18d",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:27:22Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:21",
"cuttingOrder": {
"id": "2dc0f7ac-445e-4f29-bb29-e03d4f3b123b"
},
"id": "b77cbbb7-2f2e-4bc0-8f91-41483a5f5709",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:27:21Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:41",
"cuttingOrder": {
"id": "1a0787d7-3f70-4b1e-9ab7-5cf67aaf2700"
},
"id": "b7afef22-db90-46da-9ac5-35555deae539",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 5
},
"modificationDate": "2020-01-14T10:08:42Z",
"replacement": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2020-02-03",
"creationDate": "2020-01-23T09:35:36",
"cuttingOrder": {
"id": null
},
"id": "bc234b5f-142b-4f80-82b0-a5563a1e42df",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 4
},
"modificationDate": "2020-01-23T09:35:37Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 3
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "f714da0b-bc75-4895-a8b4-9f16cf460968"
},
"workshopReporter": {
"id": "6bee4530-95c8-4800-b689-9f98dc5662d5"
}
},
{
"availabilityDate": "2019-12-06",
"creationDate": "2019-12-02T13:28:36",
"cuttingOrder": {
"id": "36e6d9d4-c7b3-4bb6-be83-6d3310f94465"
},
"id": "bc60bb36-e4de-4fa5-b504-f8eef86cbe36",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "24c3385b-55ed-4807-a209-5431d34f18c1"
},
"quantity": 6
},
"modificationDate": "2019-12-02T13:28:37Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "4334f424-9c83-470e-9abf-08068170c483"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:21",
"cuttingOrder": {
"id": "dfbb52f8-7a23-459b-b9f2-1b07417ede24"
},
"id": "beeaaaf5-237d-4c5d-8b23-22037f012e31",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:27:22Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2020-01-29",
"creationDate": "2020-01-23T10:35:41",
"cuttingOrder": {
"id": null
},
"id": "c0af9920-2b57-47fc-adf1-830f0fd985bc",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 3
},
"modificationDate": "2020-01-23T10:35:42Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 3
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "f714da0b-bc75-4895-a8b4-9f16cf460968"
},
"workshopReporter": {
"id": "6bee4530-95c8-4800-b689-9f98dc5662d5"
}
},
{
"availabilityDate": "2019-12-02",
"creationDate": "2019-11-26T10:46:01",
"cuttingOrder": {
"id": "92f56d93-b9a4-4373-981d-c2b8941a7637"
},
"id": "c3ef6377-41a9-4588-9473-2c3dc3249a30",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 2
},
"modificationDate": "2019-12-04T09:19:44Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "1f11b81f-1634-4bea-9b53-e1035deffd2b"
},
"workshopReporter": {
"id": "6bee4530-95c8-4800-b689-9f98dc5662d5"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:27:21",
"cuttingOrder": {
"id": "2dc0f7ac-445e-4f29-bb29-e03d4f3b123b"
},
"id": "c50d1a63-fa20-4bb3-9869-cad455ec271c",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:27:21Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-12-06",
"creationDate": "2019-12-02T13:50:15",
"cuttingOrder": {
"id": "2829073c-0385-42fe-be09-e9781c6b8c5f"
},
"id": "c63199f5-6649-4e8e-8860-d9e72e2b3605",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 2
},
"modificationDate": "2019-12-06T10:06:06Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "d528ad21-9741-439b-b8ac-efa89c24bfd9"
},
"workshopReporter": {
"id": "cb2d34e5-c55d-4ce3-817d-95ac6d5eb3f2"
}
},
{
"availabilityDate": "2019-12-02",
"creationDate": "2019-11-26T10:39:47",
"cuttingOrder": {
"id": "f41294ab-e7cc-4ff8-87bb-793c66b47a44"
},
"id": "c7ebde2d-7d16-49f1-b9ce-b21f2138fc09",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 2
},
"modificationDate": "2019-11-26T10:45:16Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "1f11b81f-1634-4bea-9b53-e1035deffd2b"
},
"workshopReporter": {
"id": "6bee4530-95c8-4800-b689-9f98dc5662d5"
}
},
{
"availabilityDate": "2019-12-02",
"creationDate": "2019-11-26T10:39:37",
"cuttingOrder": {
"id": "4ba79cf4-be5d-41a8-af78-a7d91e6756e2"
},
"id": "d93d482f-2374-41ae-8180-b9f7e6a5e677",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 2
},
"modificationDate": "2019-11-26T10:45:19Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "1f11b81f-1634-4bea-9b53-e1035deffd2b"
},
"workshopReporter": {
"id": "6bee4530-95c8-4800-b689-9f98dc5662d5"
}
},
{
"availabilityDate": "2019-12-02",
"creationDate": "2019-11-26T10:47:53",
"cuttingOrder": {
"id": "c6e681fa-e0de-41a3-9b6e-cc80bccd3876"
},
"id": "db56b70e-5880-4e9e-89f2-3e462975b538",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 2
},
"modificationDate": "2019-11-26T10:48:12Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "1f11b81f-1634-4bea-9b53-e1035deffd2b"
},
"workshopReporter": {
"id": "6bee4530-95c8-4800-b689-9f98dc5662d5"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:42",
"cuttingOrder": {
"id": "14d930a0-20ba-4ad1-a80e-15f3824e1bda"
},
"id": "e4743a64-a474-4a6d-b49c-0340e9eb011a",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:38:43Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:43",
"cuttingOrder": {
"id": "096141ec-1195-48c9-9236-9a8c82786e1f"
},
"id": "e8448fa1-431d-4825-a53a-fc50cec6df6c",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:38:44Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:44",
"cuttingOrder": {
"id": "0ade68f7-8fa4-4acb-8597-81b00f4eb16c"
},
"id": "f42abced-4f14-4dc3-9f40-e4e402b95926",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-17T08:18:25Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-12-06",
"creationDate": "2019-12-02T13:50:01",
"cuttingOrder": {
"id": "03b9eb4a-7905-4d35-8350-3f7e6d3b24cb"
},
"id": "f6f01afb-9a67-4b53-ab56-32093681c6e0",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "24c3385b-55ed-4807-a209-5431d34f18c1"
},
"quantity": 6
},
"modificationDate": "2019-12-02T13:53:10Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "d528ad21-9741-439b-b8ac-efa89c24bfd9"
},
"workshopReporter": {
"id": "cb2d34e5-c55d-4ce3-817d-95ac6d5eb3f2"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:41",
"cuttingOrder": {
"id": null
},
"id": "f9fea930-132b-4234-aa0a-227b0735cbd7",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:38:42Z",
"replacement": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2019-06-17",
"creationDate": "2019-12-02T13:38:44",
"cuttingOrder": {
"id": "5fcc3aa5-cab2-434b-917b-d55dcc1ecc24"
},
"id": "fa4dbd40-6311-4330-8b98-c8d393fb1d1a",
"item": {
"material": {
"id": "PATRIMOINE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 5
},
"modificationDate": "2019-12-02T13:38:45Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 6
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "6e78cd6b-d81c-4d59-a1f9-d9de2667fe99"
},
"workshopReporter": {
"id": "b4172383-e936-4b97-8d70-cd117bd33044"
}
},
{
"availabilityDate": "2020-01-20",
"creationDate": "2020-01-14T10:09:43",
"cuttingOrder": {
"id": "cd0f66d5-9dea-44ad-88c9-54d5253886fb"
},
"id": "fee8513e-33de-4981-a954-96bee27e0514",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "9d43947e-74d6-4738-a11c-2e8dc8ce1bdd"
},
"quantity": 6
},
"modificationDate": "2020-01-14T10:09:44Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "PENDING",
"workerReporter": {
"id": "00a2dbf1-a79d-4c10-bd25-612d2db2a398"
},
"workshopReporter": {
"id": "6bee4530-95c8-4800-b689-9f98dc5662d5"
}
},
{
"availabilityDate": "2020-01-20",
"creationDate": "2020-01-14T10:08:16",
"cuttingOrder": {
"id": "1a0787d7-3f70-4b1e-9ab7-5cf67aaf2700"
},
"id": "3a108cfc-dca7-4293-bd16-a15f2bc59830",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 3
},
"modificationDate": "2020-01-14T10:09:25Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "RETRIEVED",
"workerReporter": {
"id": "00a2dbf1-a79d-4c10-bd25-612d2db2a398"
},
"workshopReporter": {
"id": "6bee4530-95c8-4800-b689-9f98dc5662d5"
}
},
{
"availabilityDate": "2020-01-15",
"creationDate": "2020-01-09T13:12:24",
"cuttingOrder": {
"id": "d3fb7c54-32e8-43d1-b12d-250005b08743"
},
"id": "e979715a-0de1-45f1-b7e8-9888223a6546",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 4
},
"modificationDate": "2020-01-14T10:07:58Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "RETRIEVED",
"workerReporter": {
"id": "00a2dbf1-a79d-4c10-bd25-612d2db2a398"
},
"workshopReporter": {
"id": "6bee4530-95c8-4800-b689-9f98dc5662d5"
}
},
{
"availabilityDate": "2019-12-02",
"creationDate": "2019-11-26T10:40:13",
"cuttingOrder": {
"id": "6c6a655d-2a50-400b-8516-cdabf079bfad"
},
"id": "0fca79ac-429c-4c50-8c83-02e97735421a",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 2
},
"modificationDate": "2019-11-26T10:45:38Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "RETRIEVED",
"workerReporter": {
"id": "1f11b81f-1634-4bea-9b53-e1035deffd2b"
},
"workshopReporter": {
"id": "69a61268-e205-4ba0-a8c0-7dd12acec309"
}
},
{
"availabilityDate": "2019-12-02",
"creationDate": "2019-11-26T10:38:48",
"cuttingOrder": {
"id": "6c6a655d-2a50-400b-8516-cdabf079bfad"
},
"id": "6d388054-1294-4df3-abe3-7e761178508e",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 2
},
"modificationDate": "2019-11-26T10:45:40Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "RETRIEVED",
"workerReporter": {
"id": "1f11b81f-1634-4bea-9b53-e1035deffd2b"
},
"workshopReporter": {
"id": "69a61268-e205-4ba0-a8c0-7dd12acec309"
}
},
{
"availabilityDate": "2019-12-02",
"creationDate": "2019-11-26T10:38:38",
"cuttingOrder": {
"id": "6c6a655d-2a50-400b-8516-cdabf079bfad"
},
"id": "7e5ea29f-2789-49d6-bcc0-0c8689c0acc9",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 2
},
"modificationDate": "2019-11-26T10:45:42Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "RETRIEVED",
"workerReporter": {
"id": "1f11b81f-1634-4bea-9b53-e1035deffd2b"
},
"workshopReporter": {
"id": "69a61268-e205-4ba0-a8c0-7dd12acec309"
}
},
{
"availabilityDate": "2019-12-02",
"creationDate": "2019-11-26T10:45:50",
"cuttingOrder": {
"id": "3a247d4b-082f-47f7-b25c-17ffcc5d4451"
},
"id": "65dea7df-9e51-4ecb-9fe7-2db93ea7faf5",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 2
},
"modificationDate": "2019-12-12T10:48:35Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "RETRIEVED",
"workerReporter": {
"id": "1f11b81f-1634-4bea-9b53-e1035deffd2b"
},
"workshopReporter": {
"id": "6bee4530-95c8-4800-b689-9f98dc5662d5"
}
},
{
"availabilityDate": "2020-01-15",
"creationDate": "2020-01-09T13:03:53",
"cuttingOrder": {
"id": "d3fb7c54-32e8-43d1-b12d-250005b08743"
},
"id": "d79e441a-acaa-4944-9679-b082c02d28fd",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 4
},
"modificationDate": "2020-01-21T10:41:18Z",
"replacement": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "95351e73-287e-4b65-9991-2e13b17655f8"
},
"quantity": 4
},
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "RETRIEVED",
"workerReporter": {
"id": "6c4f35b9-dfe1-4a89-9365-e15b24963474"
},
"workshopReporter": {
"id": "df8d1f7c-476a-4150-8a89-9ac45602b594"
}
},
{
"availabilityDate": "2019-12-06",
"creationDate": "2019-12-02T11:27:13",
"cuttingOrder": {
"id": "86d70dd6-228f-4529-b2cf-8921735b1091"
},
"id": "28566e62-e163-43b6-9736-df609bf1bbfe",
"item": {
"material": {
"id": "CLASSIQUE"
},
"model": {
"id": "de56303a-0e1f-4055-92ab-42c9eab4d71c"
},
"quantity": 2
},
"modificationDate": "2020-01-09T13:12:09Z",
"replacement": null,
"site": "c0113de6-d2ad-403e-a458-577213eff336",
"status": "RETRIEVED",
"workerReporter": {
"id": "f714da0b-bc75-4895-a8b4-9f16cf460968"
},
"workshopReporter": {
"id": "6bee4530-95c8-4800-b689-9f98dc5662d5"
}
}
],
"cuttingOrders": [
{
"assemblyOrders": [
{
"id": "f6f01afb-9a67-4b53-ab56-32093681c6e0"
}
],
"assignedZone": "C3",
"creationDate": null,
"id": "03b9eb4a-7905-4d35-8350-3f7e6d3b24cb",
"modificationDate": "2019-12-02T13:53:10Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 6,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": false,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "7b7f46fa-718b-4695-8a9e-17da1422a710"
},
{
"id": "e8448fa1-431d-4825-a53a-fc50cec6df6c"
}
],
"assignedZone": "C3",
"creationDate": null,
"id": "096141ec-1195-48c9-9236-9a8c82786e1f",
"modificationDate": "2019-12-02T13:38:44Z",
"quantityOF": 12,
"quantityPER": 67,
"requestedQuantity": 79,
"sawhorse": {
"id": "362cf077-d0bc-40aa-a1d3-34e96a26e299"
},
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "1142ef2e-3c6f-4f02-883d-3e810d6f1963"
},
{
"id": "274acccb-9ea3-402e-8e51-d28631c65f63"
},
{
"id": "f42abced-4f14-4dc3-9f40-e4e402b95926"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "0ade68f7-8fa4-4acb-8597-81b00f4eb16c",
"modificationDate": "2019-12-02T13:38:43Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 17,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "7fc96750-1337-458b-b38a-8d02437c65fe"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "0e13c2ef-64c1-43ac-833d-c1fe46b2be92",
"modificationDate": "2019-12-06T11:16:11Z",
"quantityOF": 6,
"quantityPER": 3,
"requestedQuantity": 9,
"sawhorse": {
"id": "3611be5f-0122-4012-9bb5-1a490c50b2dd"
},
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": false,
"status": "DELIVERED"
},
{
"assemblyOrders": [
{
"id": "33a8490c-774d-4912-8684-0036652b6eed"
}
],
"assignedZone": "C3",
"creationDate": null,
"id": "0f6a8690-075a-4598-ad16-c1fc546332db",
"modificationDate": "2019-12-02T13:38:45Z",
"quantityOF": 12,
"quantityPER": 67,
"requestedQuantity": 79,
"sawhorse": {
"id": "e9a64b48-28f9-4c75-ad03-80fdd8d3c715"
},
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "e4743a64-a474-4a6d-b49c-0340e9eb011a"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "14d930a0-20ba-4ad1-a80e-15f3824e1bda",
"modificationDate": "2019-12-02T13:38:43Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 12,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "730526b8-899c-47ed-8648-f814aab2bc89"
},
{
"id": "8ef1a127-398d-4a0c-9149-2657d3c4dcf6"
},
{
"id": "b7afef22-db90-46da-9ac5-35555deae539"
},
{
"id": "3a108cfc-dca7-4293-bd16-a15f2bc59830"
}
],
"assignedZone": "C2",
"creationDate": null,
"id": "1a0787d7-3f70-4b1e-9ab7-5cf67aaf2700",
"modificationDate": "2019-12-02T13:38:42Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 61,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "DELIVERED"
},
{
"assemblyOrders": [
{
"id": "7c1913da-bdd4-40bf-b7d0-93a0c625c899"
}
],
"assignedZone": "C3",
"creationDate": null,
"id": "203a657f-142f-4852-9c80-45cdb19a1a65",
"modificationDate": "2019-12-12T14:33:23Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 6,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": false,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "31493a27-bdbe-4658-8d1b-bf6c71a56082"
},
{
"id": "c63199f5-6649-4e8e-8860-d9e72e2b3605"
}
],
"assignedZone": "C3",
"creationDate": null,
"id": "2829073c-0385-42fe-be09-e9781c6b8c5f",
"modificationDate": "2019-12-02T13:38:42Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 75,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": false,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "40ef7ba0-9839-48ed-96a0-69a6e16520dd"
}
],
"assignedZone": "C3",
"creationDate": null,
"id": "2968d9e3-e2ad-4214-a30c-fd6a53c5247c",
"modificationDate": "2019-12-02T13:38:44Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 7,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "b77cbbb7-2f2e-4bc0-8f91-41483a5f5709"
},
{
"id": "c50d1a63-fa20-4bb3-9869-cad455ec271c"
}
],
"assignedZone": "C3",
"creationDate": null,
"id": "2dc0f7ac-445e-4f29-bb29-e03d4f3b123b",
"modificationDate": "2019-12-02T13:27:21Z",
"quantityOF": 12,
"quantityPER": 67,
"requestedQuantity": 79,
"sawhorse": {
"id": "483e9030-08c8-4056-9cd0-e25e40bc0e99"
},
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "01b797cb-f836-411b-9be4-47aeae1bd487"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "3347efa4-c974-44a0-b2dc-575a086c7bda",
"modificationDate": "2019-11-26T10:47:20Z",
"quantityOF": 0,
"quantityPER": 2,
"requestedQuantity": 2,
"sawhorse": {
"id": "848ae475-554f-4c16-87cc-0af8e44c4593"
},
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "CUTTING_IN_PROGRESS"
},
{
"assemblyOrders": [
{
"id": "bc60bb36-e4de-4fa5-b504-f8eef86cbe36"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "36e6d9d4-c7b3-4bb6-be83-6d3310f94465",
"modificationDate": "2019-12-02T13:28:37Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 6,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": false,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "65dea7df-9e51-4ecb-9fe7-2db93ea7faf5"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "3a247d4b-082f-47f7-b25c-17ffcc5d4451",
"modificationDate": "2019-11-26T10:49:02Z",
"quantityOF": 0,
"quantityPER": 2,
"requestedQuantity": 2,
"sawhorse": {
"id": "3cd65561-92a6-48a6-9850-a0cc06c3b626"
},
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "DELIVERED"
},
{
"assemblyOrders": [
{
"id": "85691d10-7e4a-4044-8cf7-f7e453c17b9a"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "3b20c477-cade-41ec-8ec3-fb9be3b847d2",
"modificationDate": "2019-12-02T13:38:45Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 5,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "a3c76bb1-699d-4b8f-bbec-d382bc7c763d"
}
],
"assignedZone": "C3",
"creationDate": null,
"id": "3ffefbe5-6bb3-407c-bdbe-b0bd9bab3a26",
"modificationDate": "2019-12-02T13:28:08Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 75,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": false,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "12aa273f-fb0f-4372-aae8-de7595f6f715"
},
{
"id": "1b30ccf3-09e9-4aa5-88b0-044848088ba1"
},
{
"id": "3a00c6d2-5480-4b55-98f3-48dd19039b6c"
},
{
"id": "615b75dc-c933-4734-b4cd-7f29ea4cc56f"
},
{
"id": "63208a99-6117-4480-9f07-2044de9c7fed"
},
{
"id": "8baaeb7e-a97e-4c77-94fb-1bde5b09996b"
},
{
"id": "8dc0fe4b-cff0-4c9f-b423-582d4a8ddb7d"
},
{
"id": "90f6c3b8-6493-4452-8af9-84f8fd9dc7dc"
}
],
"assignedZone": "C2",
"creationDate": null,
"id": "442caffb-f9be-4597-91e3-c3689407f518",
"modificationDate": "2019-12-02T13:27:20Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 61,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "DELIVERED"
},
{
"assemblyOrders": [
{
"id": "d93d482f-2374-41ae-8180-b9f7e6a5e677"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "4ba79cf4-be5d-41a8-af78-a7d91e6756e2",
"modificationDate": "2019-11-26T10:47:18Z",
"quantityOF": 0,
"quantityPER": 2,
"requestedQuantity": 2,
"sawhorse": {
"id": "faa942e9-ec6b-4c4e-852c-63a9200b5a09"
},
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "6c6b133f-bec5-4f68-a3fe-16207c069f93"
}
],
"assignedZone": "C3",
"creationDate": null,
"id": "5381e631-ed49-41ce-a739-8f9d468c74ea",
"modificationDate": "2019-12-02T13:27:21Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 7,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "3f07da35-9733-4cf9-8d75-87675ba0cbca"
}
],
"assignedZone": "C2",
"creationDate": null,
"id": "570ed8d6-77f2-43c8-90f2-2531209dc0fa",
"modificationDate": "2019-12-02T13:27:23Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 5,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "8652a947-924c-4bb4-85c0-6c521915849c"
}
],
"assignedZone": "C3",
"creationDate": null,
"id": "5c3ddab5-8e6c-42c5-beaa-d6b8a017d788",
"modificationDate": "2019-12-02T13:27:20Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 75,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": false,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "fa4dbd40-6311-4330-8b98-c8d393fb1d1a"
}
],
"assignedZone": "C2",
"creationDate": null,
"id": "5fcc3aa5-cab2-434b-917b-d55dcc1ecc24",
"modificationDate": "2019-12-02T13:38:46Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 5,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "2913827c-4403-4889-909e-2babfdc0e3ce"
}
],
"assignedZone": "C3",
"creationDate": null,
"id": "60dda11a-eb56-42c7-a7f6-90bfdd13e18a",
"modificationDate": "2019-12-02T14:38:24Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 5,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "43f27b25-bf91-4378-b2c6-47fcc3d2219c"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "6220cddf-5642-4a23-86a3-dd9ccca71c17",
"modificationDate": "2019-12-02T13:38:44Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 6,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": false,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "36e3c71f-6c05-4de3-8138-61d612344801"
},
{
"id": "647d0e80-5c50-4bf3-b0da-4cd12ffcc270"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "67b92f37-ed69-4850-8fbd-79726536beb7",
"modificationDate": "2019-12-02T13:27:20Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 17,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "0fca79ac-429c-4c50-8c83-02e97735421a"
},
{
"id": "6d388054-1294-4df3-abe3-7e761178508e"
},
{
"id": "7e5ea29f-2789-49d6-bcc0-0c8689c0acc9"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "6c6a655d-2a50-400b-8516-cdabf079bfad",
"modificationDate": "2019-11-26T10:44:56Z",
"quantityOF": 0,
"quantityPER": 6,
"requestedQuantity": 6,
"sawhorse": {
"id": "b30bcb21-13e4-42b7-a910-efcbbfc6b236"
},
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "DELIVERED"
},
{
"assemblyOrders": [
{
"id": "4ed5258a-8ee2-4c5a-b0b4-470ad93f021b"
}
],
"assignedZone": "C3",
"creationDate": null,
"id": "70a1b367-3986-49b7-8ab6-dafbe8123284",
"modificationDate": "2019-12-02T13:27:22Z",
"quantityOF": 12,
"quantityPER": 67,
"requestedQuantity": 79,
"sawhorse": {
"id": "1d6f4535-907f-4d22-b30f-a9e07df7bb28"
},
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "2dd801e1-ca44-4be8-b444-ab104b0a76db"
}
],
"assignedZone": "C2",
"creationDate": null,
"id": "7128c469-66fc-4bf6-8a53-49097bab07b6",
"modificationDate": "2019-12-02T13:38:46Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 5,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "37d69d1d-aac0-4979-87a1-60d96cf0956a"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "72b152fd-4689-4984-b0c1-558ab835018b",
"modificationDate": "2019-12-02T13:27:21Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 6,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": false,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "14dc731c-4cd0-4d62-974b-0c1f7af776aa"
}
],
"assignedZone": "C3",
"creationDate": null,
"id": "8374111c-a235-4d86-a936-4288271c339a",
"modificationDate": "2019-12-02T13:50:58Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 6,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": false,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "28566e62-e163-43b6-9736-df609bf1bbfe"
}
],
"assignedZone": "C4",
"creationDate": null,
"id": "86d70dd6-228f-4529-b2cf-8921735b1091",
"modificationDate": "2020-01-09T13:10:43Z",
"quantityOF": 3,
"quantityPER": 4,
"requestedQuantity": 7,
"sawhorse": {
"id": "ef651854-370d-4ad0-837e-f0a402eeadf5"
},
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "DELIVERED"
},
{
"assemblyOrders": [
{
"id": "82b1fc54-adea-4f51-99f9-fdd349877af5"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "8ad5b59d-e4c1-4eaa-aee2-6e0fddef272f",
"modificationDate": "2019-12-02T13:38:45Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 5,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "c3ef6377-41a9-4588-9473-2c3dc3249a30"
}
],
"assignedZone": "C4",
"creationDate": null,
"id": "92f56d93-b9a4-4373-981d-c2b8941a7637",
"modificationDate": "2019-12-04T09:19:44Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 3,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "7e9d30a4-a63a-4c5f-acc6-da0b293ab1e1"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "9c29f06a-7111-457c-bc90-05238144c116",
"modificationDate": "2019-11-26T10:46:57Z",
"quantityOF": 0,
"quantityPER": 2,
"requestedQuantity": 2,
"sawhorse": {
"id": "ab73c905-78d5-4b30-8aa5-e97e2f7e7945"
},
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "83d9550a-da81-49cd-bb19-d1ae8ffa7315"
}
],
"assignedZone": "C4",
"creationDate": null,
"id": "a2d8cc67-aed2-4856-af25-39cf158c35b7",
"modificationDate": "2020-01-14T10:11:03Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 6,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": false,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "62eeea06-76eb-480f-a713-72d5ac95e562"
}
],
"assignedZone": "C4",
"creationDate": null,
"id": "aa24f916-fd6a-4b53-aad2-a3f3b3a7ec55",
"modificationDate": "2020-01-14T10:09:34Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 6,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": false,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "49d609f1-5ddb-4b1b-9c87-6e020cf0ad67"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "aa4b8415-eac2-4382-b327-a92d5f6e7e75",
"modificationDate": "2019-12-02T13:38:43Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 6,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": false,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "7902ca48-125c-4dc1-a605-e5e2a3a6763c"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "b04223f1-d140-4bea-8bbd-fd64298a9440",
"modificationDate": "2019-12-02T13:31:23Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 3,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "781bb0a9-c816-49de-8ba3-02036b698bff"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "b62585ce-f206-490f-8f95-6a42196a6e25",
"modificationDate": "2019-12-02T13:27:21Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 6,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": false,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "0d265464-a4fd-4215-947c-9f1f8027ed3e"
},
{
"id": "83205b36-8e38-4e2a-8419-34f7face3bb4"
},
{
"id": "9c220c2e-5138-48ff-8d3e-8840db08f0ce"
}
],
"assignedZone": "C4",
"creationDate": null,
"id": "b756e1a3-88c9-4350-b1e8-06731b38294a",
"modificationDate": "2020-01-21T10:43:42Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 7,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "db56b70e-5880-4e9e-89f2-3e462975b538"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "c6e681fa-e0de-41a3-9b6e-cc80bccd3876",
"modificationDate": "2019-11-26T10:48:31Z",
"quantityOF": 0,
"quantityPER": 2,
"requestedQuantity": 2,
"sawhorse": {
"id": "4c0d595d-0dd1-4112-a228-5a82aedd3f14"
},
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "fee8513e-33de-4981-a954-96bee27e0514"
}
],
"assignedZone": "C4",
"creationDate": null,
"id": "cd0f66d5-9dea-44ad-88c9-54d5253886fb",
"modificationDate": "2020-01-14T10:09:44Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 6,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": false,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "647b791e-0e74-4927-97c7-008d3c409ceb"
}
],
"assignedZone": "C2",
"creationDate": null,
"id": "d04d59a1-3973-4a18-8fc3-85b6cb7a4c74",
"modificationDate": "2019-12-02T13:27:23Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 5,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "e979715a-0de1-45f1-b7e8-9888223a6546"
},
{
"id": "d79e441a-acaa-4944-9679-b082c02d28fd"
}
],
"assignedZone": "C4",
"creationDate": null,
"id": "d3fb7c54-32e8-43d1-b12d-250005b08743",
"modificationDate": "2020-01-09T13:18:16Z",
"quantityOF": 0,
"quantityPER": 9,
"requestedQuantity": 9,
"sawhorse": {
"id": "ff6e6d44-5c0e-4816-91a6-ad67c4d98d43"
},
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "DELIVERED"
},
{
"assemblyOrders": [
{
"id": "75bd8df4-52fe-4d19-842c-0b1b38fc0da2"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "d80a35d1-f7fb-4fd6-a3dd-52b6e3e56000",
"modificationDate": "2019-12-02T13:27:20Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 12,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "58fa3616-01b9-4b83-8fb2-6feb28bbf2a7"
}
],
"assignedZone": "C3",
"creationDate": null,
"id": "da60bf99-da6f-4772-85f5-139f2d4eaad8",
"modificationDate": "2019-12-02T14:37:35Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 6,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": false,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "beeaaaf5-237d-4c5d-8b23-22037f012e31"
}
],
"assignedZone": "C3",
"creationDate": null,
"id": "dfbb52f8-7a23-459b-b9f2-1b07417ede24",
"modificationDate": "2019-12-02T13:27:22Z",
"quantityOF": 12,
"quantityPER": 67,
"requestedQuantity": 79,
"sawhorse": {
"id": "87ebda21-a667-4f91-92d2-89f2d2d4add8"
},
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "b7688ad3-c134-4b4b-81e4-15e8a5d4e18d"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "e2a45bc2-5ae3-4b45-956c-d0d1f95d44c2",
"modificationDate": "2019-12-02T13:27:22Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 5,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "a9d52886-bd7a-48a3-bab5-f62c57824fab"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "edd517d4-2da0-4745-affb-a5c9a2675a67",
"modificationDate": "2019-12-02T13:27:22Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 5,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "6d55b890-43ae-4f83-9a18-f715e65e33c1"
}
],
"assignedZone": "C3",
"creationDate": null,
"id": "ee5fa043-d7cf-47d9-b7cc-d411a65caec3",
"modificationDate": "2019-11-26T13:16:37Z",
"quantityOF": 0,
"quantityPER": 6,
"requestedQuantity": 6,
"sawhorse": {
"id": "7ffe7147-66bd-4fab-b74c-45d70ab3a807"
},
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": false,
"status": "DELIVERED"
},
{
"assemblyOrders": [
{
"id": "9abbb88b-cef7-4deb-a4bb-b1ff1e8edb17"
}
],
"assignedZone": "C3",
"creationDate": null,
"id": "f16f7477-7b9d-4f73-8356-9e6e6970b354",
"modificationDate": "2019-12-02T13:38:44Z",
"quantityOF": 12,
"quantityPER": 67,
"requestedQuantity": 79,
"sawhorse": {
"id": "3a208648-ea56-4587-9e93-e21df3891822"
},
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "c7ebde2d-7d16-49f1-b9ce-b21f2138fc09"
}
],
"assignedZone": "C1",
"creationDate": null,
"id": "f41294ab-e7cc-4ff8-87bb-793c66b47a44",
"modificationDate": "2019-11-26T10:45:16Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 2,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": true,
"status": "ORDERED"
},
{
"assemblyOrders": [
{
"id": "b029896f-ae43-431a-a624-5771a90e8f3a"
}
],
"assignedZone": "C3",
"creationDate": null,
"id": "fcc6fba1-b927-43b6-9257-bb18ec8b8426",
"modificationDate": "2019-12-02T13:38:43Z",
"quantityOF": 0,
"quantityPER": 0,
"requestedQuantity": 75,
"sawhorse": null,
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"skip": false,
"status": "ORDERED"
}
],
"sawhorses": [
{
"creationDate": null,
"cuttingOrders": [
{
"id": "70a1b367-3986-49b7-8ab6-dafbe8123284"
}
],
"id": "1d6f4535-907f-4d22-b30f-a9e07df7bb28",
"modificationDate": "2019-12-02T13:27:22Z",
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"status": "PENDING"
},
{
"creationDate": null,
"cuttingOrders": [
{
"id": "0e13c2ef-64c1-43ac-833d-c1fe46b2be92"
}
],
"id": "3611be5f-0122-4012-9bb5-1a490c50b2dd",
"modificationDate": "2019-12-06T11:16:05Z",
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"status": "ACCEPTED"
},
{
"creationDate": null,
"cuttingOrders": [
{
"id": "096141ec-1195-48c9-9236-9a8c82786e1f"
}
],
"id": "362cf077-d0bc-40aa-a1d3-34e96a26e299",
"modificationDate": "2019-12-02T13:38:44Z",
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"status": "PENDING"
},
{
"creationDate": null,
"cuttingOrders": [
{
"id": "f16f7477-7b9d-4f73-8356-9e6e6970b354"
}
],
"id": "3a208648-ea56-4587-9e93-e21df3891822",
"modificationDate": "2019-12-02T13:38:44Z",
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"status": "PENDING"
},
{
"creationDate": null,
"cuttingOrders": [
{
"id": "3a247d4b-082f-47f7-b25c-17ffcc5d4451"
}
],
"id": "3cd65561-92a6-48a6-9850-a0cc06c3b626",
"modificationDate": "2019-11-26T10:47:12Z",
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"status": "ACCEPTED"
},
{
"creationDate": null,
"cuttingOrders": [
{
"id": "2dc0f7ac-445e-4f29-bb29-e03d4f3b123b"
}
],
"id": "483e9030-08c8-4056-9cd0-e25e40bc0e99",
"modificationDate": "2019-12-02T13:27:21Z",
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"status": "PENDING"
},
{
"creationDate": null,
"cuttingOrders": [
{
"id": "c6e681fa-e0de-41a3-9b6e-cc80bccd3876"
}
],
"id": "4c0d595d-0dd1-4112-a228-5a82aedd3f14",
"modificationDate": "2019-11-26T10:48:31Z",
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"status": "PENDING"
},
{
"creationDate": null,
"cuttingOrders": [
{
"id": "ee5fa043-d7cf-47d9-b7cc-d411a65caec3"
}
],
"id": "7ffe7147-66bd-4fab-b74c-45d70ab3a807",
"modificationDate": "2019-11-26T13:16:34Z",
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"status": "ACCEPTED"
},
{
"creationDate": null,
"cuttingOrders": [
{
"id": "3347efa4-c974-44a0-b2dc-575a086c7bda"
}
],
"id": "848ae475-554f-4c16-87cc-0af8e44c4593",
"modificationDate": "2019-11-26T10:47:15Z",
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"status": "ACCEPTED"
},
{
"creationDate": null,
"cuttingOrders": [
{
"id": "dfbb52f8-7a23-459b-b9f2-1b07417ede24"
}
],
"id": "87ebda21-a667-4f91-92d2-89f2d2d4add8",
"modificationDate": "2019-12-02T13:27:22Z",
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"status": "PENDING"
},
{
"creationDate": null,
"cuttingOrders": [
{
"id": "9c29f06a-7111-457c-bc90-05238144c116"
}
],
"id": "ab73c905-78d5-4b30-8aa5-e97e2f7e7945",
"modificationDate": "2019-11-26T10:46:57Z",
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"status": "AVAILABLE"
},
{
"creationDate": null,
"cuttingOrders": [
{
"id": "6c6a655d-2a50-400b-8516-cdabf079bfad"
}
],
"id": "b30bcb21-13e4-42b7-a910-efcbbfc6b236",
"modificationDate": "2019-11-26T10:42:43Z",
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"status": "ACCEPTED"
},
{
"creationDate": null,
"cuttingOrders": [
{
"id": "0f6a8690-075a-4598-ad16-c1fc546332db"
}
],
"id": "e9a64b48-28f9-4c75-ad03-80fdd8d3c715",
"modificationDate": "2019-12-02T13:38:45Z",
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"status": "PENDING"
},
{
"creationDate": null,
"cuttingOrders": [
{
"id": "86d70dd6-228f-4529-b2cf-8921735b1091"
}
],
"id": "ef651854-370d-4ad0-837e-f0a402eeadf5",
"modificationDate": "2020-01-09T13:10:29Z",
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"status": "ACCEPTED"
},
{
"creationDate": null,
"cuttingOrders": [
{
"id": "4ba79cf4-be5d-41a8-af78-a7d91e6756e2"
}
],
"id": "faa942e9-ec6b-4c4e-852c-63a9200b5a09",
"modificationDate": "2019-11-26T10:47:18Z",
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"status": "ACCEPTED"
},
{
"creationDate": null,
"cuttingOrders": [
{
"id": "d3fb7c54-32e8-43d1-b12d-250005b08743"
}
],
"id": "ff6e6d44-5c0e-4816-91a6-ad67c4d98d43",
"modificationDate": "2020-01-09T13:17:47Z",
"site": {
"id": "c0113de6-d2ad-403e-a458-577213eff336"
},
"status": "ACCEPTED"
}
]
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"definitions": {
"default_representation_71": {
"additionalProperties": false,
"description": "Automatically generated",
"properties": {
"comment": {
"type": "string"
},
"icon": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"type": {
"enum": [
"OK",
"BEE",
"GUST",
"RAIN",
"HY50",
"HY70",
"HY95",
"WI19",
"TE25",
"TZ10",
"RISK",
"TE00",
"TE05",
"TE12",
"TE13",
"R1H3",
"RAI2",
"OPTI",
"TE10"
],
"type": "string"
}
},
"required": [
"comment",
"icon",
"type"
],
"title": "WarningResult - default_representation",
"type": "object"
},
"default_representation_74": {
"additionalProperties": false,
"description": "Automatically generated",
"properties": {
"humidity": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"night": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"pluviometry": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"pluviometry1h": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"pluviometry_cumul": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"recommended_spray": {
"maximum": 3,
"minimum": 1,
"type": "integer"
},
"risk_of_rain": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"snow": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"temperature": {
"maximum": 40,
"minimum": -15,
"type": "number"
},
"time": {
"format": "date-time",
"type": "string"
},
"warnings": {
"items": {
"$ref": "#/definitions/default_representation_71",
"type": "object"
},
"type": "array"
},
"weather": {
"maximum": 20,
"minimum": 1,
"type": "number"
},
"wind_direction": {
"maxLength": 3,
"minLength": 1,
"type": "string"
},
"wind_gusts": {
"maximum": 60,
"minimum": 0,
"type": "number"
},
"wind_speed": {
"maximum": 30,
"minimum": 0,
"type": "number"
}
},
"required": [
"humidity",
"night",
"pluviometry",
"pluviometry1h",
"pluviometry_cumul",
"recommended_spray",
"risk_of_rain",
"snow",
"temperature",
"time",
"warnings",
"weather",
"wind_direction",
"wind_gusts",
"wind_speed"
],
"title": "WeatherReportResult - default_representation",
"type": "object"
},
"default_representation_75": {
"additionalProperties": false,
"description": "Automatically generated",
"properties": {
"max_humidity": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"max_temperature": {
"maximum": 40,
"minimum": -15,
"type": "number"
},
"min_humidity": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"min_temperature": {
"maximum": 40,
"minimum": -15,
"type": "number"
},
"pluviometry_cumul": {
"maximum": 20,
"minimum": 0,
"type": "number"
},
"snow": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"time": {
"format": "date-time",
"type": "string"
},
"weather": {
"maximum": 20,
"minimum": 1,
"type": "integer"
},
"weather_reports": {
"items": {
"$ref": "#/definitions/default_representation_74",
"type": "object"
},
"type": "array"
},
"wind_direction": {
"maxLength": 3,
"minLength": 1,
"type": "string"
},
"wind_gusts": {
"maximum": 60,
"minimum": 0,
"type": "number"
},
"wind_speed": {
"maximum": 30,
"minimum": 5,
"type": "number"
}
},
"required": [
"max_humidity",
"max_temperature",
"min_humidity",
"min_temperature",
"pluviometry_cumul",
"snow",
"time",
"weather",
"weather_reports",
"wind_direction",
"wind_gusts",
"wind_speed"
],
"title": "DailyReportResult - default_representation",
"type": "object"
}
},
"description": "Automatically generated",
"items": {
"additionalProperties": false,
"properties": {
"city": {
"pattern": "^[A-Z](\\p{L}|-)+$",
"type": "string"
},
"city_code": {
"pattern": "^[A-Z0-9\\-_]*$",
"type": "string"
},
"country_code": {
"type": "string"
},
"daily_reports": {
"items": {
"$ref": "#/definitions/default_representation_75",
"type": "object"
},
"type": "array"
},
"latitude": {
"maximum": 90,
"minimum": -90,
"type": "number"
},
"longitude": {
"maximum": 180,
"minimum": -180,
"type": "number"
},
"timezone": {
"type": "string"
},
"windowsTZ": {
"type": "string"
}
},
"required": [
"city",
"city_code",
"country_code",
"daily_reports",
"latitude",
"longitude",
"timezone",
"windowsTZ"
],
"type": "object"
},
"title": "WeatherForecast - default_representation",
"type": "array"
}
[
{
"city": "PARIS",
"city_code": "CY_FR_75056",
"country_code": "FR",
"daily_reports": [
{
"max_humidity": 93.22,
"max_temperature": 5.81,
"min_humidity": 68.93,
"min_temperature": 1.37,
"pluviometry_cumul": 0,
"snow": 0,
"time": "2020-01-20T13:00:00Z",
"weather": 2,
"weather_reports": [
{
"cloud_cover": 31.58,
"etp": 0.16,
"humidity": 70.73,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.56,
"time": "2020-01-20T13:00:00Z",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "NE",
"wind_gusts": 29.93,
"wind_speed": 16.03
},
{
"cloud_cover": 12.86,
"etp": 0.15,
"humidity": 68.93,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.81,
"time": "2020-01-20T14:00:00Z",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "NE",
"wind_gusts": 30.62,
"wind_speed": 16.14
},
{
"cloud_cover": 5.84,
"etp": 0.13,
"humidity": 69.72,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5.63,
"time": "2020-01-20T15:00:00Z",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "L'hygrométrie est faible",
"icon": "WARNING_HYGR",
"type": "HY70"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "NE",
"wind_gusts": 30.41,
"wind_speed": 16.04
},
{
"cloud_cover": 10.72,
"etp": 0.09,
"humidity": 73.27,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 5,
"time": "2020-01-20T16:00:00Z",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "NE",
"wind_gusts": 29.46,
"wind_speed": 13.73
},
{
"cloud_cover": 13.33,
"etp": 0.01,
"humidity": 78.49,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 4.12,
"time": "2020-01-20T17:00:00Z",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "NE",
"wind_gusts": 26.02,
"wind_speed": 11.95
},
{
"cloud_cover": 10.67,
"etp": 0.01,
"humidity": 82.8,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 3.38,
"time": "2020-01-20T18:00:00Z",
"warnings": [
{
"comment": "Attention rafales",
"icon": "GUST",
"type": "GUST"
},
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "NNE",
"wind_gusts": 23.11,
"wind_speed": 11.26
},
{
"cloud_cover": 1.14,
"etp": 0.01,
"humidity": 86.77,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 2.47,
"time": "2020-01-20T19:00:00Z",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 1,
"wind_direction": "NNE",
"wind_gusts": 18.69,
"wind_speed": 9.59
},
{
"cloud_cover": 0.99,
"etp": 0.01,
"humidity": 88.83,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 2,
"time": "2020-01-20T20:00:00Z",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 1,
"wind_direction": "NNE",
"wind_gusts": 16.95,
"wind_speed": 9.67
},
{
"cloud_cover": 3.56,
"etp": 0.01,
"humidity": 90,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 1.61,
"time": "2020-01-20T21:00:00Z",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 1,
"wind_direction": "NE",
"wind_gusts": 16.71,
"wind_speed": 9.35
},
{
"cloud_cover": 5.96,
"etp": 0.01,
"humidity": 90.66,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 1.18,
"time": "2020-01-20T22:00:00Z",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 1,
"wind_direction": "NE",
"wind_gusts": 15.51,
"wind_speed": 8.85
},
{
"cloud_cover": 7.15,
"etp": 0.01,
"humidity": 90.73,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 0.78,
"time": "2020-01-20T23:00:00Z",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 1,
"wind_direction": "NE",
"wind_gusts": 15.93,
"wind_speed": 8.62
},
{
"cloud_cover": 10.56,
"etp": 0.01,
"humidity": 90.48,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 0.39,
"time": "2020-01-21T00:00:00Z",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "NNE",
"wind_gusts": 14.48,
"wind_speed": 8.07
},
{
"cloud_cover": 15.92,
"etp": 0.01,
"humidity": 90.25,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 0.05,
"time": "2020-01-21T01:00:00Z",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "NNE",
"wind_gusts": 14.35,
"wind_speed": 7.69
},
{
"cloud_cover": 24.37,
"etp": 0.01,
"humidity": 90.28,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": -0.28,
"time": "2020-01-21T02:00:00Z",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "NE",
"wind_gusts": 14.02,
"wind_speed": 7.53
},
{
"cloud_cover": 35.06,
"etp": 0.01,
"humidity": 90.32,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": -0.62,
"time": "2020-01-21T03:00:00Z",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "NE",
"wind_gusts": 13.86,
"wind_speed": 7.32
},
{
"cloud_cover": 47.56,
"etp": 0,
"humidity": 89.84,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": -0.88,
"time": "2020-01-21T04:00:00Z",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "NE",
"wind_gusts": 13.13,
"wind_speed": 6.87
},
{
"cloud_cover": 50,
"etp": 0,
"humidity": 89.75,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": -1.08,
"time": "2020-01-21T05:00:00Z",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "NE",
"wind_gusts": 12.3,
"wind_speed": 6.51
},
{
"cloud_cover": 50,
"etp": 0,
"humidity": 89.74,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": -1.15,
"time": "2020-01-21T06:00:00Z",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "NE",
"wind_gusts": 11.94,
"wind_speed": 6.8
},
{
"cloud_cover": 50.08,
"etp": 0,
"humidity": 89.36,
"night": 1,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": -1.05,
"time": "2020-01-21T07:00:00Z",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "NE",
"wind_gusts": 11.53,
"wind_speed": 6.59
},
{
"cloud_cover": 50.08,
"etp": 0,
"humidity": 88.61,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": -0.81,
"time": "2020-01-21T08:00:00Z",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "NE",
"wind_gusts": 11.41,
"wind_speed": 6.49
},
{
"cloud_cover": 50.08,
"etp": 0.04,
"humidity": 86.3,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": -0.24,
"time": "2020-01-21T09:00:00Z",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "NE",
"wind_gusts": 10.55,
"wind_speed": 5.99
},
{
"cloud_cover": 50.08,
"etp": 0.07,
"humidity": 81.47,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 0.85,
"time": "2020-01-21T10:00:00Z",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 3,
"wind_direction": "NE",
"wind_gusts": 11.12,
"wind_speed": 5.83
},
{
"cloud_cover": 47.12,
"etp": 0.1,
"humidity": 76.69,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 1.99,
"time": "2020-01-21T11:00:00Z",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "NE",
"wind_gusts": 12.88,
"wind_speed": 6.17
},
{
"cloud_cover": 48.96,
"etp": 0.13,
"humidity": 72.17,
"night": 0,
"pluviometry": 0,
"pluviometry1h": 0,
"pluviometry_cumul": 0,
"prev_pluviometry_cumul": null,
"recommended_spray": 2,
"risk_of_rain": 0,
"snow": 0,
"temperature": 3.11,
"time": "2020-01-21T12:00:00Z",
"warnings": [
{
"comment": "La température est basse (< 10°)",
"icon": null,
"type": "TE10"
}
],
"weather": 2,
"wind_direction": "NE",
"wind_gusts": 14.69,
"wind_speed": 7.1
}
],
"wind_direction": "NE",
"wind_gusts": 30.62,
"wind_speed": 12.424
}
],
"latitude": 48.845,
"longitude": 2.37609,
"timezone": "Europe/Paris",
"windowsTZ": "Romance Standard Time"
}
]
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"definitions": {
"default_representation_71": {
"additionalProperties": false,
"description": "Automatically generated",
"properties": {
"comment": {
"type": "string"
},
"icon": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"type": {
"enum": [
"OK",
"BEE",
"GUST",
"RAIN",
"HY50",
"HY70",
"HY95",
"WI19",
"TE25",
"TZ10",
"RISK",
"TE00",
"TE05",
"TE12",
"TE13",
"R1H3",
"RAI2",
"OPTI",
"TE10"
],
"type": "string"
}
},
"required": [
"comment",
"icon",
"type"
],
"title": "WarningResult - default_representation",
"type": "object"
},
"default_representation_74": {
"additionalProperties": false,
"description": "Automatically generated",
"properties": {
"humidity": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"night": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"pluviometry": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"pluviometry1h": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"pluviometry_cumul": {
"maximum": 200,
"minimum": 0,
"type": "number"
},
"recommended_spray": {
"maximum": 3,
"minimum": 1,
"type": "integer"
},
"risk_of_rain": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"snow": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"temperature": {
"maximum": 40,
"minimum": -15,
"type": "number"
},
"time": {
"format": "date-time",
"type": "string"
},
"warnings": {
"items": {
"$ref": "#/definitions/default_representation_71",
"type": "object"
},
"type": "array"
},
"weather": {
"maximum": 20,
"minimum": 1,
"type": "number"
},
"wind_direction": {
"maxLength": 3,
"minLength": 1,
"type": "string"
},
"wind_gusts": {
"maximum": 60,
"minimum": 0,
"type": "number"
},
"wind_speed": {
"maximum": 30,
"minimum": 0,
"type": "number"
}
},
"required": [
"humidity",
"night",
"pluviometry",
"pluviometry1h",
"pluviometry_cumul",
"recommended_spray",
"risk_of_rain",
"snow",
"temperature",
"time",
"warnings",
"weather",
"wind_direction",
"wind_gusts",
"wind_speed"
],
"title": "WeatherReportResult - default_representation",
"type": "object"
},
"default_representation_75": {
"additionalProperties": false,
"description": "Automatically generated",
"properties": {
"max_humidity": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"max_temperature": {
"maximum": 40,
"minimum": -15,
"type": "number"
},
"min_humidity": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"min_temperature": {
"maximum": 40,
"minimum": -15,
"type": "number"
},
"pluviometry_cumul": {
"maximum": 20,
"minimum": 0,
"type": "number"
},
"snow": {
"maximum": 1,
"minimum": 0,
"type": "integer"
},
"time": {
"format": "date-time",
"type": "string"
},
"weather": {
"maximum": 20,
"minimum": 1,
"type": "integer"
},
"weather_reports": {
"items": {
"$ref": "#/definitions/default_representation_74",
"type": "object"
},
"type": "array"
},
"wind_direction": {
"maxLength": 3,
"minLength": 1,
"type": "string"
},
"wind_gusts": {
"maximum": 60,
"minimum": 0,
"type": "number"
},
"wind_speed": {
"maximum": 30,
"minimum": 5,
"type": "number"
}
},
"required": [
"max_humidity",
"max_temperature",
"min_humidity",
"min_temperature",
"pluviometry_cumul",
"snow",
"time",
"weather",
"weather_reports",
"wind_direction",
"wind_gusts",
"wind_speed"
],
"title": "DailyReportResult - default_representation",
"type": "object"
}
},
"description": "Automatically generated",
"items": {
"additionalProperties": false,
"properties": {
"city": {
"pattern": "^[A-Z](\\p{L}|-)+$",
"type": "string"
},
"city_code": {
"pattern": "^[A-Z0-9\\-_]*$",
"type": "string"
},
"country_code": {
"type": "string"
},
"daily_reports": {
"items": {
"$ref": "#/definitions/default_representation_75",
"type": "object"
},
"type": "array"
},
"latitude": {
"maximum": 90,
"minimum": -90,
"type": "number"
},
"longitude": {
"maximum": 180,
"minimum": -180,
"type": "number"
},
"timezone": {
"type": "string"
},
"windowsTZ": {
"type": "string"
}
},
"required": [
"city",
"city_code",
"country_code",
"daily_reports",
"latitude",
"longitude",
"timezone",
"windowsTZ"
],
"type": "object"
},
"title": "WeatherForecast - default_representation",
"type": "array"
}
[
{
"city": "Ip{L}",
"city_code": "A87L-W",
"country_code": "pariatur",
"daily_reports": [
{
"max_humidity": 13.608037684913565,
"max_temperature": 20.828780424720478,
"min_humidity": 86.19276864276944,
"min_temperature": -13.633662907358879,
"pluviometry_cumul": 8.502486161777938,
"snow": 1,
"time": "1965-10-10T07:08:14.604Z",
"weather": 15,
"weather_reports": [
{
"humidity": 50.13897004161662,
"night": 1,
"pluviometry": 121.3231848874432,
"pluviometry1h": 144.90578863500042,
"pluviometry_cumul": 105.38330368725867,
"recommended_spray": 1,
"risk_of_rain": 27.93628036255036,
"snow": 0,
"temperature": 7.836790055603608,
"time": "2002-07-25T23:51:47.119Z",
"warnings": [
{
"comment": "cupidatat",
"icon": null,
"type": "GUST"
},
{
"comment": "dolore est",
"icon": "consequat esse consectetur",
"type": "OK"
},
{
"comment": "Duis",
"icon": null,
"type": "HY95"
},
{
"comment": "tempor laborum mollit voluptate reprehenderit",
"icon": null,
"type": "OK"
}
],
"weather": 7.353228601494604,
"wind_direction": "co",
"wind_gusts": 58.12180809999897,
"wind_speed": 13.875124564437602
},
{
"humidity": 69.26040059816944,
"night": 1,
"pluviometry": 177.95614191085915,
"pluviometry1h": 106.44974984981546,
"pluviometry_cumul": 5.2807937003998,
"recommended_spray": 1,
"risk_of_rain": 7.165020390030685,
"snow": 0,
"temperature": 37.91509372482708,
"time": "1954-03-23T19:42:50.782Z",
"warnings": [
{
"comment": "pariatur laboris ea adipisicing",
"icon": "Duis reprehenderit voluptate eu",
"type": "TE00"
},
{
"comment": "nisi adipisicing amet laborum",
"icon": "commodo cupidatat mollit cillum id",
"type": "TE12"
},
{
"comment": "proident velit",
"icon": "quis",
"type": "OK"
},
{
"comment": "dolor occaecat qui",
"icon": null,
"type": "RAIN"
},
{
"comment": "do minim",
"icon": "cillum id eu",
"type": "GUST"
}
],
"weather": 13.477808350788782,
"wind_direction": "la",
"wind_gusts": 25.321962680539116,
"wind_speed": 0.039516558623464704
}
],
"wind_direction": "ex",
"wind_gusts": 36.17563318135578,
"wind_speed": 11.114751447645478
},
{
"max_humidity": 92.56388191200988,
"max_temperature": 14.037231027765817,
"min_humidity": 64.77731495908148,
"min_temperature": 33.8775091986158,
"pluviometry_cumul": 15.62692732829233,
"snow": 0,
"time": "1979-10-22T23:40:46.814Z",
"weather": 4,
"weather_reports": [
{
"humidity": 67.89498459593935,
"night": 0,
"pluviometry": 42.61932487779121,
"pluviometry1h": 165.60618799877088,
"pluviometry_cumul": 47.548133567125994,
"recommended_spray": 2,
"risk_of_rain": 36.547910603097876,
"snow": 0,
"temperature": 11.29264663084631,
"time": "1973-05-21T11:27:38.632Z",
"warnings": [
{
"comment": "ex do in sed",
"icon": null,
"type": "TE00"
}
],
"weather": 11.676075634401908,
"wind_direction": "u",
"wind_gusts": 55.25777835592572,
"wind_speed": 15.58850265200175
},
{
"humidity": 50.94716225588727,
"night": 0,
"pluviometry": 9.065986297232964,
"pluviometry1h": 194.29420794006708,
"pluviometry_cumul": 112.50364182825136,
"recommended_spray": 3,
"risk_of_rain": 14.607474752380023,
"snow": 1,
"temperature": 18.070362137464322,
"time": "1989-10-05T14:23:50.899Z",
"warnings": [
{
"comment": "laborum ullamco",
"icon": null,
"type": "WI19"
},
{
"comment": "exercitation laboris",
"icon": "pariatur",
"type": "HY70"
},
{
"comment": "elit laborum cupidatat Excepteur est",
"icon": null,
"type": "OPTI"
},
{
"comment": "aliquip mollit irure in",
"icon": "in id quis",
"type": "OPTI"
}
],
"weather": 3.312150489042068,
"wind_direction": "nu",
"wind_gusts": 38.99254807605135,
"wind_speed": 24.27473140912282
}
],
"wind_direction": "la",
"wind_gusts": 21.790708477586783,
"wind_speed": 26.135195493065794
},
{
"max_humidity": 91.63853173932009,
"max_temperature": 3.718791375001974,
"min_humidity": 55.46330941184592,
"min_temperature": 0.888218442555825,
"pluviometry_cumul": 13.362189790116613,
"snow": 0,
"time": "1953-09-11T15:46:48.887Z",
"weather": 20,
"weather_reports": [
{
"humidity": 27.53129562379719,
"night": 1,
"pluviometry": 169.25048274744648,
"pluviometry1h": 101.8601367665664,
"pluviometry_cumul": 16.67566191641128,
"recommended_spray": 1,
"risk_of_rain": 11.140915216003823,
"snow": 1,
"temperature": 32.56414746190452,
"time": "1956-03-03T05:48:07.928Z",
"warnings": [
{
"comment": "aliqua nostrud dolore amet",
"icon": "eiu",
"type": "BEE"
}
],
"weather": 18.031623687298417,
"wind_direction": "el",
"wind_gusts": 53.59488230512591,
"wind_speed": 10.697912409727532
},
{
"humidity": 64.37283745122141,
"night": 0,
"pluviometry": 83.56731175117984,
"pluviometry1h": 89.91669055366187,
"pluviometry_cumul": 44.12457735845017,
"recommended_spray": 2,
"risk_of_rain": 85.06990388623123,
"snow": 1,
"temperature": 38.61464016614101,
"time": "2010-06-29T02:17:18.858Z",
"warnings": [
{
"comment": "qui nostrud veniam",
"icon": null,
"type": "BEE"
},
{
"comment": "officia ut dolore quis",
"icon": null,
"type": "RAIN"
},
{
"comment": "qui i",
"icon": "Ut laborum esse ad nostrud",
"type": "RAIN"
}
],
"weather": 5.0658691020902396,
"wind_direction": "es",
"wind_gusts": 11.779768861709513,
"wind_speed": 26.01748217338996
},
{
"humidity": 77.52316159318733,
"night": 0,
"pluviometry": 30.14478251030002,
"pluviometry1h": 43.32421189327618,
"pluviometry_cumul": 108.58988160926421,
"recommended_spray": 3,
"risk_of_rain": 51.8093890638123,
"snow": 1,
"temperature": 1.7298500434478896,
"time": "1953-10-10T14:50:41.920Z",
"warnings": [
{
"comment": "enim nisi sit dolore Ut",
"icon": "dolor",
"type": "HY95"
},
{
"comment": "adipisicing minim",
"icon": null,
"type": "TE00"
}
],
"weather": 19.83268652818006,
"wind_direction": "off",
"wind_gusts": 43.42942438153046,
"wind_speed": 0.9152587004984225
},
{
"humidity": 64.7833490088139,
"night": 0,
"pluviometry": 93.83445649617168,
"pluviometry1h": 133.93394230077428,
"pluviometry_cumul": 60.38806488727126,
"recommended_spray": 3,
"risk_of_rain": 11.441245350893126,
"snow": 0,
"temperature": 13.002550579038754,
"time": "2012-06-08T13:56:57.990Z",
"warnings": [
{
"comment": "sit eu do tempor Ut",
"icon": "consequat id",
"type": "HY70"
},
{
"comment": "irure Lorem sit consectetur",
"icon": null,
"type": "WI19"
},
{
"comment": "deserunt do magna in commodo",
"icon": null,
"type": "HY95"
}
],
"weather": 7.4372775338992305,
"wind_direction": "c",
"wind_gusts": 11.639701846590903,
"wind_speed": 18.167296536439615
}
],
"wind_direction": "s",
"wind_gusts": 18.614028927824364,
"wind_speed": 27.852833687879436
}
],
"latitude": -49.16477639938121,
"longitude": -130.90452804312014,
"timezone": "reprehenderit enim",
"windowsTZ": "aliquip"
},
{
"city": "J-p{L}--p{L}p{L}---p{L}-",
"city_code": "VY",
"country_code": "Ut consectetur sunt nisi",
"daily_reports": [
{
"max_humidity": 2.2246643097215912,
"max_temperature": 5.518445821060556,
"min_humidity": 13.258362196393492,
"min_temperature": -9.364906321987213,
"pluviometry_cumul": 0.9134093232910789,
"snow": 1,
"time": "1946-09-29T11:50:59.265Z",
"weather": 4,
"weather_reports": [
{
"humidity": 99.81788577260782,
"night": 1,
"pluviometry": 0.3486346546540897,
"pluviometry1h": 177.34170022469416,
"pluviometry_cumul": 24.339867735000098,
"recommended_spray": 1,
"risk_of_rain": 5.542410471386816,
"snow": 0,
"temperature": 16.069838067694434,
"time": "1974-07-15T11:44:14.873Z",
"warnings": [
{
"comment": "sit nulla",
"icon": null,
"type": "HY70"
}
],
"weather": 7.28660584988568,
"wind_direction": "si",
"wind_gusts": 47.586537282980224,
"wind_speed": 11.504842400381843
},
{
"humidity": 35.14212552364344,
"night": 1,
"pluviometry": 128.31123742941273,
"pluviometry1h": 39.19387708449942,
"pluviometry_cumul": 50.09156335594152,
"recommended_spray": 2,
"risk_of_rain": 18.95012684787143,
"snow": 1,
"temperature": 20.4148274169564,
"time": "1944-06-05T16:06:05.896Z",
"warnings": [
{
"comment": "sed Duis tempor ipsum",
"icon": null,
"type": "TE10"
}
],
"weather": 14.691600808251133,
"wind_direction": "Ut ",
"wind_gusts": 5.803307051308613,
"wind_speed": 13.376744316405748
},
{
"humidity": 22.079170611019784,
"night": 1,
"pluviometry": 189.97108550262502,
"pluviometry1h": 56.93552284718648,
"pluviometry_cumul": 0.6125295581796752,
"recommended_spray": 2,
"risk_of_rain": 52.38235557501778,
"snow": 1,
"temperature": 7.004437390597452,
"time": "1985-10-31T12:02:27.102Z",
"warnings": [
{
"comment": "quis sed est Lorem ipsum",
"icon": "consequat pariatur",
"type": "HY50"
},
{
"comment": "co",
"icon": null,
"type": "HY95"
}
],
"weather": 19.973467172821103,
"wind_direction": "non",
"wind_gusts": 29.375588094904796,
"wind_speed": 9.467105139537466
},
{
"humidity": 80.09738735233833,
"night": 0,
"pluviometry": 182.95721072493825,
"pluviometry1h": 48.98978009343566,
"pluviometry_cumul": 133.45315004002484,
"recommended_spray": 3,
"risk_of_rain": 23.98651913789076,
"snow": 1,
"temperature": 24.673424515614833,
"time": "1975-06-18T13:00:24.382Z",
"warnings": [
{
"comment": "reprehenderit laboris ut dolor",
"icon": null,
"type": "TE10"
},
{
"comment": "sint eu velit",
"icon": "exercitation magna incididunt Excepteur",
"type": "HY50"
},
{
"comment": "Ut cillum",
"icon": null,
"type": "WI19"
}
],
"weather": 15.931608786559666,
"wind_direction": "l",
"wind_gusts": 14.752023985401678,
"wind_speed": 14.928231851597541
},
{
"humidity": 83.26655519178267,
"night": 1,
"pluviometry": 178.2222970856733,
"pluviometry1h": 179.6228131499143,
"pluviometry_cumul": 45.900088827756406,
"recommended_spray": 1,
"risk_of_rain": 11.351072147350006,
"snow": 1,
"temperature": 10.164165989003084,
"time": "2008-12-12T01:08:54.449Z",
"warnings": [
{
"comment": "ut",
"icon": "adipisicing tempor deserunt",
"type": "BEE"
}
],
"weather": 17.059772426929786,
"wind_direction": "e",
"wind_gusts": 44.8682580285221,
"wind_speed": 12.207092792720648
}
],
"wind_direction": "i",
"wind_gusts": 39.45469286649672,
"wind_speed": 13.991173368525413
},
{
"max_humidity": 53.2110100448933,
"max_temperature": -13.6945446125758,
"min_humidity": 47.51095412961703,
"min_temperature": 33.831000393139746,
"pluviometry_cumul": 7.031836020815785,
"snow": 0,
"time": "1992-08-26T11:09:29.461Z",
"weather": 14,
"weather_reports": [
{
"humidity": 22.925215646088894,
"night": 0,
"pluviometry": 37.44552253523765,
"pluviometry1h": 39.604175881685364,
"pluviometry_cumul": 22.297058566312387,
"recommended_spray": 1,
"risk_of_rain": 41.46889650945123,
"snow": 0,
"temperature": 23.468732800466213,
"time": "1978-01-01T09:08:14.980Z",
"warnings": [
{
"comment": "dolor",
"icon": "dolor ut",
"type": "OK"
},
{
"comment": "dolore magna ad esse veniam",
"icon": "Ut reprehenderit eu",
"type": "HY50"
},
{
"comment": "ut exercitation",
"icon": "enim elit ut nostrud",
"type": "OPTI"
},
{
"comment": "dolore Duis ad cillum",
"icon": null,
"type": "RAI2"
},
{
"comment": "aliquip",
"icon": null,
"type": "R1H3"
}
],
"weather": 8.434211798421426,
"wind_direction": "off",
"wind_gusts": 16.782801004639087,
"wind_speed": 27.064357215517223
}
],
"wind_direction": "ir",
"wind_gusts": 5.962810211457894,
"wind_speed": 23.05311717163174
},
{
"max_humidity": 23.922429898394903,
"max_temperature": 36.91301212301665,
"min_humidity": 48.19189237210957,
"min_temperature": 6.252793952385417,
"pluviometry_cumul": 17.963286794096337,
"snow": 1,
"time": "1970-11-28T09:30:37.979Z",
"weather": 13,
"weather_reports": [
{
"humidity": 12.708053640452398,
"night": 0,
"pluviometry": 174.5450075961899,
"pluviometry1h": 102.61715681905996,
"pluviometry_cumul": 188.30477237850198,
"recommended_spray": 1,
"risk_of_rain": 89.97497670388985,
"snow": 0,
"temperature": -3.011684416547693,
"time": "2008-06-24T11:39:54.711Z",
"warnings": [
{
"comment": "amet eiusmod non",
"icon": null,
"type": "TZ10"
}
],
"weather": 2.560376419980833,
"wind_direction": "i",
"wind_gusts": 48.68838544909742,
"wind_speed": 12.897342276339376
},
{
"humidity": 12.684634935970628,
"night": 0,
"pluviometry": 38.88098134943982,
"pluviometry1h": 161.70754079073905,
"pluviometry_cumul": 26.62356257074223,
"recommended_spray": 1,
"risk_of_rain": 94.55235584454054,
"snow": 1,
"temperature": -14.586612602090913,
"time": "2012-12-15T07:26:24.683Z",
"warnings": [
{
"comment": "Lorem",
"icon": "Lorem proident ut",
"type": "TE10"
},
{
"comment": "laboris fugiat incididunt in",
"icon": null,
"type": "RISK"
},
{
"comment": "irure do laboris oc",
"icon": "consectetur ut",
"type": "RAIN"
}
],
"weather": 15.867960793054483,
"wind_direction": "exe",
"wind_gusts": 21.017672755821486,
"wind_speed": 13.356590106644857
}
],
"wind_direction": "m",
"wind_gusts": 50.581587951113136,
"wind_speed": 27.577373987374006
},
{
"max_humidity": 29.49392236389985,
"max_temperature": 22.54151799625113,
"min_humidity": 9.053721566857309,
"min_temperature": 30.749832708729535,
"pluviometry_cumul": 15.541751037084431,
"snow": 1,
"time": "1971-11-01T10:26:38.611Z",
"weather": 14,
"weather_reports": [
{
"humidity": 67.9688473700369,
"night": 0,
"pluviometry": 153.59909532127068,
"pluviometry1h": 35.59423796559753,
"pluviometry_cumul": 29.032886020685655,
"recommended_spray": 3,
"risk_of_rain": 87.62762917557716,
"snow": 1,
"temperature": 4.9909894510373825,
"time": "2002-05-27T14:28:32.896Z",
"warnings": [
{
"comment": "dolore consequat nisi incididunt minim",
"icon": null,
"type": "TE05"
},
{
"comment": "ad",
"icon": "dolore eu",
"type": "TE12"
}
],
"weather": 2.0092889585867564,
"wind_direction": "d",
"wind_gusts": 13.750068779512903,
"wind_speed": 24.64171123627717
},
{
"humidity": 29.489849491600715,
"night": 1,
"pluviometry": 44.523120461680456,
"pluviometry1h": 12.533054961895385,
"pluviometry_cumul": 67.76507071918219,
"recommended_spray": 2,
"risk_of_rain": 2.5717363159003748,
"snow": 1,
"temperature": 26.93724391090128,
"time": "2008-12-07T11:37:37.066Z",
"warnings": [
{
"comment": "nisi ex quis aliqua",
"icon": "anim ex do tempor",
"type": "TE10"
},
{
"comment": "dolor",
"icon": null,
"type": "TZ10"
},
{
"comment": "laborum non",
"icon": "est",
"type": "BEE"
},
{
"comment": "exercitation velit eiusmod cillum in",
"icon": null,
"type": "TE25"
},
{
"comment": "Ut ex ad",
"icon": "ut Excepteur",
"type": "TE13"
}
],
"weather": 4.427120312223586,
"wind_direction": "a",
"wind_gusts": 47.231254285076865,
"wind_speed": 10.219768637004545
}
],
"wind_direction": "i",
"wind_gusts": 9.109283262662288,
"wind_speed": 5.4648157141256775
},
{
"max_humidity": 93.84141834768445,
"max_temperature": -6.620849717902054,
"min_humidity": 35.70922423488205,
"min_temperature": -0.7013044193053695,
"pluviometry_cumul": 6.16320624996479,
"snow": 1,
"time": "1943-03-26T12:33:43.882Z",
"weather": 20,
"weather_reports": [
{
"humidity": 83.42538254034883,
"night": 1,
"pluviometry": 150.34612036847213,
"pluviometry1h": 188.10022359221784,
"pluviometry_cumul": 196.8399196429822,
"recommended_spray": 3,
"risk_of_rain": 31.92476239139481,
"snow": 1,
"temperature": 36.88113699754357,
"time": "2010-08-09T21:02:35.842Z",
"warnings": [
{
"comment": "sint est officia",
"icon": null,
"type": "WI19"
},
{
"comment": "dolor id voluptate reprehenderit sint",
"icon": "proident sit et no",
"type": "TE05"
},
{
"comment": "in eiusmod",
"icon": "mollit laboris anim sed sit",
"type": "GUST"
},
{
"comment": "irure enim in fugiat nisi",
"icon": null,
"type": "RAIN"
},
{
"comment": "dolor labore consectetur amet",
"icon": null,
"type": "BEE"
}
],
"weather": 5.734300554815719,
"wind_direction": "nu",
"wind_gusts": 2.2293847355173124,
"wind_speed": 26.16665993434241
}
],
"wind_direction": "exe",
"wind_gusts": 8.891174256259928,
"wind_speed": 23.686621397076202
}
],
"latitude": 7.5309775466979545,
"longitude": -44.19825221213463,
"timezone": "labore esse sed aute",
"windowsTZ": "in qui"
},
{
"city": "Dp{L}---p{L}p{L}p{L}",
"city_code": "G7LH3W8",
"country_code": "non",
"daily_reports": [
{
"max_humidity": 20.407386128556972,
"max_temperature": 10.28459750020675,
"min_humidity": 79.76636732638546,
"min_temperature": 14.518223228317929,
"pluviometry_cumul": 4.003232011944622,
"snow": 1,
"time": "2006-04-22T21:30:28.680Z",
"weather": 20,
"weather_reports": [
{
"humidity": 65.42993578691001,
"night": 0,
"pluviometry": 93.79985870045661,
"pluviometry1h": 108.22499762889319,
"pluviometry_cumul": 20.21591000459879,
"recommended_spray": 3,
"risk_of_rain": 62.84435075700805,
"snow": 1,
"temperature": 6.434203992479503,
"time": "1987-08-14T20:55:08.208Z",
"warnings": [
{
"comment": "esse",
"icon": null,
"type": "HY95"
},
{
"comment": "eu ut",
"icon": "dolore est",
"type": "RAIN"
}
],
"weather": 18.949582876938948,
"wind_direction": "s",
"wind_gusts": 45.39552441910957,
"wind_speed": 16.454001874593082
},
{
"humidity": 52.06503001029934,
"night": 0,
"pluviometry": 69.54750195224003,
"pluviometry1h": 10.798496762981591,
"pluviometry_cumul": 166.57408449466357,
"recommended_spray": 1,
"risk_of_rain": 33.893988901287344,
"snow": 0,
"temperature": 33.9844611509954,
"time": "1980-08-14T09:49:43.493Z",
"warnings": [
{
"comment": "Excepteur aute labore",
"icon": "veniam quis consequat deserunt magna",
"type": "OK"
},
{
"comment": "ut aute magna proident Duis",
"icon": null,
"type": "BEE"
}
],
"weather": 9.380193150010932,
"wind_direction": "fug",
"wind_gusts": 27.98300967114754,
"wind_speed": 14.151087171884951
},
{
"humidity": 51.53869055593643,
"night": 0,
"pluviometry": 60.929311434676904,
"pluviometry1h": 128.25480165582715,
"pluviometry_cumul": 116.65555166285309,
"recommended_spray": 1,
"risk_of_rain": 93.72002336350079,
"snow": 1,
"temperature": 4.761634830782359,
"time": "2017-05-08T22:54:55.424Z",
"warnings": [
{
"comment": "veniam nostrud id adipisicing",
"icon": null,
"type": "R1H3"
},
{
"comment": "cupidatat e",
"icon": null,
"type": "R1H3"
},
{
"comment": "pariatur ipsum voluptate enim Ut",
"icon": "dolore quis",
"type": "GUST"
},
{
"comment": "amet nulla ullamco",
"icon": null,
"type": "HY50"
},
{
"comment": "nostrud consectetur",
"icon": "nostrud",
"type": "TE10"
}
],
"weather": 18.01594990410748,
"wind_direction": "n",
"wind_gusts": 21.12687067741905,
"wind_speed": 3.53509556655889
},
{
"humidity": 18.842815436426807,
"night": 1,
"pluviometry": 93.73310757279319,
"pluviometry1h": 9.926121946787658,
"pluviometry_cumul": 148.34725797327252,
"recommended_spray": 2,
"risk_of_rain": 76.4778073913934,
"snow": 0,
"temperature": -2.1729557821647507,
"time": "2017-06-16T05:09:08.981Z",
"warnings": [
{
"comment": "sunt mollit eiusmod minim qui",
"icon": "officia voluptate Lorem deserunt",
"type": "TE12"
},
{
"comment": "Excepte",
"icon": "Excepteur reprehenderit",
"type": "HY50"
}
],
"weather": 5.251611580046842,
"wind_direction": "E",
"wind_gusts": 36.9421230612877,
"wind_speed": 8.46091949340509
}
],
"wind_direction": "ex",
"wind_gusts": 40.96609323014709,
"wind_speed": 10.314624722946505
},
{
"max_humidity": 51.284875077732316,
"max_temperature": 5.157177012077497,
"min_humidity": 63.19155865688353,
"min_temperature": -5.509348844005805,
"pluviometry_cumul": 9.20773392380708,
"snow": 1,
"time": "1972-08-26T17:28:55.640Z",
"weather": 16,
"weather_reports": [
{
"humidity": 33.96806784903921,
"night": 0,
"pluviometry": 109.79971666976675,
"pluviometry1h": 1.6628938158471662,
"pluviometry_cumul": 39.93901493652983,
"recommended_spray": 1,
"risk_of_rain": 48.949792334488485,
"snow": 1,
"temperature": -5.725488218997565,
"time": "1968-09-19T05:24:57.788Z",
"warnings": [
{
"comment": "nostrud commodo",
"icon": "laboris ipsum ",
"type": "TE00"
},
{
"comment": "Excepteur ea",
"icon": null,
"type": "GUST"
},
{
"comment": "Lorem sed adipisicing",
"icon": "Lorem do qui ani",
"type": "TE10"
}
],
"weather": 18.499290127116296,
"wind_direction": "ut ",
"wind_gusts": 50.17948167685954,
"wind_speed": 28.530379418178818
}
],
"wind_direction": "n",
"wind_gusts": 56.63714854869908,
"wind_speed": 6.76323141112441
},
{
"max_humidity": 86.84245539826145,
"max_temperature": -14.50721160078882,
"min_humidity": 13.147626147966896,
"min_temperature": 20.72633928541447,
"pluviometry_cumul": 7.524453443460404,
"snow": 1,
"time": "1940-03-08T01:28:48.221Z",
"weather": 2,
"weather_reports": [
{
"humidity": 43.19420326144259,
"night": 1,
"pluviometry": 155.56104325651737,
"pluviometry1h": 46.37552985828122,
"pluviometry_cumul": 62.17324603780461,
"recommended_spray": 1,
"risk_of_rain": 25.554538786750157,
"snow": 1,
"temperature": 0.016205636446976257,
"time": "1985-12-22T07:28:53.155Z",
"warnings": [
{
"comment": "dolor irure commodo",
"icon": "amet non sed anim laborum",
"type": "WI19"
},
{
"comment": "dolore dolor",
"icon": "",
"type": "OK"
},
{
"comment": "magna in non consectetur",
"icon": "dolor nisi dolore voluptate",
"type": "TE00"
},
{
"comment": "deserunt",
"icon": "Lorem",
"type": "OK"
}
],
"weather": 6.006305146423024,
"wind_direction": "d",
"wind_gusts": 31.176083230736772,
"wind_speed": 25.81030044018615
},
{
"humidity": 87.00945380500325,
"night": 1,
"pluviometry": 50.1802891247555,
"pluviometry1h": 170.26191996391714,
"pluviometry_cumul": 112.53761910780811,
"recommended_spray": 1,
"risk_of_rain": 4.822872510985765,
"snow": 0,
"temperature": 26.274535064730657,
"time": "1943-07-09T11:00:11.365Z",
"warnings": [
{
"comment": "Excepte",
"icon": "do Lorem in",
"type": "RISK"
},
{
"comment": "officia",
"icon": "fugiat ut",
"type": "TE10"
},
{
"comment": "veniam ullamco sit officia",
"icon": null,
"type": "OK"
},
{
"comment": "mollit eu tempor minim esse",
"icon": "aliqua laborum irure ",
"type": "GUST"
},
{
"comment": "eiusmod consequat adipisicing exercitation",
"icon": null,
"type": "TE05"
}
],
"weather": 12.351639773204758,
"wind_direction": "s",
"wind_gusts": 41.528036576558044,
"wind_speed": 24.151328361620394
}
],
"wind_direction": "o",
"wind_gusts": 58.255402667370674,
"wind_speed": 13.527560040003717
}
],
"latitude": 25.417952188891093,
"longitude": -27.28979691726022,
"timezone": "et",
"windowsTZ": "irure"
},
{
"city": "L---p{L}-p{L}--",
"city_code": "32T-8F",
"country_code": "non veniam culpa quis",
"daily_reports": [
{
"max_humidity": 5.708616049696147,
"max_temperature": 15.584259424800315,
"min_humidity": 36.423577476656945,
"min_temperature": 23.937460524198215,
"pluviometry_cumul": 3.4590498038632544,
"snow": 1,
"time": "1984-08-01T05:56:29.819Z",
"weather": 5,
"weather_reports": [
{
"humidity": 78.38891108737333,
"night": 0,
"pluviometry": 19.24223941772216,
"pluviometry1h": 104.21561618002455,
"pluviometry_cumul": 115.62805208685462,
"recommended_spray": 1,
"risk_of_rain": 78.80055712108063,
"snow": 0,
"temperature": 32.3416258802265,
"time": "2019-01-20T06:17:35.098Z",
"warnings": [
{
"comment": "in",
"icon": "est consectetur",
"type": "RAIN"
},
{
"comment": "minim in consectetur et",
"icon": null,
"type": "RAI2"
},
{
"comment": "occaecat incididunt",
"icon": "pariatur sunt",
"type": "RAIN"
}
],
"weather": 4.639688240122817,
"wind_direction": "aut",
"wind_gusts": 11.096402671615522,
"wind_speed": 27.97847516436279
},
{
"humidity": 94.61266640576298,
"night": 1,
"pluviometry": 184.0009120833593,
"pluviometry1h": 70.94243882205453,
"pluviometry_cumul": 119.58717765411753,
"recommended_spray": 1,
"risk_of_rain": 29.55934203055195,
"snow": 1,
"temperature": 8.830503623552339,
"time": "1981-04-04T03:38:38.480Z",
"warnings": [
{
"comment": "irure adipisicing cupidata",
"icon": "eiusmod commodo",
"type": "TE13"
},
{
"comment": "commodo do Excepteur",
"icon": "proident qui",
"type": "TE25"
},
{
"comment": "tempor ut reprehenderit non",
"icon": "elit esse incididunt exercitation cillum",
"type": "GUST"
},
{
"comment": "reprehenderit elit esse aliqua",
"icon": "dolore",
"type": "TE00"
},
{
"comment": "quis commodo voluptate ad",
"icon": "elit dolore dolor cupidatat ex",
"type": "RAI2"
}
],
"weather": 14.447691299285074,
"wind_direction": "ea",
"wind_gusts": 49.14489305046439,
"wind_speed": 17.601927888488905
},
{
"humidity": 42.927459036403626,
"night": 1,
"pluviometry": 138.40217694674539,
"pluviometry1h": 74.49781032298834,
"pluviometry_cumul": 3.2805652311691524,
"recommended_spray": 1,
"risk_of_rain": 50.54079230582995,
"snow": 0,
"temperature": -0.054711444165162604,
"time": "1954-01-04T11:16:59.415Z",
"warnings": [
{
"comment": "quis minim mollit labore cillum",
"icon": null,
"type": "TZ10"
}
],
"weather": 14.984864706561602,
"wind_direction": "id",
"wind_gusts": 0.2580425580639112,
"wind_speed": 5.2204227568351165
}
],
"wind_direction": "in ",
"wind_gusts": 44.222009105766226,
"wind_speed": 18.39201377063023
},
{
"max_humidity": 37.477685081498066,
"max_temperature": -2.9007681055563754,
"min_humidity": 33.06996283797796,
"min_temperature": -2.360343854471388,
"pluviometry_cumul": 2.1692671507600414,
"snow": 1,
"time": "2009-05-16T16:48:37.676Z",
"weather": 18,
"weather_reports": [
{
"humidity": 38.91931186042677,
"night": 1,
"pluviometry": 155.97303411240168,
"pluviometry1h": 184.32722180101956,
"pluviometry_cumul": 144.49615452770476,
"recommended_spray": 2,
"risk_of_rain": 56.54249366694613,
"snow": 0,
"temperature": 1.3299402761837733,
"time": "1943-09-08T12:05:46.726Z",
"warnings": [
{
"comment": "Duis",
"icon": "reprehenderit ",
"type": "BEE"
},
{
"comment": "incididunt sunt anim",
"icon": null,
"type": "TE00"
},
{
"comment": "in dolor",
"icon": null,
"type": "HY95"
},
{
"comment": "irure commodo proident do vel",
"icon": "velit magna",
"type": "RAIN"
}
],
"weather": 17.22738921795976,
"wind_direction": "ei",
"wind_gusts": 27.169727601943976,
"wind_speed": 14.72522125402715
},
{
"humidity": 65.72079826153818,
"night": 1,
"pluviometry": 83.37114566523805,
"pluviometry1h": 47.034116226415094,
"pluviometry_cumul": 94.87968577212472,
"recommended_spray": 3,
"risk_of_rain": 25.09656888182734,
"snow": 1,
"temperature": 11.863276084757157,
"time": "1953-03-26T03:50:27.297Z",
"warnings": [
{
"comment": "ut mollit reprehenderit",
"icon": null,
"type": "R1H3"
}
],
"weather": 18.33888550464603,
"wind_direction": "et",
"wind_gusts": 52.795544492343545,
"wind_speed": 27.397202784964353
}
],
"wind_direction": "i",
"wind_gusts": 50.007833372826134,
"wind_speed": 8.620866246124326
}
],
"latitude": -57.064444565035004,
"longitude": 178.8065673370454,
"timezone": "irure aliquip ut ea nostrud",
"windowsTZ": "ut dolore elit fugiat"
}
]
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {},
"title": "AuthRequest - DefaultAuthRequest",
"type": "object"
}
{
"email": "john.doe@servier.com",
"password": "1234"
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"password": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"password",
"username"
],
"title": "AuthRequest - DefaultAuthRequest",
"type": "object"
}
{
"password": "amet deserunt eu dolor",
"username": "eiusmod dolor et "
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"access": {
"type": "string"
},
"refresh": {
"type": "string"
}
},
"required": [
"access",
"refresh"
],
"title": "AuthResponse - DefaultAuthResponse",
"type": "object"
}
{
"access": "et",
"refresh": "i"
}