Validations history

Validation #162

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/DynamicScale/Legend' of type object did not match the following type: array in schema ed886fe8-5fff-5946-a2ae-6d1093873ec0#

JSON Schema

{
  "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"
}

JSON instance

{
  "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"
}

Validation #161

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/DynamicScale' contains additional properties ["ImageUrl"] outside of the schema when none are allowed in schema d087d40a-8266-57e8-b7d7-c33a3b5a96b2#
  • The property '#/DynamicScale/Legend' of type object did not match the following type: array in schema d087d40a-8266-57e8-b7d7-c33a3b5a96b2#
  • The property '#/DynamicScale' did not contain a required property of 'ImageURL' in schema d087d40a-8266-57e8-b7d7-c33a3b5a96b2#
  • The property '#/FixedScale/0' contains additional properties ["ImageUrl"] outside of the schema when none are allowed in schema d087d40a-8266-57e8-b7d7-c33a3b5a96b2#
  • The property '#/FixedScale/0' did not contain a required property of 'ImageURL' in schema d087d40a-8266-57e8-b7d7-c33a3b5a96b2#

JSON Schema

{
  "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"
}

JSON instance

{
  "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"
}

Validation #160

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/0' contains additional properties ["IdUserSfl"] outside of the schema when none are allowed in schema 32525783-6c21-5188-a29d-49e6570c506c
  • The property '#/0' did not contain a required property of 'IdUsrSfl' in schema 32525783-6c21-5188-a29d-49e6570c506c

JSON Schema

{
  "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"
}

JSON instance

[
  {
    "CorporateName": "string",
    "CustomerNumber": 0,
    "IdUserSfl": "string",
    "VigourWarnings": 0
  }
]

Validation #159

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/0' contains additional properties ["IdUserSfl", "CustomerNumber", "CorporateName", "VigourWarnings"] outside of the schema when none are allowed in schema f958966c-c433-59f8-8569-b6bed0ef041f
  • The property '#/0' did not contain a required property of 'corporateName' in schema f958966c-c433-59f8-8569-b6bed0ef041f
  • The property '#/0' did not contain a required property of 'customerNumber' in schema f958966c-c433-59f8-8569-b6bed0ef041f
  • The property '#/0' did not contain a required property of 'idUsrSfl' in schema f958966c-c433-59f8-8569-b6bed0ef041f
  • The property '#/0' did not contain a required property of 'vigourWarnings' in schema f958966c-c433-59f8-8569-b6bed0ef041f

JSON Schema

{
  "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"
}

JSON instance

[
  {
    "CorporateName": "string",
    "CustomerNumber": 0,
    "IdUserSfl": "string",
    "VigourWarnings": 0
  }
]

Validation #158

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/' contains additional properties ["label", "points"] outside of the schema when none are allowed in schema 6c840cc6-628d-58cf-8f6e-a042824ed59e
  • The property '#/' did not contain a required property of 'campaigns' in schema 6c840cc6-628d-58cf-8f6e-a042824ed59e
  • The property '#/' did not contain a required property of 'customerNumber' in schema 6c840cc6-628d-58cf-8f6e-a042824ed59e
  • The property '#/' did not contain a required property of 'idSoilOccupation' in schema 6c840cc6-628d-58cf-8f6e-a042824ed59e
  • The property '#/' did not contain a required property of 'idUserSfl' in schema 6c840cc6-628d-58cf-8f6e-a042824ed59e

JSON Schema

{
  "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"
}

JSON instance

{
  "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
    }
  ]
}

Validation #157

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/dynamicScale' contains additional properties ["legendUrl", "imageUrl"] outside of the schema when none are allowed in schema e4062297-9680-55e5-98eb-84cdf2ea36fe#
  • The property '#/dynamicScale' did not contain a required property of 'imageURL' in schema e4062297-9680-55e5-98eb-84cdf2ea36fe#
  • The property '#/dynamicScale' did not contain a required property of 'legend' in schema e4062297-9680-55e5-98eb-84cdf2ea36fe#
  • The property '#/dynamicScale' did not contain a required property of 'maxNDVI' in schema e4062297-9680-55e5-98eb-84cdf2ea36fe#
  • The property '#/dynamicScale' did not contain a required property of 'minNDVI' in schema e4062297-9680-55e5-98eb-84cdf2ea36fe#
  • The property '#/fixedScale' of type null did not match the following type: array in schema e4062297-9680-55e5-98eb-84cdf2ea36fe

JSON Schema

{
  "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"
}

JSON instance

{
  "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"
}

Validation #156

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/0' contains additional properties ["refDate"] outside of the schema when none are allowed in schema 2a9b9594-b4bf-5f52-a9ea-d331cb925efb
  • The property '#/0/vigour' of type string did not match the following type: integer in schema 2a9b9594-b4bf-5f52-a9ea-d331cb925efb
  • The property '#/0' did not contain a required property of 'avgNDVI' in schema 2a9b9594-b4bf-5f52-a9ea-d331cb925efb
  • The property '#/0' did not contain a required property of 'cropIcon' in schema 2a9b9594-b4bf-5f52-a9ea-d331cb925efb
  • The property '#/0' did not contain a required property of 'previousCrop' in schema 2a9b9594-b4bf-5f52-a9ea-d331cb925efb
  • The property '#/0' did not contain a required property of 'startDate' in schema 2a9b9594-b4bf-5f52-a9ea-d331cb925efb
  • The property '#/0' did not contain a required property of 'vigourLabel' in schema 2a9b9594-b4bf-5f52-a9ea-d331cb925efb

JSON Schema

{
  "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"
}

JSON instance

[
  {
    "crop": "string",
    "fieldGeography": "string",
    "fieldName": "string",
    "idSoilOccupation": 0,
    "refDate": "string",
    "trend": "string",
    "variety": "string",
    "vigour": "string",
    "vigourRefDate": "string"
  }
]

Validation #155

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/' of type array did not match the following type: object in schema 25802e96-765a-53e5-a9a4-d922712241de

JSON Schema

{
  "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"
}

JSON instance

[
  {
    "crop": "string",
    "fieldGeography": "string",
    "fieldName": "string",
    "idSoilOccupation": 0,
    "refDate": "string",
    "trend": "string",
    "variety": "string",
    "vigour": "string",
    "vigourRefDate": "string"
  }
]

Validation #154

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/0' contains additional properties ["vigourWarning", "occupationsInWarning"] outside of the schema when none are allowed in schema f958966c-c433-59f8-8569-b6bed0ef041f
  • The property '#/0' did not contain a required property of 'idUsrSfl' in schema f958966c-c433-59f8-8569-b6bed0ef041f
  • The property '#/0' did not contain a required property of 'vigourWarnings' in schema f958966c-c433-59f8-8569-b6bed0ef041f

JSON Schema

{
  "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"
}

JSON instance

[
  {
    "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
  }
]

Validation #153

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/external_account/external_items/0/latitude' value "+90,    180" did not match the regex '^[-+]?([1-8]?\d(\.\d+)?|90(\.0+)?),\s*[-+]?(180(\.0+)?|((1[0-7]\d)|([1-9]?\d))(\.\d+)?)$' in schema 3876789d-0d50-5642-8b58-f4e5828e8947#
  • The property '#/external_account/external_items/0/longitude' value "+90.000000000, \u2028 \f   \t\r-180" did not match the regex '^[-+]?([1-8]?\d(\.\d+)?|90(\.0+)?),\s*[-+]?(180(\.0+)?|((1[0-7]\d)|([1-9]?\d))(\.\d+)?)$' in schema 3876789d-0d50-5642-8b58-f4e5828e8947#
  • The property '#/external_account/external_items/1/latitude' value "90, vv 101.175866032" did not match the regex '^[-+]?([1-8]?\d(\.\d+)?|90(\.0+)?),\s*[-+]?(180(\.0+)?|((1[0-7]\d)|([1-9]?\d))(\.\d+)?)$' in schema 3876789d-0d50-5642-8b58-f4e5828e8947#
  • The property '#/external_account/external_items/1/longitude' value "-90.00,     -180" did not match the regex '^[-+]?([1-8]?\d(\.\d+)?|90(\.0+)?),\s*[-+]?(180(\.0+)?|((1[0-7]\d)|([1-9]?\d))(\.\d+)?)$' in schema 3876789d-0d50-5642-8b58-f4e5828e8947#
  • The property '#/external_account/external_items/2/latitude' value "90,    \u2028 +180.00000000" did not match the regex '^[-+]?([1-8]?\d(\.\d+)?|90(\.0+)?),\s*[-+]?(180(\.0+)?|((1[0-7]\d)|([1-9]?\d))(\.\d+)?)$' in schema 3876789d-0d50-5642-8b58-f4e5828e8947#
  • The property '#/external_account/external_items/2/longitude' value "-90,\u2028\u2029180.00000" did not match the regex '^[-+]?([1-8]?\d(\.\d+)?|90(\.0+)?),\s*[-+]?(180(\.0+)?|((1[0-7]\d)|([1-9]?\d))(\.\d+)?)$' in schema 3876789d-0d50-5642-8b58-f4e5828e8947#
  • The property '#/external_account/external_items/3/latitude' value "-90.00000000,\t ᠎       +180" did not match the regex '^[-+]?([1-8]?\d(\.\d+)?|90(\.0+)?),\s*[-+]?(180(\.0+)?|((1[0-7]\d)|([1-9]?\d))(\.\d+)?)$' in schema 3876789d-0d50-5642-8b58-f4e5828e8947#
  • The property '#/external_account/external_items/3/longitude' value "90, +139.68995" did not match the regex '^[-+]?([1-8]?\d(\.\d+)?|90(\.0+)?),\s*[-+]?(180(\.0+)?|((1[0-7]\d)|([1-9]?\d))(\.\d+)?)$' in schema 3876789d-0d50-5642-8b58-f4e5828e8947#

JSON Schema

{
  "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"
}

JSON instance

{
  "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"
  }
}