Validations history

Validation #749

Success

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

JSON Schema

{
  "items": {
    "additionalProperties": false,
    "properties": {
      "creationDate": {
        "format": "date",
        "type": "string"
      },
      "defaultRecipientStockroom": {
        "type": "string"
      },
      "documentNumber": {
        "type": "integer"
      },
      "documentType": {
        "enum": [
          "ALF",
          "TRV"
        ],
        "type": "string"
      },
      "id": {
        "description": "= type + document number\r\nex : ALF-352",
        "type": "string"
      },
      "internalReference": {
        "type": "string"
      },
      "supplierName": {
        "type": "string"
      }
    },
    "required": [
      "creationDate",
      "defaultRecipientStockroom",
      "documentNumber",
      "documentType",
      "id",
      "supplierName"
    ],
    "type": "object"
  },
  "title": "documentDetail - DocumentMacroALF",
  "type": "array"
}

JSON instance

[
  {
    "creationDate": "2019-12-12",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100682,
    "documentType": "ALF",
    "id": "ALF-100682",
    "internalReference": "ALF_MLE_12122019_02",
    "supplierName": "000000000005F"
  },
  {
    "creationDate": "2019-12-12",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100681,
    "documentType": "ALF",
    "id": "ALF-100681",
    "internalReference": "ALF_MLE_12122019_01",
    "supplierName": "000000000005F"
  },
  {
    "creationDate": "2019-12-11",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100678,
    "documentType": "ALF",
    "id": "ALF-100678",
    "internalReference": "foctest",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-12-11",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100675,
    "documentType": "ALF",
    "id": "ALF-100675",
    "internalReference": "TESTTICKET493_01",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-12-11",
    "defaultRecipientStockroom": "109",
    "documentNumber": 100677,
    "documentType": "ALF",
    "id": "ALF-100677",
    "internalReference": "TESTTICKET493_03_DEP9",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-12-05",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100668,
    "documentType": "ALF",
    "id": "ALF-100668",
    "internalReference": "",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-18",
    "defaultRecipientStockroom": "109",
    "documentNumber": 100660,
    "documentType": "ALF",
    "id": "ALF-100660",
    "internalReference": "ALF_RHU_TRACALO_DEP109",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-18",
    "defaultRecipientStockroom": "106",
    "documentNumber": 100661,
    "documentType": "ALF",
    "id": "ALF-100661",
    "internalReference": "ALF_RHU_TRACALC_DEPOT109",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-13",
    "defaultRecipientStockroom": "109",
    "documentNumber": 100652,
    "documentType": "ALF",
    "id": "ALF-100652",
    "internalReference": "ALF_MSAREFONTE_RHU_13112021",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100615,
    "documentType": "ALF",
    "id": "ALF-100615",
    "internalReference": "ALF_RX_20191108111320",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100623,
    "documentType": "ALF",
    "id": "ALF-100623",
    "internalReference": "ALF_RX_20191108113600",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100638,
    "documentType": "ALF",
    "id": "ALF-100638",
    "internalReference": "TEST_1",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100613,
    "documentType": "ALF",
    "id": "ALF-100613",
    "internalReference": "ALF_RX_20191108110739",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100621,
    "documentType": "ALF",
    "id": "ALF-100621",
    "internalReference": "ALF_RX_20191108113054",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100630,
    "documentType": "ALF",
    "id": "ALF-100630",
    "internalReference": "ALF_RX_20191108122245",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100611,
    "documentType": "ALF",
    "id": "ALF-100611",
    "internalReference": "ALF_RX_20191108110131",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100619,
    "documentType": "ALF",
    "id": "ALF-100619",
    "internalReference": "ALF_RX_20191108112450",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100628,
    "documentType": "ALF",
    "id": "ALF-100628",
    "internalReference": "ALF_RX_20191108121807",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100609,
    "documentType": "ALF",
    "id": "ALF-100609",
    "internalReference": "ALF_RX_20191108105223",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100617,
    "documentType": "ALF",
    "id": "ALF-100617",
    "internalReference": "ALF_RX_20191108111927",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100624,
    "documentType": "ALF",
    "id": "ALF-100624",
    "internalReference": "ALF_RX_20191108113855",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100614,
    "documentType": "ALF",
    "id": "ALF-100614",
    "internalReference": "ALF_RX_20191108111051",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100622,
    "documentType": "ALF",
    "id": "ALF-100622",
    "internalReference": "ALF_RX_20191108113327",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100631,
    "documentType": "ALF",
    "id": "ALF-100631",
    "internalReference": "ALF_RX_20191108122430",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100612,
    "documentType": "ALF",
    "id": "ALF-100612",
    "internalReference": "ALF_RX_20191108110417",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100620,
    "documentType": "ALF",
    "id": "ALF-100620",
    "internalReference": "ALF_RX_20191108112801",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100629,
    "documentType": "ALF",
    "id": "ALF-100629",
    "internalReference": "ALF_RX_20191108122028",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100610,
    "documentType": "ALF",
    "id": "ALF-100610",
    "internalReference": "ALF_RX_20191108105501",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100618,
    "documentType": "ALF",
    "id": "ALF-100618",
    "internalReference": "ALF_RX_20191108112152",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100626,
    "documentType": "ALF",
    "id": "ALF-100626",
    "internalReference": "ALF_RX_20191108121138",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-08",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100608,
    "documentType": "ALF",
    "id": "ALF-100608",
    "internalReference": "ALF_RX_20191108104901",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-07",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100599,
    "documentType": "ALF",
    "id": "ALF-100599",
    "internalReference": "ALF_RX_20191107145136",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-07",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100606,
    "documentType": "ALF",
    "id": "ALF-100606",
    "internalReference": "ALF_RX_20191107152059",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-07",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100595,
    "documentType": "ALF",
    "id": "ALF-100595",
    "internalReference": "",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-07",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100604,
    "documentType": "ALF",
    "id": "ALF-100604",
    "internalReference": "ALF_RX_20191107151320",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-07",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100592,
    "documentType": "ALF",
    "id": "ALF-100592",
    "internalReference": "",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-07",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100602,
    "documentType": "ALF",
    "id": "ALF-100602",
    "internalReference": "ALF_RX_20191107150856",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-07",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100600,
    "documentType": "ALF",
    "id": "ALF-100600",
    "internalReference": "ALF_RX_20191107145910",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-07",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100607,
    "documentType": "ALF",
    "id": "ALF-100607",
    "internalReference": "ALF_RX_20191107152329",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-07",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100596,
    "documentType": "ALF",
    "id": "ALF-100596",
    "internalReference": "DAMIEN_TEST_RX_ALF",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-07",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100605,
    "documentType": "ALF",
    "id": "ALF-100605",
    "internalReference": "ALF_RX_20191107151724",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-07",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100593,
    "documentType": "ALF",
    "id": "ALF-100593",
    "internalReference": "ALF_RX_20191107143330",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-07",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100603,
    "documentType": "ALF",
    "id": "ALF-100603",
    "internalReference": "ALF_RX_20191107151109",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-07",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100591,
    "documentType": "ALF",
    "id": "ALF-100591",
    "internalReference": "",
    "supplierName": "000000000005F"
  },
  {
    "creationDate": "2019-11-07",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100601,
    "documentType": "ALF",
    "id": "ALF-100601",
    "internalReference": "ALF_RX_20191107150214",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-05",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100586,
    "documentType": "ALF",
    "id": "ALF-100586",
    "internalReference": "00000840889",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-04",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100342,
    "documentType": "ALF",
    "id": "ALF-100342",
    "internalReference": "00000838542",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-04",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100350,
    "documentType": "ALF",
    "id": "ALF-100350",
    "internalReference": "19370127001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-04",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100340,
    "documentType": "ALF",
    "id": "ALF-100340",
    "internalReference": "00000838545",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-04",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100348,
    "documentType": "ALF",
    "id": "ALF-100348",
    "internalReference": "19370125002",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-04",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100338,
    "documentType": "ALF",
    "id": "ALF-100338",
    "internalReference": "00000838541",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-04",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100346,
    "documentType": "ALF",
    "id": "ALF-100346",
    "internalReference": "19370116001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-04",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100343,
    "documentType": "ALF",
    "id": "ALF-100343",
    "internalReference": "00000838543",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-04",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100352,
    "documentType": "ALF",
    "id": "ALF-100352",
    "internalReference": "19370161001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-04",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100341,
    "documentType": "ALF",
    "id": "ALF-100341",
    "internalReference": "19370133001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-04",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100349,
    "documentType": "ALF",
    "id": "ALF-100349",
    "internalReference": "19370126001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-04",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100339,
    "documentType": "ALF",
    "id": "ALF-100339",
    "internalReference": "00000838544",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-04",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100347,
    "documentType": "ALF",
    "id": "ALF-100347",
    "internalReference": "19370125001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-04",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100345,
    "documentType": "ALF",
    "id": "ALF-100345",
    "internalReference": "19370115001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-11-04",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100353,
    "documentType": "ALF",
    "id": "ALF-100353",
    "internalReference": "PUIMFI001900990",
    "supplierName": "PUI"
  },
  {
    "creationDate": "2019-10-31",
    "defaultRecipientStockroom": "100",
    "documentNumber": 99942,
    "documentType": "ALF",
    "id": "ALF-99942",
    "internalReference": "19365555001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-31",
    "defaultRecipientStockroom": "100",
    "documentNumber": 99969,
    "documentType": "ALF",
    "id": "ALF-99969",
    "internalReference": "19369030001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-31",
    "defaultRecipientStockroom": "100",
    "documentNumber": 99940,
    "documentType": "ALF",
    "id": "ALF-99940",
    "internalReference": "19365538001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-31",
    "defaultRecipientStockroom": "100",
    "documentNumber": 99960,
    "documentType": "ALF",
    "id": "ALF-99960",
    "internalReference": "19369010001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-31",
    "defaultRecipientStockroom": "100",
    "documentNumber": 99926,
    "documentType": "ALF",
    "id": "ALF-99926",
    "internalReference": "19365556001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-31",
    "defaultRecipientStockroom": "100",
    "documentNumber": 99948,
    "documentType": "ALF",
    "id": "ALF-99948",
    "internalReference": "19368202001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-31",
    "defaultRecipientStockroom": "100",
    "documentNumber": 99972,
    "documentType": "ALF",
    "id": "ALF-99972",
    "internalReference": "19369033001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-31",
    "defaultRecipientStockroom": "100",
    "documentNumber": 99946,
    "documentType": "ALF",
    "id": "ALF-99946",
    "internalReference": "19368200001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-31",
    "defaultRecipientStockroom": "100",
    "documentNumber": 99970,
    "documentType": "ALF",
    "id": "ALF-99970",
    "internalReference": "19369031001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-31",
    "defaultRecipientStockroom": "100",
    "documentNumber": 99941,
    "documentType": "ALF",
    "id": "ALF-99941",
    "internalReference": "19365551001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-31",
    "defaultRecipientStockroom": "100",
    "documentNumber": 99968,
    "documentType": "ALF",
    "id": "ALF-99968",
    "internalReference": "19369029001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-31",
    "defaultRecipientStockroom": "100",
    "documentNumber": 99939,
    "documentType": "ALF",
    "id": "ALF-99939",
    "internalReference": "19365533001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-31",
    "defaultRecipientStockroom": "100",
    "documentNumber": 99959,
    "documentType": "ALF",
    "id": "ALF-99959",
    "internalReference": "19368582001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-31",
    "defaultRecipientStockroom": "100",
    "documentNumber": 99920,
    "documentType": "ALF",
    "id": "ALF-99920",
    "internalReference": "00000837271",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-31",
    "defaultRecipientStockroom": "100",
    "documentNumber": 99973,
    "documentType": "ALF",
    "id": "ALF-99973",
    "internalReference": "19369034001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-31",
    "defaultRecipientStockroom": "100",
    "documentNumber": 99947,
    "documentType": "ALF",
    "id": "ALF-99947",
    "internalReference": "19368201001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-31",
    "defaultRecipientStockroom": "100",
    "documentNumber": 99971,
    "documentType": "ALF",
    "id": "ALF-99971",
    "internalReference": "19369032001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-30",
    "defaultRecipientStockroom": "100",
    "documentNumber": 99645,
    "documentType": "ALF",
    "id": "ALF-99645",
    "internalReference": "19365304001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-25",
    "defaultRecipientStockroom": "100",
    "documentNumber": 98567,
    "documentType": "ALF",
    "id": "ALF-98567",
    "internalReference": "19359717001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-24",
    "defaultRecipientStockroom": "100",
    "documentNumber": 98351,
    "documentType": "ALF",
    "id": "ALF-98351",
    "internalReference": "19357394001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-24",
    "defaultRecipientStockroom": "100",
    "documentNumber": 98349,
    "documentType": "ALF",
    "id": "ALF-98349",
    "internalReference": "19357324001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-24",
    "defaultRecipientStockroom": "100",
    "documentNumber": 98347,
    "documentType": "ALF",
    "id": "ALF-98347",
    "internalReference": "19357322001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-24",
    "defaultRecipientStockroom": "100",
    "documentNumber": 98337,
    "documentType": "ALF",
    "id": "ALF-98337",
    "internalReference": "19356395001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-24",
    "defaultRecipientStockroom": "100",
    "documentNumber": 98352,
    "documentType": "ALF",
    "id": "ALF-98352",
    "internalReference": "19357395001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-24",
    "defaultRecipientStockroom": "100",
    "documentNumber": 98350,
    "documentType": "ALF",
    "id": "ALF-98350",
    "internalReference": "19357325001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-24",
    "defaultRecipientStockroom": "100",
    "documentNumber": 98348,
    "documentType": "ALF",
    "id": "ALF-98348",
    "internalReference": "19357323001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-24",
    "defaultRecipientStockroom": "100",
    "documentNumber": 98345,
    "documentType": "ALF",
    "id": "ALF-98345",
    "internalReference": "19357319001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-23",
    "defaultRecipientStockroom": "100",
    "documentNumber": 98040,
    "documentType": "ALF",
    "id": "ALF-98040",
    "internalReference": "19354169001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-17",
    "defaultRecipientStockroom": "100",
    "documentNumber": 96999,
    "documentType": "ALF",
    "id": "ALF-96999",
    "internalReference": "19348683001",
    "supplierName": "CTL"
  },
  {
    "creationDate": "2019-10-17",
    "defaultRecipientStockroom": "100",
    "documentNumber": 97017,
    "documentType": "ALF",
    "id": "ALF-97017",
    "internalReference": "19349239001",
    "supplierName": "CTL"
  }
]

Validation #748

Success

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

JSON Schema

{
  "items": {
    "additionalProperties": false,
    "properties": {
      "creationDate": {
        "format": "date",
        "type": "string"
      },
      "defaultRecipientStockroom": {
        "type": "string"
      },
      "documentNumber": {
        "type": "integer"
      },
      "documentType": {
        "enum": [
          "ALF",
          "TRV"
        ],
        "type": "string"
      },
      "id": {
        "description": "= type + document number\r\nex : ALF-352",
        "type": "string"
      },
      "internalReference": {
        "type": "string"
      },
      "supplierName": {
        "type": "string"
      }
    },
    "required": [
      "creationDate",
      "defaultRecipientStockroom",
      "documentNumber",
      "documentType",
      "id",
      "supplierName"
    ],
    "type": "object"
  },
  "title": "documentDetail - DocumentMacroALF",
  "type": "array"
}

JSON instance

[
  {
    "creationDate": "2019-12-12",
    "defaultRecipientStockroom": "100",
    "documentNumber": 100682,
    "documentType": "ALF",
    "id": "ALF-100682",
    "internalReference": "ALF_MLE_12122019_02",
    "supplierName": "000000000005F"
  }
]

Validation #747

Failure

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

  • The property '#/assertion' contains additional properties ["descriptionId"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/0' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/0' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/1' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/1' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/2' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/2' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/3' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/3' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/4' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/4' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/5' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/5' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/6' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/6' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/7' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/7' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/8' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/8' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/9' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/9' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/10' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/10' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/11' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/11' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/12' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/12' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/13' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/13' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/14' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/14' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/15' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/15' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/16' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/16' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultAddObservationProposalEvaluation_2061": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "entityId": {
          "type": "integer"
        },
        "nValue": {
          "type": "integer"
        }
      },
      "required": [
        "entityId",
        "nValue"
      ],
      "title": "AddObservationProposalEvaluation - DefaultAddObservationProposalEvaluation",
      "type": "object"
    },
    "DefaultAddObservationProposalInformation_2060": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "image": {
          "type": "string"
        },
        "title": {
          "type": "string"
        }
      },
      "required": [
        "image",
        "title"
      ],
      "title": "AddObservationProposalInformation - DefaultAddObservationProposalInformation",
      "type": "object"
    },
    "DefaultAddObservationProposal_2059": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "effect": {
          "type": "integer"
        },
        "evaluation": {
          "$ref": "#/definitions/DefaultAddObservationProposalEvaluation_2061",
          "type": "object"
        },
        "proposalId": {
          "type": "integer"
        },
        "term": {
          "$ref": "#/definitions/DefaultAddObservationProposalInformation_2060",
          "type": "object"
        }
      },
      "required": [
        "effect",
        "evaluation",
        "proposalId",
        "term"
      ],
      "title": "AddObservationProposal - DefaultAddObservationProposal",
      "type": "object"
    },
    "DefaultAddObservationResponseAssertion_2062": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "text": {
          "type": "string"
        }
      },
      "required": [
        "text"
      ],
      "title": "AddObservationResponseAssertion - DefaultAddObservationResponseAssertion",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "assertion": {
      "$ref": "#/definitions/DefaultAddObservationResponseAssertion_2062",
      "type": "object"
    },
    "exchangeId": {
      "type": "integer"
    },
    "model": {
      "description": "standardChoice => AddObservationStandardChoiceResponse\r\ngroupedChoicewithFamilyFilter => AddObservationGroupedByFamilyResponse",
      "type": "string"
    },
    "proposals": {
      "items": {
        "$ref": "#/definitions/DefaultAddObservationProposal_2059",
        "type": "object"
      },
      "type": "array"
    },
    "type": {
      "description": "conclusion => AddObservationConclusionResponse\r\nbuild sinon",
      "type": "string"
    }
  },
  "required": [
    "assertion",
    "exchangeId",
    "model",
    "proposals",
    "type"
  ],
  "title": "AddObservationExchangeResponse - DefaultAddObservationExchangeResponse",
  "type": "object"
}

JSON instance

{
  "assertion": {
    "descriptionId": 1,
    "text": "Sélection une culture"
  },
  "exchangeId": 1,
  "model": "standardChoice",
  "proposals": [
    {
      "effect": 2,
      "position": 4,
      "property": {
        "entityId": 1,
        "nValue": 120
      },
      "proposalId": 2,
      "term": {
        "image": "6",
        "title": "Orge"
      }
    },
    {
      "effect": 2,
      "position": 5,
      "property": {
        "entityId": 1,
        "nValue": 164
      },
      "proposalId": 3,
      "term": {
        "image": "7",
        "title": "Triticale"
      }
    },
    {
      "effect": 2,
      "position": 6,
      "property": {
        "entityId": 1,
        "nValue": 9
      },
      "proposalId": 4,
      "term": {
        "image": "8",
        "title": "Colza"
      }
    },
    {
      "effect": 2,
      "position": 7,
      "property": {
        "entityId": 1,
        "nValue": 152
      },
      "proposalId": 5,
      "term": {
        "image": "9",
        "title": "Tournesol"
      }
    },
    {
      "effect": 2,
      "position": 8,
      "property": {
        "entityId": 1,
        "nValue": 88
      },
      "proposalId": 6,
      "term": {
        "image": "10",
        "title": "Féverole"
      }
    },
    {
      "effect": 2,
      "position": 10,
      "property": {
        "entityId": 1,
        "nValue": 10
      },
      "proposalId": 8,
      "term": {
        "image": "12",
        "title": "Haricot"
      }
    },
    {
      "effect": 2,
      "position": 13,
      "property": {
        "entityId": 1,
        "nValue": 13
      },
      "proposalId": 11,
      "term": {
        "image": "15",
        "title": "Betterave"
      }
    },
    {
      "effect": 2,
      "position": 14,
      "property": {
        "entityId": 1,
        "nValue": 146
      },
      "proposalId": 12,
      "term": {
        "image": "16",
        "title": "Seigle"
      }
    },
    {
      "effect": 2,
      "position": 15,
      "property": {
        "entityId": 1,
        "nValue": 14
      },
      "proposalId": 13,
      "term": {
        "image": "17",
        "title": "Lin"
      }
    },
    {
      "effect": 2,
      "position": 16,
      "property": {
        "entityId": 1,
        "nValue": 26
      },
      "proposalId": 14,
      "term": {
        "image": "18",
        "title": "Avoine"
      }
    },
    {
      "effect": 2,
      "position": 17,
      "property": {
        "entityId": 1,
        "nValue": 15
      },
      "proposalId": 15,
      "term": {
        "image": "19",
        "title": "Lupin"
      }
    },
    {
      "effect": 2,
      "position": 18,
      "property": {
        "entityId": 1,
        "nValue": 134
      },
      "proposalId": 16,
      "term": {
        "image": "20",
        "title": "Pomme de Terre"
      }
    },
    {
      "effect": 2,
      "position": 1,
      "property": {
        "entityId": 1,
        "nValue": 34
      },
      "proposalId": 17,
      "term": {
        "image": "21",
        "title": "Blé Tendre"
      }
    },
    {
      "effect": 2,
      "position": 2,
      "property": {
        "entityId": 1,
        "nValue": 35
      },
      "proposalId": 18,
      "term": {
        "image": "22",
        "title": "Blé Dur"
      }
    },
    {
      "effect": 2,
      "position": 3,
      "property": {
        "entityId": 1,
        "nValue": 172
      },
      "proposalId": 19,
      "term": {
        "image": "23",
        "title": "Tabac"
      }
    },
    {
      "effect": 2,
      "position": 19,
      "property": {
        "entityId": 1,
        "nValue": 109
      },
      "proposalId": 20,
      "term": {
        "image": "24",
        "title": "Maïs"
      }
    },
    {
      "effect": 2,
      "position": 19,
      "property": {
        "entityId": 1
      },
      "proposalId": 493,
      "term": {
        "image": "672",
        "title": "Pois"
      }
    }
  ],
  "type": "build"
}

Validation #746

Failure

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

  • The property '#/assertion' contains additional properties ["descriptionId"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/0' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/0/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/0/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/0/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/0' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/1' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/1/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/1/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/1/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/1' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/2' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/2/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/2/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/2/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/2' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/3' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/3/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/3/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/3/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/3' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/4' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/4/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/4/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/4/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/4' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/5' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/5/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/5/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/5/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/5' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/6' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/6/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/6/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/6/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/6' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/7' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/7/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/7/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/7/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/7' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/8' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/8/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/8/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/8/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/8' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/9' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/9/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/9/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/9/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/9' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/10' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/10/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/10/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/10/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/10' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/11' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/11/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/11/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/11/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/11' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/12' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/12/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/12/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/12/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/12' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/13' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/13/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/13/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/13/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/13' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/14' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/14/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/14/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/14/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/14' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/15' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/15/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/15/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/15/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/15' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/16' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/16/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/16/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/16/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/16' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultAddObservationProposalEvaluation_2061": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "entityId": {
          "type": "integer"
        },
        "nValue": {
          "type": "integer"
        }
      },
      "required": [
        "entityId",
        "nValue"
      ],
      "title": "AddObservationProposalEvaluation - DefaultAddObservationProposalEvaluation",
      "type": "object"
    },
    "DefaultAddObservationProposalInformation_2060": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "image": {
          "type": "string"
        },
        "title": {
          "type": "string"
        }
      },
      "required": [
        "image",
        "title"
      ],
      "title": "AddObservationProposalInformation - DefaultAddObservationProposalInformation",
      "type": "object"
    },
    "DefaultAddObservationProposal_2059": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "effect": {
          "type": "integer"
        },
        "evaluation": {
          "$ref": "#/definitions/DefaultAddObservationProposalEvaluation_2061",
          "type": "object"
        },
        "proposalId": {
          "type": "integer"
        },
        "term": {
          "$ref": "#/definitions/DefaultAddObservationProposalInformation_2060",
          "type": "object"
        }
      },
      "required": [
        "effect",
        "evaluation",
        "proposalId",
        "term"
      ],
      "title": "AddObservationProposal - DefaultAddObservationProposal",
      "type": "object"
    },
    "DefaultAddObservationResponseAssertion_2062": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "text": {
          "type": "string"
        }
      },
      "required": [
        "text"
      ],
      "title": "AddObservationResponseAssertion - DefaultAddObservationResponseAssertion",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "assertion": {
      "$ref": "#/definitions/DefaultAddObservationResponseAssertion_2062",
      "type": "object"
    },
    "exchangeId": {
      "type": "integer"
    },
    "model": {
      "description": "standardChoice => AddObservationStandardChoiceResponse\r\ngroupedChoicewithFamilyFilter => AddObservationGroupedByFamilyResponse",
      "type": "string"
    },
    "proposals": {
      "items": {
        "$ref": "#/definitions/DefaultAddObservationProposal_2059",
        "type": "object"
      },
      "type": "array"
    },
    "type": {
      "description": "conclusion => AddObservationConclusionResponse\r\nbuild sinon",
      "type": "string"
    }
  },
  "required": [
    "assertion",
    "exchangeId",
    "model",
    "proposals",
    "type"
  ],
  "title": "AddObservationExchangeResponse - DefaultAddObservationExchangeResponse",
  "type": "object"
}

JSON instance

{
  "assertion": {
    "descriptionId": 1,
    "text": "Sélection une culture"
  },
  "exchangeId": 1,
  "model": "standardChoice",
  "proposals": [
    {
      "effect": 2,
      "position": 4,
      "property": {
        "entityId": 1,
        "nValue": 120
      },
      "proposalId": 2,
      "term": {
        "descriptionId": 6,
        "text": "Orge"
      }
    },
    {
      "effect": 2,
      "position": 5,
      "property": {
        "entityId": 1,
        "nValue": 164
      },
      "proposalId": 3,
      "term": {
        "descriptionId": 7,
        "text": "Triticale"
      }
    },
    {
      "effect": 2,
      "position": 6,
      "property": {
        "entityId": 1,
        "nValue": 9
      },
      "proposalId": 4,
      "term": {
        "descriptionId": 8,
        "text": "Colza"
      }
    },
    {
      "effect": 2,
      "position": 7,
      "property": {
        "entityId": 1,
        "nValue": 152
      },
      "proposalId": 5,
      "term": {
        "descriptionId": 9,
        "text": "Tournesol"
      }
    },
    {
      "effect": 2,
      "position": 8,
      "property": {
        "entityId": 1,
        "nValue": 88
      },
      "proposalId": 6,
      "term": {
        "descriptionId": 10,
        "text": "Féverole"
      }
    },
    {
      "effect": 2,
      "position": 10,
      "property": {
        "entityId": 1,
        "nValue": 10
      },
      "proposalId": 8,
      "term": {
        "descriptionId": 12,
        "text": "Haricot"
      }
    },
    {
      "effect": 2,
      "position": 13,
      "property": {
        "entityId": 1,
        "nValue": 13
      },
      "proposalId": 11,
      "term": {
        "descriptionId": 15,
        "text": "Betterave"
      }
    },
    {
      "effect": 2,
      "position": 14,
      "property": {
        "entityId": 1,
        "nValue": 146
      },
      "proposalId": 12,
      "term": {
        "descriptionId": 16,
        "text": "Seigle"
      }
    },
    {
      "effect": 2,
      "position": 15,
      "property": {
        "entityId": 1,
        "nValue": 14
      },
      "proposalId": 13,
      "term": {
        "descriptionId": 17,
        "text": "Lin"
      }
    },
    {
      "effect": 2,
      "position": 16,
      "property": {
        "entityId": 1,
        "nValue": 26
      },
      "proposalId": 14,
      "term": {
        "descriptionId": 18,
        "text": "Avoine"
      }
    },
    {
      "effect": 2,
      "position": 17,
      "property": {
        "entityId": 1,
        "nValue": 15
      },
      "proposalId": 15,
      "term": {
        "descriptionId": 19,
        "text": "Lupin"
      }
    },
    {
      "effect": 2,
      "position": 18,
      "property": {
        "entityId": 1,
        "nValue": 134
      },
      "proposalId": 16,
      "term": {
        "descriptionId": 20,
        "text": "Pomme de Terre"
      }
    },
    {
      "effect": 2,
      "position": 1,
      "property": {
        "entityId": 1,
        "nValue": 34
      },
      "proposalId": 17,
      "term": {
        "descriptionId": 21,
        "text": "Blé Tendre"
      }
    },
    {
      "effect": 2,
      "position": 2,
      "property": {
        "entityId": 1,
        "nValue": 35
      },
      "proposalId": 18,
      "term": {
        "descriptionId": 22,
        "text": "Blé Dur"
      }
    },
    {
      "effect": 2,
      "position": 3,
      "property": {
        "entityId": 1,
        "nValue": 172
      },
      "proposalId": 19,
      "term": {
        "descriptionId": 23,
        "text": "Tabac"
      }
    },
    {
      "effect": 2,
      "position": 19,
      "property": {
        "entityId": 1,
        "nValue": 109
      },
      "proposalId": 20,
      "term": {
        "descriptionId": 24,
        "text": "Maïs"
      }
    },
    {
      "effect": 2,
      "position": 19,
      "property": {
        "entityId": 1
      },
      "proposalId": 493,
      "term": {
        "descriptionId": 672,
        "text": "Pois"
      }
    }
  ],
  "type": "build"
}

Validation #745

Failure

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

  • The property '#/assertion' contains additional properties ["descriptionId"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/0' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/0/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/0/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/0/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/0' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/1' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/1/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/1/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/1/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/1' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/2' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/2/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/2/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/2/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/2' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/3' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/3/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/3/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/3/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/3' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/4' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/4/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/4/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/4/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/4' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/5' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/5/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/5/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/5/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/5' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/6' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/6/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/6/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/6/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/6' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/7' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/7/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/7/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/7/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/7' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/8' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/8/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/8/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/8/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/8' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/9' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/9/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/9/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/9/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/9' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/10' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/10/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/10/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/10/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/10' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/11' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/11/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/11/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/11/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/11' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/12' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/12/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/12/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/12/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/12' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/13' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/13/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/13/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/13/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/13' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/14' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/14/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/14/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/14/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/14' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/15' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/15/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/15/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/15/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/15' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/16' contains additional properties ["property", "position"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/16/term' contains additional properties ["descriptionId", "text"] outside of the schema when none are allowed in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/16/term' did not contain a required property of 'image' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/16/term' did not contain a required property of 'title' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#
  • The property '#/proposals/16' did not contain a required property of 'evaluation' in schema 96981113-55a3-59e3-a9f6-16a92b01048a#

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultAddObservationProposalEvaluation_2061": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "entityId": {
          "type": "integer"
        },
        "nValue": {
          "type": "integer"
        }
      },
      "required": [
        "entityId",
        "nValue"
      ],
      "title": "AddObservationProposalEvaluation - DefaultAddObservationProposalEvaluation",
      "type": "object"
    },
    "DefaultAddObservationProposalInformation_2060": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "image": {
          "type": "string"
        },
        "title": {
          "type": "string"
        }
      },
      "required": [
        "image",
        "title"
      ],
      "title": "AddObservationProposalInformation - DefaultAddObservationProposalInformation",
      "type": "object"
    },
    "DefaultAddObservationProposal_2059": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "effect": {
          "type": "integer"
        },
        "evaluation": {
          "$ref": "#/definitions/DefaultAddObservationProposalEvaluation_2061",
          "type": "object"
        },
        "proposalId": {
          "type": "integer"
        },
        "term": {
          "$ref": "#/definitions/DefaultAddObservationProposalInformation_2060",
          "type": "object"
        }
      },
      "required": [
        "effect",
        "evaluation",
        "proposalId",
        "term"
      ],
      "title": "AddObservationProposal - DefaultAddObservationProposal",
      "type": "object"
    },
    "DefaultAddObservationResponseAssertion_2062": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "text": {
          "type": "string"
        }
      },
      "required": [
        "text"
      ],
      "title": "AddObservationResponseAssertion - DefaultAddObservationResponseAssertion",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "assertion": {
      "$ref": "#/definitions/DefaultAddObservationResponseAssertion_2062",
      "type": "object"
    },
    "exchangeId": {
      "type": "integer"
    },
    "model": {
      "description": "standardChoice => AddObservationStandardChoiceResponse\r\ngroupedChoicewithFamilyFilter => AddObservationGroupedByFamilyResponse",
      "type": "string"
    },
    "proposals": {
      "items": {
        "$ref": "#/definitions/DefaultAddObservationProposal_2059",
        "type": "object"
      },
      "type": "array"
    },
    "type": {
      "description": "conclusion => AddObservationConclusionResponse\r\nbuild sinon",
      "type": "string"
    }
  },
  "required": [
    "assertion",
    "exchangeId",
    "model",
    "proposals",
    "type"
  ],
  "title": "AddObservationExchangeResponse - DefaultAddObservationExchangeResponse",
  "type": "object"
}

JSON instance

{
  "assertion": {
    "descriptionId": 1,
    "text": "Sélection une culture"
  },
  "exchangeId": 1,
  "model": "standardChoice",
  "proposals": [
    {
      "effect": 2,
      "position": 4,
      "property": {
        "entityId": 1,
        "nValue": 120
      },
      "proposalId": 2,
      "term": {
        "descriptionId": 6,
        "text": "Orge"
      }
    },
    {
      "effect": 2,
      "position": 5,
      "property": {
        "entityId": 1,
        "nValue": 164
      },
      "proposalId": 3,
      "term": {
        "descriptionId": 7,
        "text": "Triticale"
      }
    },
    {
      "effect": 2,
      "position": 6,
      "property": {
        "entityId": 1,
        "nValue": 9
      },
      "proposalId": 4,
      "term": {
        "descriptionId": 8,
        "text": "Colza"
      }
    },
    {
      "effect": 2,
      "position": 7,
      "property": {
        "entityId": 1,
        "nValue": 152
      },
      "proposalId": 5,
      "term": {
        "descriptionId": 9,
        "text": "Tournesol"
      }
    },
    {
      "effect": 2,
      "position": 8,
      "property": {
        "entityId": 1,
        "nValue": 88
      },
      "proposalId": 6,
      "term": {
        "descriptionId": 10,
        "text": "Féverole"
      }
    },
    {
      "effect": 2,
      "position": 10,
      "property": {
        "entityId": 1,
        "nValue": 10
      },
      "proposalId": 8,
      "term": {
        "descriptionId": 12,
        "text": "Haricot"
      }
    },
    {
      "effect": 2,
      "position": 13,
      "property": {
        "entityId": 1,
        "nValue": 13
      },
      "proposalId": 11,
      "term": {
        "descriptionId": 15,
        "text": "Betterave"
      }
    },
    {
      "effect": 2,
      "position": 14,
      "property": {
        "entityId": 1,
        "nValue": 146
      },
      "proposalId": 12,
      "term": {
        "descriptionId": 16,
        "text": "Seigle"
      }
    },
    {
      "effect": 2,
      "position": 15,
      "property": {
        "entityId": 1,
        "nValue": 14
      },
      "proposalId": 13,
      "term": {
        "descriptionId": 17,
        "text": "Lin"
      }
    },
    {
      "effect": 2,
      "position": 16,
      "property": {
        "entityId": 1,
        "nValue": 26
      },
      "proposalId": 14,
      "term": {
        "descriptionId": 18,
        "text": "Avoine"
      }
    },
    {
      "effect": 2,
      "position": 17,
      "property": {
        "entityId": 1,
        "nValue": 15
      },
      "proposalId": 15,
      "term": {
        "descriptionId": 19,
        "text": "Lupin"
      }
    },
    {
      "effect": 2,
      "position": 18,
      "property": {
        "entityId": 1,
        "nValue": 134
      },
      "proposalId": 16,
      "term": {
        "descriptionId": 20,
        "text": "Pomme de Terre"
      }
    },
    {
      "effect": 2,
      "position": 1,
      "property": {
        "entityId": 1,
        "nValue": 34
      },
      "proposalId": 17,
      "term": {
        "descriptionId": 21,
        "text": "Blé Tendre"
      }
    },
    {
      "effect": 2,
      "position": 2,
      "property": {
        "entityId": 1,
        "nValue": 35
      },
      "proposalId": 18,
      "term": {
        "descriptionId": 22,
        "text": "Blé Dur"
      }
    },
    {
      "effect": 2,
      "position": 3,
      "property": {
        "entityId": 1,
        "nValue": 172
      },
      "proposalId": 19,
      "term": {
        "descriptionId": 23,
        "text": "Tabac"
      }
    },
    {
      "effect": 2,
      "position": 19,
      "property": {
        "entityId": 1,
        "nValue": 109
      },
      "proposalId": 20,
      "term": {
        "descriptionId": 24,
        "text": "Maïs"
      }
    },
    {
      "effect": 2,
      "position": 19,
      "property": {
        "entityId": 1
      },
      "proposalId": 493,
      "term": {
        "descriptionId": 672,
        "text": "Pois"
      }
    }
  ],
  "type": "build"
}

Validation #744

Success

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

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultAddObservationExchangeStep_2074": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "exchangeId": {
          "type": "integer"
        },
        "nextStep": {
          "anyOf": [
            {
              "$ref": "#/definitions/DefaultAddObservationExchangeStep_2074",
              "type": "object"
            },
            {
              "type": "null"
            }
          ]
        },
        "proposalId": {
          "type": "integer"
        },
        "statement": {
          "$ref": "#/definitions/DefaultAddObservationProposalEvaluation_2061",
          "type": "object"
        }
      },
      "required": [
        "exchangeId",
        "nextStep",
        "proposalId"
      ],
      "title": "AddObservationExchangeStep - DefaultAddObservationExchangeStep",
      "type": "object"
    },
    "DefaultAddObservationProposalEvaluation_2061": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "entityId": {
          "type": "integer"
        },
        "nValue": {
          "type": "integer"
        }
      },
      "required": [
        "entityId",
        "nValue"
      ],
      "title": "AddObservationProposalEvaluation - DefaultAddObservationProposalEvaluation",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "dialogGUID": {
      "type": "string"
    },
    "language": {
      "type": "string"
    },
    "objective": {
      "anyOf": [
        {
          "$ref": "#/definitions/DefaultAddObservationExchangeStep_2074",
          "type": "object"
        },
        {
          "type": "null"
        }
      ]
    },
    "strategyId": {
      "description": "Fixe fourni au Front",
      "type": "integer"
    },
    "subjectId": {
      "description": "Fixe fourni au Front",
      "type": "integer"
    }
  },
  "required": [
    "dialogGUID",
    "language",
    "strategyId",
    "subjectId"
  ],
  "title": "AddObservationDialogExchangeRequest - DefaultAddObservationDialogExchangeRequest",
  "type": "object"
}

JSON instance

{
  "dialogGUID": "deserunt laborum aliquip in ea",
  "language": "esse quis voluptate",
  "strategyId": -61486815,
  "subjectId": -43989575
}

Validation #743

Success

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

JSON Schema

{
  "definitions": {
    "StoreWithStockroom_1846": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "stockroomId": {
          "type": "string"
        }
      },
      "required": [
        "id",
        "name"
      ],
      "title": "store - StoreWithStockroom",
      "type": "object"
    }
  },
  "items": {
    "additionalProperties": false,
    "properties": {
      "customerName": {
        "type": "string"
      },
      "date": {
        "description": "YYY-MM-DD",
        "format": "date",
        "type": "string"
      },
      "documentId": {
        "type": "string"
      },
      "emittingStore": {
        "$ref": "#/definitions/StoreWithStockroom_1846",
        "type": "object"
      },
      "internalReference": {
        "type": "string"
      },
      "receivingStore": {
        "$ref": "#/definitions/StoreWithStockroom_1846",
        "type": "object"
      },
      "serialNumbers": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "sourceDocumentId": {
        "type": "string"
      },
      "status": {
        "enum": [
          "CREATION_REQUESTED",
          "OK",
          "TIME_OUT",
          "ERROR"
        ],
        "type": "string"
      },
      "userName": {
        "type": "string"
      }
    },
    "required": [
      "date",
      "internalReference",
      "sourceDocumentId",
      "status",
      "userName"
    ],
    "type": "object"
  },
  "title": "documentReception - DocumentStatus",
  "type": "array"
}

JSON instance

[
  {
    "date": "2019-12-10",
    "documentId": "TRE-144244",
    "internalReference": "CDCTSTRHUTRV",
    "sourceDocumentId": "TRV-144244",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRE-1625942",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "103"
    },
    "internalReference": "REF201912051575555583766",
    "receivingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "109"
    },
    "sourceDocumentId": "TRV-1625942",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "BLF-121262",
    "internalReference": "CDCTSTRHU",
    "sourceDocumentId": "ALF-100669",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TEM-1625949",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575986115743",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625949",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRV-1625949",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575986115743",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625949",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRE-1625949",
    "internalReference": "REF201912101575986115743",
    "sourceDocumentId": "TRV-1625949",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TEM-1625950",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575986306722",
    "receivingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "103"
    },
    "sourceDocumentId": "TEM-1625950",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRE-1625950",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575986306722",
    "receivingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "103"
    },
    "sourceDocumentId": "TRV-1625950",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "internalReference": "ALF_RHU_TRACAS_DEP109",
    "sourceDocumentId": "ALF-100657",
    "status": "TIME_OUT",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "internalReference": "RHUTEST07",
    "sourceDocumentId": "ALF-100644",
    "status": "TIME_OUT",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TEM-1625952",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575990662687",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625952",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRV-1625952",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575990662687",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625952",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRE-1625952",
    "internalReference": "REF201912101575990662687",
    "sourceDocumentId": "TRV-1625952",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TEM-1625953",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575990722900",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625953",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRV-1625953",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575990722900",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625953",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRE-1625953",
    "internalReference": "REF201912101575990722900",
    "sourceDocumentId": "TRV-1625953",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TEM-1625954",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575991154098",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625954",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRV-1625954",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575991154098",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625954",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRE-1625954",
    "internalReference": "REF201912101575991154098",
    "sourceDocumentId": "TRV-1625954",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TEM-1625955",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575991341565",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625955",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRV-1625955",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575991341565",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625955",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRE-1625955",
    "internalReference": "REF201912101575991341565",
    "sourceDocumentId": "TRV-1625955",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "internalReference": "ALF_MSAREFONTE_RHU_13112019",
    "sourceDocumentId": "ALF-100650",
    "status": "TIME_OUT",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-11",
    "documentId": "TEM-1625959",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912111576061284259",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625959",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-11",
    "documentId": "TRV-1625959",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912111576061284259",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625959",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-11",
    "documentId": "TRE-1625959",
    "internalReference": "REF201912111576061284259",
    "sourceDocumentId": "TRV-1625959",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-11",
    "documentId": "BLF-121266",
    "internalReference": "ALF_RX_20191108122631",
    "sourceDocumentId": "ALF-100632",
    "status": "OK",
    "userName": "c_fabpfe"
  },
  {
    "date": "2019-12-11",
    "documentId": "BLF-121267",
    "internalReference": "ALF_RX_20191108121341",
    "sourceDocumentId": "ALF-100627",
    "status": "OK",
    "userName": "c_fabpfe"
  },
  {
    "date": "2019-12-11",
    "documentId": "BLF-121269",
    "internalReference": "ALF_TRACALO_RHU_01",
    "sourceDocumentId": "ALF-100670",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-11",
    "documentId": "BLF-121270",
    "internalReference": "ALF_TRACALO_RHU_02",
    "sourceDocumentId": "ALF-100671",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-11",
    "documentId": "BLF-121272",
    "internalReference": "ALF_RHU_11122019_01",
    "sourceDocumentId": "ALF-100674",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-11",
    "documentId": "BLF-121273",
    "internalReference": "ALF_TRACALO_RHU_05",
    "sourceDocumentId": "ALF-100673",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "BLF-121268",
    "internalReference": "ALF_MSAREFONTE_RHU_13112020",
    "sourceDocumentId": "ALF-100651",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-11",
    "documentId": "BLF-121274",
    "internalReference": "TESTTICKET493_02_DEP9",
    "sourceDocumentId": "ALF-100676",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-11",
    "documentId": "BLF-121275",
    "internalReference": "FOC+SKU",
    "sourceDocumentId": "ALF-100679",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-12",
    "internalReference": "ALFTRACAS2SKUET3QTE",
    "sourceDocumentId": "ALF-100680",
    "status": "TIME_OUT",
    "userName": "c_fabpfe"
  },
  {
    "date": "2019-12-12",
    "documentId": "BLF-121277",
    "internalReference": "ALFCOLIS_TEST_RHU_13112019",
    "sourceDocumentId": "ALF-100653",
    "status": "OK",
    "userName": "c_fabpfe"
  },
  {
    "date": "2019-12-12",
    "internalReference": "cdv_c_accrhu_20191108154024534_100",
    "sourceDocumentId": "CC-90865",
    "status": "TIME_OUT",
    "userName": "c_fabpfe"
  },
  {
    "date": "2019-12-12",
    "internalReference": "cdv_c_accrhu_20191112171347595_100",
    "sourceDocumentId": "CC-90866",
    "status": "TIME_OUT",
    "userName": "c_fabpfe"
  }
]

Validation #742

Failure

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

  • The property '#/8' did not contain a required property of 'documentId' in schema e3900b49-36a7-5768-840b-6f9ea31406ce
  • The property '#/9' did not contain a required property of 'documentId' in schema e3900b49-36a7-5768-840b-6f9ea31406ce
  • The property '#/22' did not contain a required property of 'documentId' in schema e3900b49-36a7-5768-840b-6f9ea31406ce
  • The property '#/35' did not contain a required property of 'documentId' in schema e3900b49-36a7-5768-840b-6f9ea31406ce
  • The property '#/37' did not contain a required property of 'documentId' in schema e3900b49-36a7-5768-840b-6f9ea31406ce
  • The property '#/38' did not contain a required property of 'documentId' in schema e3900b49-36a7-5768-840b-6f9ea31406ce

JSON Schema

{
  "definitions": {
    "StoreWithStockroom_1846": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "stockroomId": {
          "type": "string"
        }
      },
      "required": [
        "id",
        "name"
      ],
      "title": "store - StoreWithStockroom",
      "type": "object"
    }
  },
  "items": {
    "additionalProperties": false,
    "properties": {
      "customerName": {
        "type": "string"
      },
      "date": {
        "description": "YYY-MM-DD",
        "format": "date",
        "type": "string"
      },
      "documentId": {
        "type": "string"
      },
      "emittingStore": {
        "$ref": "#/definitions/StoreWithStockroom_1846",
        "type": "object"
      },
      "internalReference": {
        "type": "string"
      },
      "receivingStore": {
        "$ref": "#/definitions/StoreWithStockroom_1846",
        "type": "object"
      },
      "serialNumbers": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "sourceDocumentId": {
        "type": "string"
      },
      "status": {
        "enum": [
          "CREATION_REQUESTED",
          "OK",
          "TIME_OUT",
          "ERROR"
        ],
        "type": "string"
      },
      "userName": {
        "type": "string"
      }
    },
    "required": [
      "documentId",
      "status",
      "userName"
    ],
    "type": "object"
  },
  "title": "documentReception - DocumentStatus",
  "type": "array"
}

JSON instance

[
  {
    "date": "2019-12-10",
    "documentId": "TRE-144244",
    "internalReference": "CDCTSTRHUTRV",
    "sourceDocumentId": "TRV-144244",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRE-1625942",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "103"
    },
    "internalReference": "REF201912051575555583766",
    "receivingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "109"
    },
    "sourceDocumentId": "TRV-1625942",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "BLF-121262",
    "internalReference": "CDCTSTRHU",
    "sourceDocumentId": "ALF-100669",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TEM-1625949",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575986115743",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625949",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRV-1625949",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575986115743",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625949",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRE-1625949",
    "internalReference": "REF201912101575986115743",
    "sourceDocumentId": "TRV-1625949",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TEM-1625950",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575986306722",
    "receivingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "103"
    },
    "sourceDocumentId": "TEM-1625950",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRE-1625950",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575986306722",
    "receivingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "103"
    },
    "sourceDocumentId": "TRV-1625950",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "internalReference": "ALF_RHU_TRACAS_DEP109",
    "sourceDocumentId": "ALF-100657",
    "status": "TIME_OUT",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "internalReference": "RHUTEST07",
    "sourceDocumentId": "ALF-100644",
    "status": "TIME_OUT",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TEM-1625952",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575990662687",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625952",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRV-1625952",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575990662687",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625952",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRE-1625952",
    "internalReference": "REF201912101575990662687",
    "sourceDocumentId": "TRV-1625952",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TEM-1625953",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575990722900",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625953",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRV-1625953",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575990722900",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625953",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRE-1625953",
    "internalReference": "REF201912101575990722900",
    "sourceDocumentId": "TRV-1625953",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TEM-1625954",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575991154098",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625954",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRV-1625954",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575991154098",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625954",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRE-1625954",
    "internalReference": "REF201912101575991154098",
    "sourceDocumentId": "TRV-1625954",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TEM-1625955",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575991341565",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625955",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRV-1625955",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912101575991341565",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625955",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "TRE-1625955",
    "internalReference": "REF201912101575991341565",
    "sourceDocumentId": "TRV-1625955",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "internalReference": "ALF_MSAREFONTE_RHU_13112019",
    "sourceDocumentId": "ALF-100650",
    "status": "TIME_OUT",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-11",
    "documentId": "TEM-1625959",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912111576061284259",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625959",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-11",
    "documentId": "TRV-1625959",
    "emittingStore": {
      "id": "100",
      "name": "FAUBOURG ST HONORE",
      "stockroomId": "100"
    },
    "internalReference": "REF201912111576061284259",
    "receivingStore": {
      "id": "200",
      "name": "GEORGE V",
      "stockroomId": "200"
    },
    "sourceDocumentId": "TEM-1625959",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-11",
    "documentId": "TRE-1625959",
    "internalReference": "REF201912111576061284259",
    "sourceDocumentId": "TRV-1625959",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-11",
    "documentId": "BLF-121266",
    "internalReference": "ALF_RX_20191108122631",
    "sourceDocumentId": "ALF-100632",
    "status": "OK",
    "userName": "c_fabpfe"
  },
  {
    "date": "2019-12-11",
    "documentId": "BLF-121267",
    "internalReference": "ALF_RX_20191108121341",
    "sourceDocumentId": "ALF-100627",
    "status": "OK",
    "userName": "c_fabpfe"
  },
  {
    "date": "2019-12-11",
    "documentId": "BLF-121269",
    "internalReference": "ALF_TRACALO_RHU_01",
    "sourceDocumentId": "ALF-100670",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-11",
    "documentId": "BLF-121270",
    "internalReference": "ALF_TRACALO_RHU_02",
    "sourceDocumentId": "ALF-100671",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-11",
    "documentId": "BLF-121272",
    "internalReference": "ALF_RHU_11122019_01",
    "sourceDocumentId": "ALF-100674",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-11",
    "documentId": "BLF-121273",
    "internalReference": "ALF_TRACALO_RHU_05",
    "sourceDocumentId": "ALF-100673",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-10",
    "documentId": "BLF-121268",
    "internalReference": "ALF_MSAREFONTE_RHU_13112020",
    "sourceDocumentId": "ALF-100651",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-11",
    "documentId": "BLF-121274",
    "internalReference": "TESTTICKET493_02_DEP9",
    "sourceDocumentId": "ALF-100676",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-11",
    "documentId": "BLF-121275",
    "internalReference": "FOC+SKU",
    "sourceDocumentId": "ALF-100679",
    "status": "OK",
    "userName": "c_accrhu"
  },
  {
    "date": "2019-12-12",
    "internalReference": "ALFTRACAS2SKUET3QTE",
    "sourceDocumentId": "ALF-100680",
    "status": "TIME_OUT",
    "userName": "c_fabpfe"
  },
  {
    "date": "2019-12-12",
    "documentId": "BLF-121277",
    "internalReference": "ALFCOLIS_TEST_RHU_13112019",
    "sourceDocumentId": "ALF-100653",
    "status": "OK",
    "userName": "c_fabpfe"
  },
  {
    "date": "2019-12-12",
    "internalReference": "cdv_c_accrhu_20191108154024534_100",
    "sourceDocumentId": "CC-90865",
    "status": "TIME_OUT",
    "userName": "c_fabpfe"
  },
  {
    "date": "2019-12-12",
    "internalReference": "cdv_c_accrhu_20191112171347595_100",
    "sourceDocumentId": "CC-90866",
    "status": "TIME_OUT",
    "userName": "c_fabpfe"
  }
]

Validation #741

Success

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

JSON Schema

{
  "definitions": {
    "StoreWithStockroom_1846": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "stockroomId": {
          "type": "string"
        }
      },
      "required": [
        "id",
        "name"
      ],
      "title": "store - StoreWithStockroom",
      "type": "object"
    }
  },
  "items": {
    "additionalProperties": false,
    "properties": {
      "customerName": {
        "type": "string"
      },
      "date": {
        "description": "YYY-MM-DD",
        "format": "date",
        "type": "string"
      },
      "documentId": {
        "type": "string"
      },
      "emittingStore": {
        "$ref": "#/definitions/StoreWithStockroom_1846",
        "type": "object"
      },
      "internalReference": {
        "type": "string"
      },
      "receivingStore": {
        "$ref": "#/definitions/StoreWithStockroom_1846",
        "type": "object"
      },
      "serialNumbers": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "sourceDocumentId": {
        "type": "string"
      },
      "status": {
        "enum": [
          "CREATION_REQUESTED",
          "OK",
          "TIME_OUT",
          "ERROR"
        ],
        "type": "string"
      },
      "userName": {
        "type": "string"
      }
    },
    "required": [
      "documentId",
      "status",
      "userName"
    ],
    "type": "object"
  },
  "title": "documentReception - DocumentStatus",
  "type": "array"
}

JSON instance

[
  {
    "documentId": "exercitation",
    "status": "TIME_OUT",
    "userName": "commodo nisi reprehenderit deserunt"
  }
]

Validation #740

Failure

The input JSON schema does not conform to JSON Schema Draft 4. Errors:

  • The property '#/properties/meta/required' did not contain a minimum number of items 1 in schema http://json-schema.org/draft-04/schema#

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DetailedChunk_1484": {
      "additionalProperties": false,
      "properties": {
        "audio_url": {
          "anyOf": [
            {
              "description": "Audio corresponding to the text or the picture.",
              "format": "uri",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "id": {
          "type": "string"
        },
        "picture_url": {
          "anyOf": [
            {
              "description": "Picture corresponding to the audio_url, it's null if there is a text.",
              "format": "uri",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "position": {
          "description": "Position of the chunk in the chapter: allow to know in which order read the chunks.",
          "minimum": 0,
          "type": "integer"
        },
        "raw_content": {
          "description": "Raw content, can be HTML.",
          "type": "string"
        },
        "text": {
          "anyOf": [
            {
              "description": "Text corresponding to the audio_url, it's null if there is a picture_url.",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        }
      },
      "required": [
        "id",
        "position",
        "raw_content"
      ],
      "title": "Chunk - DetailedChunk",
      "type": "object"
    }
  },
  "properties": {
    "chapter": {
      "additionalProperties": false,
      "properties": {
        "chunks": {
          "items": {
            "$ref": "#/definitions/DetailedChunk_1484",
            "type": "object"
          },
          "type": "array"
        },
        "duration_in_seconds": {
          "minimum": 0,
          "type": "integer"
        },
        "encoding_status": {
          "description": "Allow to know if the chapter is totally encoded already.\r\n- nothing: nothing is encoded\r\n- running: encoding in progress\r\n- done: encoding finished\r\n- error: something bad happened",
          "enum": [
            "nothing",
            "running",
            "done",
            "error"
          ],
          "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"
        },
        "position": {
          "description": "Position of the chunk in the resource: allow to know in which order read the chapters.",
          "minimum": 0,
          "type": "integer"
        }
      },
      "required": [
        "chunks",
        "duration_in_seconds",
        "encoding_status",
        "id",
        "position"
      ],
      "type": "object"
    },
    "meta": {
      "properties": {
        "next_id": {
          "nullable": true,
          "type": "string"
        },
        "previous_id": {
          "nullable": true,
          "type": "string"
        }
      },
      "required": [],
      "type": "object"
    }
  },
  "required": [
    "chapter"
  ],
  "title": "Chapter - DetailedChapter",
  "type": "object"
}

JSON instance

{
  "chapter": {
    "chunks": [
      {
        "id": "dolor cillum",
        "position": 93252188,
        "raw_content": "non in cillum ullamco officia"
      },
      {
        "id": "eu ut dolor of",
        "position": 87786157,
        "raw_content": "quis"
      },
      {
        "id": "laborum eiusmod minim aliqua",
        "position": 13383425,
        "raw_content": "amet aliq"
      },
      {
        "id": "veniam laboris anim do",
        "position": 57567702,
        "raw_content": "in nostrud irure est"
      },
      {
        "id": "eu temp",
        "position": 80497339,
        "raw_content": "Duis quis"
      }
    ],
    "duration_in_seconds": 55353885,
    "encoding_status": "nothing",
    "id": "6f45a061-6cec-58ad-b44a-c2e3c6779582",
    "position": 96147789
  }
}