The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultDynamicScale_405": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"Date": {
"type": "string"
},
"Envelop": {
"type": "string"
},
"ImageUrl": {
"type": "string"
},
"Legend": {
"items": {
"$ref": "#/definitions/DefaultLegend_406",
"type": "object"
},
"type": "array"
},
"MaxNDVI": {
"minimum": 0,
"type": "number"
},
"MinNDVI": {
"minimum": 0,
"type": "number"
}
},
"required": [
"Date",
"Envelop",
"ImageUrl",
"Legend",
"MaxNDVI",
"MinNDVI"
],
"title": "DynamicScale - DefaultDynamicScale",
"type": "object"
},
"DefaultFixedScale_404": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"AvgNDVI": {
"maximum": 1,
"minimum": 0,
"type": "number"
},
"Date": {
"type": "string"
},
"Envelop": {
"type": "string"
},
"ImageUrl": {
"type": "string"
}
},
"required": [
"AvgNDVI",
"Date",
"Envelop",
"ImageUrl"
],
"title": "FixedScale - DefaultFixedScale",
"type": "object"
},
"DefaultLegend_406": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"Color": {
"type": "string"
},
"MinValue": {
"maximum": 1,
"minimum": 0,
"type": "number"
}
},
"required": [
"Color",
"MinValue"
],
"title": "Legend - DefaultLegend",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"CustomerNumber": {
"minimum": 0,
"type": "integer"
},
"DynamicScale": {
"$ref": "#/definitions/DefaultDynamicScale_405",
"type": "object"
},
"FixedScale": {
"items": {
"$ref": "#/definitions/DefaultFixedScale_404",
"type": "object"
},
"type": "array"
},
"IdSoilOccupation": {
"minimum": 0,
"type": "integer"
},
"IdUserSfl": {
"type": "string"
}
},
"required": [
"CustomerNumber",
"DynamicScale",
"FixedScale",
"IdSoilOccupation",
"IdUserSfl"
],
"title": "Images - DefaultImages",
"type": "object"
}
{
"CustomerNumber": 0,
"DynamicScale": {
"Date": "2018-03-19T10:36:01.322Z",
"Envelop": "string",
"ImageUrl": "string",
"Legend": {
"Color": "string",
"MinValue": 0
},
"MaxNDVI": 0,
"MinNDVI": 0
},
"FixedScale": [
{
"AvgNDVI": 0,
"Date": "2018-03-19T10:36:01.322Z",
"Envelop": "string",
"ImageUrl": "string"
}
],
"IdSoilOccupation": 0,
"IdUserSfl": "string"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultDynamicScale_405": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"Date": {
"type": "string"
},
"Envelop": {
"type": "string"
},
"ImageURL": {
"type": "string"
},
"Legend": {
"items": {
"$ref": "#/definitions/DefaultLegend_406",
"type": "object"
},
"type": "array"
},
"MaxNDVI": {
"minimum": 0,
"type": "number"
},
"MinNDVI": {
"minimum": 0,
"type": "number"
}
},
"required": [
"Date",
"Envelop",
"ImageURL",
"Legend",
"MaxNDVI",
"MinNDVI"
],
"title": "DynamicScale - DefaultDynamicScale",
"type": "object"
},
"DefaultFixedScale_404": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"AvgNDVI": {
"maximum": 1,
"minimum": 0,
"type": "number"
},
"Date": {
"type": "string"
},
"Envelop": {
"type": "string"
},
"ImageURL": {
"type": "string"
}
},
"required": [
"AvgNDVI",
"Date",
"Envelop",
"ImageURL"
],
"title": "FixedScale - DefaultFixedScale",
"type": "object"
},
"DefaultLegend_406": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"Color": {
"type": "string"
},
"MinValue": {
"maximum": 1,
"minimum": 0,
"type": "number"
}
},
"required": [
"Color",
"MinValue"
],
"title": "Legend - DefaultLegend",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"CustomerNumber": {
"minimum": 0,
"type": "integer"
},
"DynamicScale": {
"$ref": "#/definitions/DefaultDynamicScale_405",
"type": "object"
},
"FixedScale": {
"items": {
"$ref": "#/definitions/DefaultFixedScale_404",
"type": "object"
},
"type": "array"
},
"IdSoilOccupation": {
"minimum": 0,
"type": "integer"
},
"IdUserSfl": {
"type": "string"
}
},
"required": [
"CustomerNumber",
"DynamicScale",
"FixedScale",
"IdSoilOccupation",
"IdUserSfl"
],
"title": "Images - DefaultImages",
"type": "object"
}
{
"CustomerNumber": 0,
"DynamicScale": {
"Date": "2018-03-19T10:30:37.900Z",
"Envelop": "string",
"ImageUrl": "string",
"Legend": {
"Color": "string",
"MinValue": 0
},
"MaxNDVI": 0,
"MinNDVI": 0
},
"FixedScale": [
{
"AvgNDVI": 0,
"Date": "2018-03-19T10:30:37.900Z",
"Envelop": "string",
"ImageUrl": "string"
}
],
"IdSoilOccupation": 0,
"IdUserSfl": "string"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"description": "Automatically generated (please edit me)",
"items": {
"additionalProperties": false,
"properties": {
"CorporateName": {
"type": "string"
},
"CustomerNumber": {
"minimum": 0,
"type": "integer"
},
"IdUsrSfl": {
"type": "string"
},
"VigourWarnings": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"CorporateName",
"CustomerNumber",
"IdUsrSfl",
"VigourWarnings"
],
"type": "object"
},
"title": "Farms - DefaultFarms",
"type": "array"
}
[
{
"CorporateName": "string",
"CustomerNumber": 0,
"IdUserSfl": "string",
"VigourWarnings": 0
}
]
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"description": "Automatically generated (please edit me)",
"items": {
"additionalProperties": false,
"properties": {
"corporateName": {
"type": "string"
},
"customerNumber": {
"minimum": 0,
"type": "integer"
},
"idUsrSfl": {
"type": "string"
},
"vigourWarnings": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"corporateName",
"customerNumber",
"idUsrSfl",
"vigourWarnings"
],
"type": "object"
},
"title": "Farms - DefaultFarms",
"type": "array"
}
[
{
"CorporateName": "string",
"CustomerNumber": 0,
"IdUserSfl": "string",
"VigourWarnings": 0
}
]
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultCampaigns_409": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"label": {
"type": "string"
},
"values": {
"items": {
"$ref": "#/definitions/DefaultValues_408",
"type": "object"
},
"type": "array"
}
},
"required": [
"label",
"values"
],
"title": "Campaigns - DefaultCampaigns",
"type": "object"
},
"DefaultValues_408": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"date": {
"type": "string"
},
"vegetationIndex": {
"maximum": 1,
"minimum": 0,
"type": "number"
}
},
"required": [
"date",
"vegetationIndex"
],
"title": "Values - DefaultValues",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"campaigns": {
"items": {
"$ref": "#/definitions/DefaultCampaigns_409",
"type": "object"
},
"type": "array"
},
"customerNumber": {
"minimum": 0,
"type": "integer"
},
"idSoilOccupation": {
"minimum": 0,
"type": "integer"
},
"idUserSfl": {
"type": "string"
}
},
"required": [
"campaigns",
"customerNumber",
"idSoilOccupation",
"idUserSfl"
],
"title": "Curves - DefaultCurves",
"type": "object"
}
{
"label": "2017-2018",
"points": [
{
"x": "2018-03-13T09:24:03.1817594+00:00",
"y": 1.26
},
{
"x": "2018-03-14T09:24:03.1817692+00:00",
"y": 1
},
{
"x": "2018-03-15T09:24:03.181771+00:00",
"y": 1.46
}
]
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultDynamicScale_405": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"date": {
"type": "string"
},
"envelop": {
"type": "string"
},
"imageURL": {
"type": "string"
},
"legend": {
"items": {
"$ref": "#/definitions/DefaultLegend_406",
"type": "object"
},
"type": "array"
},
"maxNDVI": {
"minimum": 0,
"type": "number"
},
"minNDVI": {
"minimum": 0,
"type": "number"
}
},
"required": [
"date",
"envelop",
"imageURL",
"legend",
"maxNDVI",
"minNDVI"
],
"title": "DynamicScale - DefaultDynamicScale",
"type": "object"
},
"DefaultFixedScale_404": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"avgNDVI": {
"maximum": 1,
"minimum": 0,
"type": "number"
},
"date": {
"type": "string"
},
"envelop": {
"type": "string"
},
"imageURL": {
"type": "string"
}
},
"required": [
"avgNDVI",
"date",
"envelop",
"imageURL"
],
"title": "FixedScale - DefaultFixedScale",
"type": "object"
},
"DefaultLegend_406": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"color": {
"type": "string"
},
"minValue": {
"maximum": 1,
"minimum": 0,
"type": "number"
}
},
"required": [
"color",
"minValue"
],
"title": "Legend - DefaultLegend",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"customerNumber": {
"minimum": 0,
"type": "integer"
},
"dynamicScale": {
"$ref": "#/definitions/DefaultDynamicScale_405",
"type": "object"
},
"fixedScale": {
"items": {
"$ref": "#/definitions/DefaultFixedScale_404",
"type": "object"
},
"type": "array"
},
"idSoilOccupation": {
"minimum": 0,
"type": "integer"
},
"idUserSfl": {
"type": "string"
}
},
"required": [
"customerNumber",
"dynamicScale",
"fixedScale",
"idSoilOccupation",
"idUserSfl"
],
"title": "Images - DefaultImages",
"type": "object"
}
{
"customerNumber": 1,
"dynamicScale": {
"date": "2018-03-16T09:19:12.9203361+00:00",
"envelop": "",
"imageUrl": "http://myimage.azurestorage.net",
"legendUrl": "http://myimagelegend.azurestorage.net"
},
"fixedScale": null,
"idSoilOccupation": 0,
"idUserSfl": "1"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"description": "Automatically generated (please edit me)",
"items": {
"additionalProperties": false,
"properties": {
"avgNDVI": {
"type": "number"
},
"crop": {
"type": "string"
},
"cropIcon": {
"type": "string"
},
"fieldGeography": {
"type": "string"
},
"fieldName": {
"type": "string"
},
"idSoilOccupation": {
"minimum": 0,
"type": "integer"
},
"previousCrop": {
"type": "string"
},
"startDate": {
"type": "string"
},
"trend": {
"type": "string"
},
"variety": {
"type": "string"
},
"vigour": {
"minimum": 0,
"type": "integer"
},
"vigourLabel": {
"type": "string"
},
"vigourRefDate": {
"type": "string"
}
},
"required": [
"avgNDVI",
"crop",
"cropIcon",
"fieldGeography",
"fieldName",
"idSoilOccupation",
"previousCrop",
"startDate",
"trend",
"variety",
"vigour",
"vigourLabel",
"vigourRefDate"
],
"type": "object"
},
"title": "Field - DefaultField",
"type": "array"
}
[
{
"crop": "string",
"fieldGeography": "string",
"fieldName": "string",
"idSoilOccupation": 0,
"refDate": "string",
"trend": "string",
"variety": "string",
"vigour": "string",
"vigourRefDate": "string"
}
]
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultField_399": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"avgNDVI": {
"type": "number"
},
"crop": {
"type": "string"
},
"cropIcon": {
"type": "string"
},
"fieldGeography": {
"type": "string"
},
"fieldName": {
"type": "string"
},
"idSoilOccupation": {
"minimum": 0,
"type": "integer"
},
"previousCrop": {
"type": "string"
},
"startDate": {
"type": "string"
},
"trend": {
"type": "string"
},
"variety": {
"type": "string"
},
"vigour": {
"minimum": 0,
"type": "integer"
},
"vigourLabel": {
"type": "string"
},
"vigourRefDate": {
"type": "string"
}
},
"required": [
"avgNDVI",
"crop",
"cropIcon",
"fieldGeography",
"fieldName",
"idSoilOccupation",
"previousCrop",
"startDate",
"trend",
"variety",
"vigour",
"vigourLabel",
"vigourRefDate"
],
"title": "Field - DefaultField",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"customerNumber": {
"minimum": 0,
"type": "integer"
},
"fields": {
"items": {
"$ref": "#/definitions/DefaultField_399",
"type": "object"
},
"type": "array"
},
"idUserSfl": {
"type": "string"
}
},
"required": [
"customerNumber",
"fields",
"idUserSfl"
],
"title": "ListField - DefaultListField",
"type": "object"
}
[
{
"crop": "string",
"fieldGeography": "string",
"fieldName": "string",
"idSoilOccupation": 0,
"refDate": "string",
"trend": "string",
"variety": "string",
"vigour": "string",
"vigourRefDate": "string"
}
]
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"description": "Automatically generated (please edit me)",
"items": {
"additionalProperties": false,
"properties": {
"corporateName": {
"type": "string"
},
"customerNumber": {
"minimum": 0,
"type": "integer"
},
"idUsrSfl": {
"type": "string"
},
"vigourWarnings": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"corporateName",
"customerNumber",
"idUsrSfl",
"vigourWarnings"
],
"type": "object"
},
"title": "Farms - DefaultFarms",
"type": "array"
}
[
{
"corporateName": "string",
"customerNumber": 0,
"occupationsInWarning": [
{
"crop": "string",
"customerNumber": 0,
"fieldName": "string",
"idSoilOccupation": 0,
"idUserSfl": "string",
"previousCrop": "string",
"startDate": "2018-03-13T16:38:46.619Z",
"trend": 0,
"variety": "string",
"vigour": 0,
"vigourRefDate": "2018-03-13T16:38:46.619Z"
}
],
"vigourWarning": 0
}
]
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultMetric_378": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"metric": {
"type": "string"
}
},
"required": [
"metric"
],
"title": "Metric - DefaultMetric",
"type": "object"
},
"StationExternalItem_379": {
"additionalProperties": false,
"properties": {
"additional_label": {
"type": "string"
},
"custom_label": {
"maxLength": 25,
"minLength": 3,
"type": "string"
},
"id": {
"minimum": 1,
"type": "integer"
},
"label": {
"type": "string"
},
"latitude": {
"pattern": "^[-+]?([1-8]?\\d(\\.\\d+)?|90(\\.0+)?),\\s*[-+]?(180(\\.0+)?|((1[0-7]\\d)|([1-9]?\\d))(\\.\\d+)?)$",
"type": "string"
},
"longitude": {
"pattern": "^[-+]?([1-8]?\\d(\\.\\d+)?|90(\\.0+)?),\\s*[-+]?(180(\\.0+)?|((1[0-7]\\d)|([1-9]?\\d))(\\.\\d+)?)$",
"type": "string"
},
"metrics": {
"items": {
"$ref": "#/definitions/DefaultMetric_378",
"type": "object"
},
"type": "array"
}
},
"required": [
"additional_label",
"custom_label",
"id",
"label",
"latitude",
"longitude",
"metrics"
],
"title": "ExternalItem - StationExternalItem",
"type": "object"
}
},
"description": "Automatically generated",
"properties": {
"external_account": {
"additionalProperties": false,
"properties": {
"external_items": {
"items": {
"$ref": "#/definitions/StationExternalItem_379",
"type": "object"
},
"type": "array"
},
"id": {
"minimum": 1,
"type": "integer"
},
"label": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"provider": {
"enum": [
"sencrop"
],
"type": "string"
},
"shared": {
"type": "boolean"
},
"type": {
"enum": [
"station"
],
"type": "string"
}
},
"required": [
"external_items",
"id",
"label",
"provider",
"shared",
"type"
],
"type": "object"
}
},
"required": [
"external_account"
],
"title": "ExternalAccount - DefaultExternalAccount",
"type": "object"
}
{
"external_account": {
"external_items": [
{
"additional_label": "cupidat",
"custom_label": "esse dolore ",
"id": 12024993,
"label": "aliquip eu commodo laborum",
"latitude": "+90, 180",
"longitude": "+90.000000000, \u2028 \f \t\r-180",
"metrics": [
{
"metric": "deserunt culpa elit eu sint"
},
{
"metric": "Lorem cu"
}
]
},
{
"additional_label": "mag",
"custom_label": "anim irure eu adipisic",
"id": 15659439,
"label": "et dolore",
"latitude": "90, vv 101.175866032",
"longitude": "-90.00, -180",
"metrics": [
{
"metric": "Duis ullamco"
},
{
"metric": "minim elit"
},
{
"metric": "veniam reprehenderit"
},
{
"metric": "culpa"
}
]
},
{
"additional_label": "laborum consectetur Duis ut",
"custom_label": "nisi est officia incidi",
"id": 75509300,
"label": "ex",
"latitude": "90, \u2028 +180.00000000",
"longitude": "-90,\u2028\u2029180.00000",
"metrics": [
{
"metric": "ut commodo id Duis"
}
]
},
{
"additional_label": "mollit in deserunt labore",
"custom_label": "ea ",
"id": 80452571,
"label": "aliquip Excepteur",
"latitude": "-90.00000000,\t +180",
"longitude": "90, +139.68995",
"metrics": [
{
"metric": "voluptate Duis"
},
{
"metric": "esse proident"
},
{
"metric": "cupidatat occaecat"
},
{
"metric": "ea nulla enim nisi exerci"
},
{
"metric": "in tempor est culpa aute"
}
]
}
],
"id": 10467433,
"label": null,
"provider": "sencrop",
"shared": false,
"type": "station"
}
}