Validations history

Validation #283

Failure

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

  • The property '#/0/radarImageDate' of type integer did not match the following type: string in schema 6f224e94-eff0-532c-a46a-b093171b50c3

JSON Schema

{
  "description": "Automatically generated (please edit me)",
  "items": {
    "additionalProperties": false,
    "properties": {
      "radarImageDate": {
        "format": "datetime",
        "type": "string"
      },
      "radarImageEnveloppe": {
        "type": "string"
      },
      "radarImageURL": {
        "format": "uri",
        "type": "string"
      }
    },
    "required": [
      "radarImageDate",
      "radarImageEnveloppe",
      "radarImageURL"
    ],
    "type": "object"
  },
  "title": "RadarImage - DefaultRadarImage",
  "type": "array"
}

JSON instance

[
  {
    "radarImageDate": 1,
    "radarImageEnveloppe": "dolor incididunt do",
    "radarImageURL": "http://WGpN8tkoeN3"
  }
]

Validation #282

Failure

The input JSON instance is not a valid JSON text (RFC 7159).

  • parse_error

JSON Schema

{
  "description": "Automatically generated (please edit me)",
  "items": {
    "additionalProperties": false,
    "properties": {
      "radarImageDate": {
        "format": "datetime",
        "type": "string"
      },
      "radarImageEnveloppe": {
        "type": "string"
      },
      "radarImageURL": {
        "format": "uri",
        "type": "string"
      }
    },
    "required": [
      "radarImageDate",
      "radarImageEnveloppe",
      "radarImageURL"
    ],
    "type": "object"
  },
  "title": "RadarImage - DefaultRadarImage",
  "type": "array"
}

JSON instance

[
  {
    "radarImageDate": ,
    "radarImageEnveloppe": "dolor incididunt do",
    "radarImageURL": "http://WGpN8tkoeN3"
  }
]

Validation #281

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "description": "Automatically generated (please edit me)",
  "items": {
    "additionalProperties": false,
    "properties": {
      "radarImageDate": {
        "format": "datetime",
        "type": "string"
      },
      "radarImageEnveloppe": {
        "type": "string"
      },
      "radarImageURL": {
        "format": "uri",
        "type": "string"
      }
    },
    "required": [
      "radarImageDate",
      "radarImageEnveloppe",
      "radarImageURL"
    ],
    "type": "object"
  },
  "title": "RadarImage - DefaultRadarImage",
  "type": "array"
}

JSON instance

[
  {
    "radarImageDate": "",
    "radarImageEnveloppe": "dolor incididunt do",
    "radarImageURL": "http://WGpN8tkoeN3"
  }
]

Validation #280

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "description": "Automatically generated (please edit me)",
  "items": {
    "additionalProperties": false,
    "properties": {
      "radarImageDate": {
        "format": "datetime",
        "type": "string"
      },
      "radarImageEnveloppe": {
        "type": "string"
      },
      "radarImageURL": {
        "format": "uri",
        "type": "string"
      }
    },
    "required": [
      "radarImageDate",
      "radarImageEnveloppe",
      "radarImageURL"
    ],
    "type": "object"
  },
  "title": "RadarImage - DefaultRadarImage",
  "type": "array"
}

JSON instance

[
  {
    "radarImageDate": "198-07-0Z",
    "radarImageEnveloppe": "dolor incididunt do",
    "radarImageURL": "http://WGpN8tkoeN3"
  }
]

Validation #279

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "description": "Automatically generated (please edit me)",
  "items": {
    "additionalProperties": false,
    "properties": {
      "radarImageDate": {
        "format": "datetime",
        "type": "string"
      },
      "radarImageEnveloppe": {
        "type": "string"
      },
      "radarImageURL": {
        "format": "uri",
        "type": "string"
      }
    },
    "required": [
      "radarImageDate",
      "radarImageEnveloppe",
      "radarImageURL"
    ],
    "type": "object"
  },
  "title": "RadarImage - DefaultRadarImage",
  "type": "array"
}

JSON instance

[
  {
    "radarImageDate": "198-07-02T19:42:57.007Z",
    "radarImageEnveloppe": "dolor incididunt do",
    "radarImageURL": "http://WGpN8tkoeN3"
  }
]

Validation #278

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "description": "Automatically generated (please edit me)",
  "items": {
    "additionalProperties": false,
    "properties": {
      "radarImageDate": {
        "format": "datetime",
        "type": "string"
      },
      "radarImageEnveloppe": {
        "type": "string"
      },
      "radarImageURL": {
        "format": "uri",
        "type": "string"
      }
    },
    "required": [
      "radarImageDate",
      "radarImageEnveloppe",
      "radarImageURL"
    ],
    "type": "object"
  },
  "title": "RadarImage - DefaultRadarImage",
  "type": "array"
}

JSON instance

[
  {
    "radarImageDate": "1982-07-02T19:42:57.007Z",
    "radarImageEnveloppe": "dolor incididunt do",
    "radarImageURL": "http://WGpN8tkoeN3"
  }
]

Validation #277

Failure

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

  • The property '#/commodity_id' value "A A" did not match the regex '^[A-Z]+$' in schema 4fb0f477-3b2f-5082-99cb-45785f47f451

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultActiveprice_297": {
      "additionalProperties": false,
      "description": "Automatically generated",
      "properties": {
        "threshold": {
          "minimum": 0,
          "type": "number"
        },
        "type": {
          "enum": [
            "seuil"
          ],
          "type": "string"
        }
      },
      "required": [
        "threshold",
        "type"
      ],
      "title": "ActivePrice - DefaultActiveprice",
      "type": "object"
    }
  },
  "properties": {
    "active_price": {
      "$ref": "#/definitions/DefaultActiveprice_297",
      "type": "object"
    },
    "commodity_id": {
      "maxLength": 8,
      "minLength": 3,
      "pattern": "^[A-Z]+$",
      "type": "string"
    },
    "currency": {
      "enum": [
        "$/t",
        "¢/b",
        "€/t"
      ],
      "type": "string"
    },
    "language": {
      "description": "Default value : fr-fr",
      "pattern": "^[A-Za-z]{1,8}(-[A-Za-z0-9]{1,8})*$",
      "type": "string"
    },
    "market_id": {
      "enum": [
        "CBOT",
        "ENC"
      ],
      "type": "string"
    },
    "maturity_id": {
      "pattern": "^[A-Z]{1}[a-z]{2}[0-9]{2}$",
      "type": "string"
    },
    "mode": {
      "type": "string"
    }
  },
  "required": [
    "active_price",
    "commodity_id",
    "currency",
    "market_id",
    "maturity_id",
    "mode"
  ],
  "title": "MarketAlert - NewMarketAlert",
  "type": "object"
}

JSON instance

{
  "active_price": {
    "threshold": 96989358.2670292,
    "type": "seuil"
  },
  "commodity_id": "A A",
  "currency": "€/t",
  "market_id": "ENC",
  "maturity_id": "Ewe05",
  "mode": "culpa sit do et"
}

Validation #276

Failure

The input JSON instance is not a valid JSON text (RFC 7159).

  • parse_error

JSON Schema

{
  "additionalProperties": false,
  "description": "Automatically generated (please edit me)",
  "properties": {},
  "title": "ServiceTopNews - DefaultServiceTopNews",
  "type": "object"
}

JSON instance

Validation #275

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "definitions": {
    "DefaultComment_761": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "author_avatar_url": {
          "pattern": "^https://picsum\\.photos/200/300/\\?random&rdmparam=[0-9a-z]{1,5}$",
          "type": "string"
        },
        "author_name": {
          "type": "string"
        },
        "can_update": {
          "type": "boolean"
        },
        "cid": {
          "type": "string"
        },
        "creation_date": {
          "format": "datetime",
          "type": "string"
        },
        "text": {
          "type": "string"
        }
      },
      "required": [
        "author_avatar_url",
        "author_name",
        "can_update",
        "cid",
        "creation_date",
        "text"
      ],
      "title": "Comment - DefaultComment",
      "type": "object"
    },
    "ShortGroup_760": {
      "additionalProperties": false,
      "properties": {
        "cover": {
          "pattern": "^https://picsum\\.photos/200/300/\\?random&rdmparam=[0-9a-z]{1,5}$",
          "type": "string"
        },
        "logo": {
          "pattern": "^https://picsum\\.photos/200/300/\\?random&rdmparam=[0-9a-z]{1,5}$",
          "type": "string"
        },
        "members_count": {
          "type": "integer"
        },
        "nid": {
          "type": "string"
        },
        "show_on_registration": {
          "type": "boolean"
        },
        "status": {
          "type": "string"
        },
        "title": {
          "type": "string"
        },
        "type": {
          "enum": [
            "og_societe",
            "og_activite"
          ],
          "type": "string"
        },
        "user_status": {
          "maximum": 1,
          "minimum": 0,
          "type": "integer"
        }
      },
      "required": [
        "cover",
        "logo",
        "members_count",
        "nid",
        "show_on_registration",
        "status",
        "title",
        "type",
        "user_status"
      ],
      "title": "Group - ShortGroup",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "items": {
    "additionalProperties": false,
    "properties": {
      "category": {
        "oneOf": [
          {
            "type": "string"
          },
          {
            "type": "null"
          }
        ]
      },
      "comments": {
        "oneOf": [
          {
            "items": {
              "$ref": "#/definitions/DefaultComment_761",
              "type": "object"
            },
            "type": "array"
          },
          {
            "type": "null"
          }
        ]
      },
      "content": {
        "oneOf": [
          {
            "type": "string"
          },
          {
            "type": "null"
          }
        ]
      },
      "cover": {
        "oneOf": [
          {
            "pattern": "^https://picsum\\.photos/200/300/\\?random&rdmparam=[0-9a-z]{1,5}$",
            "type": "string"
          },
          {
            "type": "null"
          }
        ]
      },
      "created": {
        "type": "string"
      },
      "group": {
        "$ref": "#/definitions/ShortGroup_760",
        "type": "object"
      },
      "liked": {
        "type": "boolean"
      },
      "nid": {
        "type": "string"
      },
      "number_of_likes": {
        "type": "integer"
      },
      "short_content": {
        "oneOf": [
          {
            "type": "string"
          },
          {
            "type": "null"
          }
        ]
      },
      "title": {
        "type": "string"
      },
      "type": {
        "description": "0 = Event\r\n1 = News\r\n2 = Good Deal\r\n3 = Topic",
        "maximum": 3,
        "minimum": 0,
        "type": "integer"
      },
      "url": {
        "oneOf": [
          {
            "pattern": "^https://preprod\\.cyg-icade\\.com/[A-Za-z0-9_\\-\\.]+$",
            "type": "string"
          },
          {
            "type": "null"
          }
        ]
      }
    },
    "required": [
      "category",
      "comments",
      "content",
      "cover",
      "created",
      "group",
      "liked",
      "nid",
      "number_of_likes",
      "short_content",
      "title",
      "type",
      "url"
    ],
    "type": "object"
  },
  "title": "Content - News",
  "type": "array"
}

JSON instance

[
  {
    "category": "deserunt culpa proident",
    "comments": null,
    "content": "ut",
    "cover": "https://picsum.photos/200/300/?random&rdmparam=1m27",
    "created": "in culpa in anim exercitation",
    "group": {
      "cover": "https://picsum.photos/200/300/?random&rdmparam=xru",
      "logo": "https://picsum.photos/200/300/?random&rdmparam=ypj3b",
      "members_count": -26030993,
      "nid": "mollit",
      "show_on_registration": false,
      "status": "cillum aute officia Excepteur voluptate",
      "title": "et",
      "type": "og_societe",
      "user_status": 0
    },
    "liked": true,
    "nid": "veniam fugiat reprehenderit",
    "number_of_likes": -90236048,
    "short_content": "in proident eu velit",
    "title": "consectetur nulla",
    "type": 2,
    "url": null
  }
]

Validation #274

Failure

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

  • The property '#/customName' value "Lp{L}p{L}--" did not match the regex '^[A-Z](\p{L}|-)+$' in schema 31f8412c-13e5-5797-9c1b-064f1c8d53d4
  • The property '#/label' value "V-p{L}-p{L}" did not match the regex '^[A-Z](\p{L}|-)+$' in schema 31f8412c-13e5-5797-9c1b-064f1c8d53d4
  • The property '#/rain/cumulative3' of type null did not match the following type: number in schema 31f8412c-13e5-5797-9c1b-064f1c8d53d4#

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultHumidityMeasure_388": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "commercialId": {
          "pattern": "^[A-Z0-9\\-_]*$",
          "type": "string"
        },
        "currentValue": {
          "maximum": 70,
          "minimum": 30,
          "type": "number"
        }
      },
      "required": [
        "commercialId",
        "currentValue"
      ],
      "title": "HumidityMeasure - DefaultHumidityMeasure",
      "type": "object"
    },
    "DefaultRainMeasure_387": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "commercialId": {
          "pattern": "^[A-Z0-9\\-_]*$",
          "type": "string"
        },
        "cumulative1": {
          "maximum": 2,
          "minimum": 0,
          "type": "number"
        },
        "cumulative2": {
          "maximum": 2,
          "minimum": 0,
          "type": "number"
        },
        "cumulative3": {
          "maximum": -11,
          "minimum": 0,
          "type": "number"
        },
        "currentValue": {
          "maximum": 2,
          "minimum": 0,
          "type": "number"
        }
      },
      "required": [
        "commercialId",
        "cumulative1",
        "cumulative2",
        "cumulative3",
        "currentValue"
      ],
      "title": "RainMeasure - DefaultRainMeasure",
      "type": "object"
    },
    "DefaultTemperatureMeasure_386": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "MaxValue": {
          "maximum": 40,
          "minimum": -15,
          "type": "number"
        },
        "commercialId": {
          "pattern": "^[A-Z0-9\\-_]*$",
          "type": "string"
        },
        "currentValue": {
          "maximum": 40,
          "minimum": -15,
          "type": "number"
        },
        "minValue": {
          "maximum": 40,
          "minimum": -15,
          "type": "number"
        }
      },
      "required": [
        "MaxValue",
        "commercialId",
        "currentValue",
        "minValue"
      ],
      "title": "TemperatureMeasure - DefaultTemperatureMeasure",
      "type": "object"
    },
    "DefaultWindMeasure_389": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "commercialId": {
          "pattern": "^[A-Z0-9\\-_]*$",
          "type": "string"
        },
        "currentValue": {
          "maximum": 30,
          "minimum": 5,
          "type": "number"
        },
        "direction": {
          "enum": [
            "N",
            "NNE",
            "NE",
            "ENE",
            "E",
            "ESE",
            "SE",
            "SSE",
            "S",
            "SSW",
            "SW",
            "WSW",
            "W",
            "WNW",
            "NW",
            "NNW"
          ],
          "type": "string"
        },
        "gust": {
          "maximum": 60,
          "minimum": 25,
          "type": "number"
        },
        "gustDirection": {
          "enum": [
            "N",
            "NNE",
            "NE",
            "ENE",
            "E",
            "ESE",
            "SE",
            "SSE",
            "S",
            "SSW",
            "SW",
            "WSW",
            "W",
            "WNW",
            "NW",
            "NNW"
          ],
          "type": "string"
        }
      },
      "required": [
        "commercialId",
        "currentValue",
        "direction",
        "gust",
        "gustDirection"
      ],
      "title": "WindMeasure - DefaultWindMeasure",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "altitude": {
      "maximum": 2500,
      "minimum": 300,
      "type": "integer"
    },
    "customName": {
      "pattern": "^[A-Z](\\p{L}|-)+$",
      "type": "string"
    },
    "hidden": {
      "maximum": 1,
      "minimum": 0,
      "type": "integer"
    },
    "humidity": {
      "$ref": "#/definitions/DefaultHumidityMeasure_388",
      "type": "object"
    },
    "label": {
      "pattern": "^[A-Z](\\p{L}|-)+$",
      "type": "string"
    },
    "lastUpdateDate": {
      "format": "datetime",
      "type": "string"
    },
    "latitude": {
      "maximum": 90,
      "minimum": -90,
      "type": "number"
    },
    "longitude": {
      "maximum": 180,
      "minimum": -180,
      "type": "number"
    },
    "monitoringStationId": {
      "pattern": "^[A-Z0-9\\-_]*$",
      "type": "string"
    },
    "position": {
      "type": "integer"
    },
    "rain": {
      "$ref": "#/definitions/DefaultRainMeasure_387",
      "type": "object"
    },
    "temperature": {
      "$ref": "#/definitions/DefaultTemperatureMeasure_386",
      "type": "object"
    },
    "userId": {
      "maximum": 10000,
      "minimum": 0,
      "type": "integer"
    },
    "wind": {
      "$ref": "#/definitions/DefaultWindMeasure_389",
      "type": "object"
    }
  },
  "required": [
    "altitude",
    "customName",
    "hidden",
    "humidity",
    "label",
    "lastUpdateDate",
    "latitude",
    "longitude",
    "monitoringStationId",
    "position",
    "rain",
    "temperature",
    "userId",
    "wind"
  ],
  "title": "StationMeasure - DefaultStationMeasure",
  "type": "object"
}

JSON instance

{
  "altitude": 561,
  "customName": "Lp{L}p{L}--",
  "hidden": 0,
  "humidity": {
    "commercialId": "",
    "currentValue": 60.14811057138096
  },
  "label": "V-p{L}-p{L}",
  "lastUpdateDate": "1973-04-06T11:52:10.247Z",
  "latitude": 35.793184655793496,
  "longitude": 65.9856461158688,
  "monitoringStationId": "XUWG_P",
  "position": -59674571,
  "rain": {
    "commercialId": "J79",
    "cumulative1": 0.7102751754232668,
    "cumulative2": 1.8421243623659467,
    "cumulative3": null,
    "currentValue": 1.1028777153614926
  },
  "temperature": {
    "MaxValue": 10.072873343199497,
    "commercialId": "WII5",
    "currentValue": 1.5751561753774084,
    "minValue": 35.38682522599816
  },
  "userId": 8387,
  "wind": {
    "commercialId": "QZN0YX10W",
    "currentValue": 18.766263370649902,
    "direction": "S",
    "gust": 27.83163103442252,
    "gustDirection": "ENE"
  }
}