Skip to content

Instantly share code, notes, and snippets.

@evonsdesigns
Created April 19, 2018 19:54
Show Gist options
  • Save evonsdesigns/6118a23103cc9d5ba7c5578ea9f682b8 to your computer and use it in GitHub Desktop.
Save evonsdesigns/6118a23103cc9d5ba7c5578ea9f682b8 to your computer and use it in GitHub Desktop.
fieldrates
{
"@type":"Job",
"notes":"Test Job for R2 Demo in TCI",
"cropYear":"2018",
"status":"COMPLETED",
"createdDate":"2018-04-02T08:59:44.957Z",
"startedDate":"2018-04-02T12:29:57.000Z",
"lastModifiedDate":"2018-04-02T12:30:55.000Z",
"type":"SEED",
"workPlan":{
"@type":"WorkPlan",
"comments":"Test Job for R2 Demo in TCI",
"plannedStartDate":"2018-04-02T00:00:00.000Z",
"plannedEndDate":"2018-04-02T23:00:00.000Z",
"plannedArea":{
"@type":"MeasurementAsDouble",
"valueAsDouble":12.0,
"vrDomainId":"vrReportedFieldArea",
"unit":"ac"
},
"operations":[
{
"@type":"seedingOperation",
"cropType":{
"@type":"CropType",
"name":"SOYBEANS",
"id":"174"
},
"seedAssignments":[
{
"@type":"ProductAssignment",
"rate":{
"@type":"MeasurementAsString",
"valueAsString":"12",
"vrDomainId":"vrSeedRateMassTarget",
"unit":"kg1ha-1"
},
"product":{
"@type":"ReferenceProduct",
"productName":"ISOBUS Product Type",
"productType":"SEED",
"guid":"c17e2d27-16ab-4e0f-b4ba-146ab4913777",
"cropId":174,
"vrCodes":[
"vrSeedRateMassTarget",
"vrSeedRateSeedsTarget"
],
"id":"83066933",
"links":[
{
"@type":"Link",
"rel":"organization",
"uri":"https://apiqa.tal.deere.com/platform/organizations/254607"
}
]
},
"fieldRates":[
{
"@type":"FieldRate",
"rate":{
"@type":"MeasurementAsString",
"valueAsString":"12",
"id":"dc2f4b63-34b5-47d9-ac7b-72f69785d1b1",
"vrDomainId":"vrSeedRateMassTarget",
"unit":"kg1ha-1"
},
"id":"fcac68ed-9a31-4618-a89f-cf29e52b5b90",
"links":[
{
"@type":"Link",
"rel":"workOrder",
"uri":"https://apiqa.tal.deere.com/platform/workOrders/58f729d0-7c28-4072-82ba-e735b1f11c97"
}
]
}
],
"id":"944fa040-e26e-4312-bddc-a46bf0f1aeff",
"links":[
{
"@type":"Link",
"rel":"self",
"uri":"https://apiqa.tal.deere.com/platform/productAssignments/944fa040-e26e-4312-bddc-a46bf0f1aeff"
},
{
"@type":"Link",
"rel":"operation",
"uri":"https://apiqa.tal.deere.com/platform/operations/515dff68-3c92-4335-a9c3-12d0277e490f"
},
{
"@type":"Link",
"rel":"product",
"uri":"https://apiqa.tal.deere.com/platform/organizations/254607/products/83066933"
}
]
}
],
"prescriptionAssignments":[
],
"id":"515dff68-3c92-4335-a9c3-12d0277e490f",
"type":"seedingOperation",
"links":[
{
"@type":"Link",
"rel":"self",
"uri":"https://apiqa.tal.deere.com/platform/operations/515dff68-3c92-4335-a9c3-12d0277e490f"
},
{
"@type":"Link",
"rel":"job",
"uri":"https://apiqa.tal.deere.com/platform/jobs/db12cff3-305c-4762-ab49-61a7216b78a4"
},
{
"@type":"Link",
"rel":"productAssignments",
"uri":"https://apiqa.tal.deere.com/platform/operations/515dff68-3c92-4335-a9c3-12d0277e490f/productAssignments"
},
{
"@type":"Link",
"rel":"cropType",
"uri":"https://apiqa.tal.deere.com/platform/reference-crop-id/174"
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment