Validations history

Validation #363

Failure

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

  • The property '#/' of type array did not match the following type: object in schema 55f39012-7a7d-5087-8338-9d4391c365a3

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultCollectDeliveryModes_879": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "code",
        "type",
        "value"
      ],
      "title": "CollectDeliveryModes - DefaultCollectDeliveryModes",
      "type": "object"
    },
    "DefaultCollectDeliveryPeriods_880": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "central_place_price": {
          "type": "number"
        },
        "code": {
          "type": "string"
        },
        "direct_farm_price": {
          "type": "number"
        },
        "harvest_type": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "increase": {
          "type": "number"
        },
        "last_price_update": {
          "format": "datetime",
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "roll_on_price": {
          "type": "number"
        },
        "satellite_place_price": {
          "type": "number"
        }
      },
      "required": [
        "central_place_price",
        "code",
        "direct_farm_price",
        "harvest_type",
        "id",
        "increase",
        "last_price_update",
        "name",
        "roll_on_price",
        "satellite_place_price"
      ],
      "title": "CollectDeliveryPeriods - DefaultCollectDeliveryPeriods",
      "type": "object"
    },
    "DefaultCollectDeliveryTypes_878": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "delivery_modes": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryModes_879",
            "type": "object"
          },
          "type": "array"
        },
        "delivery_periods": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryPeriods_880",
            "type": "object"
          },
          "type": "array"
        },
        "id": {
          "type": "integer"
        },
        "main_type": {
          "type": "string"
        },
        "order": {
          "type": "integer"
        }
      },
      "required": [
        "delivery_modes",
        "delivery_periods",
        "id",
        "main_type",
        "order"
      ],
      "title": "CollectDeliveryTypes - DefaultCollectDeliveryTypes",
      "type": "object"
    },
    "DefaultCollectMaturity_877": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "commodity_label": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "maturity": {
          "type": "string"
        },
        "strike_price": {
          "type": "number"
        },
        "warranty_cost": {
          "type": "number"
        }
      },
      "required": [
        "commodity_label",
        "id",
        "maturity",
        "strike_price",
        "warranty_cost"
      ],
      "title": "CollectMaturity - DefaultCollectMaturity",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "collection_offers": {
      "items": {
        "additionalProperties": false,
        "properties": {
          "base_label": {
            "type": "string"
          },
          "delivery_types": {
            "items": {
              "$ref": "#/definitions/DefaultCollectDeliveryTypes_878",
              "type": "object"
            },
            "type": "array"
          },
          "description": {
            "type": "string"
          },
          "harvest": {
            "type": "string"
          },
          "id": {
            "type": "integer"
          },
          "market_label": {
            "type": "string"
          },
          "market_reference": {
            "type": "string"
          },
          "marketing_tag": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "maturities": {
            "items": {
              "$ref": "#/definitions/DefaultCollectMaturity_877",
              "type": "object"
            },
            "type": "array"
          },
          "picture_url": {
            "type": "string"
          },
          "priority": {
            "type": "integer"
          },
          "product_label": {
            "type": "string"
          },
          "quality_label": {
            "type": "string"
          },
          "quantity_max_per_customer": {
            "type": "number"
          },
          "remaining_quantity": {
            "type": "number"
          },
          "short_description": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "type_label": {
            "type": "string"
          }
        },
        "required": [
          "base_label",
          "delivery_types",
          "description",
          "harvest",
          "id",
          "market_label",
          "market_reference",
          "picture_url",
          "priority",
          "product_label",
          "quality_label",
          "quantity_max_per_customer",
          "remaining_quantity",
          "short_description",
          "title",
          "type",
          "type_label"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "collection_offers"
  ],
  "title": "CollectionOffer - DefaultCollectOffer",
  "type": "object"
}

JSON instance

[]

Validation #362

Failure

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

  • The property '#/' of type array did not match the following type: object in schema 55f39012-7a7d-5087-8338-9d4391c365a3

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultCollectDeliveryModes_879": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "code",
        "type",
        "value"
      ],
      "title": "CollectDeliveryModes - DefaultCollectDeliveryModes",
      "type": "object"
    },
    "DefaultCollectDeliveryPeriods_880": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "central_place_price": {
          "type": "number"
        },
        "code": {
          "type": "string"
        },
        "direct_farm_price": {
          "type": "number"
        },
        "harvest_type": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "increase": {
          "type": "number"
        },
        "last_price_update": {
          "format": "datetime",
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "roll_on_price": {
          "type": "number"
        },
        "satellite_place_price": {
          "type": "number"
        }
      },
      "required": [
        "central_place_price",
        "code",
        "direct_farm_price",
        "harvest_type",
        "id",
        "increase",
        "last_price_update",
        "name",
        "roll_on_price",
        "satellite_place_price"
      ],
      "title": "CollectDeliveryPeriods - DefaultCollectDeliveryPeriods",
      "type": "object"
    },
    "DefaultCollectDeliveryTypes_878": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "delivery_modes": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryModes_879",
            "type": "object"
          },
          "type": "array"
        },
        "delivery_periods": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryPeriods_880",
            "type": "object"
          },
          "type": "array"
        },
        "id": {
          "type": "integer"
        },
        "main_type": {
          "type": "string"
        },
        "order": {
          "type": "integer"
        }
      },
      "required": [
        "delivery_modes",
        "delivery_periods",
        "id",
        "main_type",
        "order"
      ],
      "title": "CollectDeliveryTypes - DefaultCollectDeliveryTypes",
      "type": "object"
    },
    "DefaultCollectMaturity_877": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "commodity_label": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "maturity": {
          "type": "string"
        },
        "strike_price": {
          "type": "number"
        },
        "warranty_cost": {
          "type": "number"
        }
      },
      "required": [
        "commodity_label",
        "id",
        "maturity",
        "strike_price",
        "warranty_cost"
      ],
      "title": "CollectMaturity - DefaultCollectMaturity",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "collection_offers": {
      "items": {
        "additionalProperties": false,
        "properties": {
          "base_label": {
            "type": "string"
          },
          "delivery_types": {
            "items": {
              "$ref": "#/definitions/DefaultCollectDeliveryTypes_878",
              "type": "object"
            },
            "type": "array"
          },
          "description": {
            "type": "string"
          },
          "harvest": {
            "type": "string"
          },
          "id": {
            "type": "integer"
          },
          "market_label": {
            "type": "string"
          },
          "market_reference": {
            "type": "string"
          },
          "marketing_tag": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "maturities": {
            "items": {
              "$ref": "#/definitions/DefaultCollectMaturity_877",
              "type": "object"
            },
            "type": "array"
          },
          "picture_url": {
            "type": "string"
          },
          "priority": {
            "type": "integer"
          },
          "product_label": {
            "type": "string"
          },
          "quality_label": {
            "type": "string"
          },
          "quantity_max_per_customer": {
            "type": "number"
          },
          "remaining_quantity": {
            "type": "number"
          },
          "short_description": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "type_label": {
            "type": "string"
          }
        },
        "required": [
          "base_label",
          "delivery_types",
          "description",
          "harvest",
          "id",
          "market_label",
          "market_reference",
          "picture_url",
          "priority",
          "product_label",
          "quality_label",
          "quantity_max_per_customer",
          "remaining_quantity",
          "short_description",
          "title",
          "type",
          "type_label"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "collection_offers"
  ],
  "title": "CollectionOffer - DefaultCollectOffer",
  "type": "object"
}

JSON instance

[]

Validation #361

Success

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

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultCollectDeliveryModes_879": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "code": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "code",
        "type",
        "value"
      ],
      "title": "CollectDeliveryModes - DefaultCollectDeliveryModes",
      "type": "object"
    },
    "DefaultCollectDeliveryPeriods_880": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "central_place_price": {
          "type": "number"
        },
        "code": {
          "type": "string"
        },
        "direct_farm_price": {
          "type": "number"
        },
        "harvest_type": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "increase": {
          "type": "number"
        },
        "last_price_update": {
          "format": "datetime",
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "roll_on_price": {
          "type": "number"
        },
        "satellite_place_price": {
          "type": "number"
        }
      },
      "required": [
        "central_place_price",
        "code",
        "direct_farm_price",
        "harvest_type",
        "id",
        "increase",
        "last_price_update",
        "name",
        "roll_on_price",
        "satellite_place_price"
      ],
      "title": "CollectDeliveryPeriods - DefaultCollectDeliveryPeriods",
      "type": "object"
    },
    "DefaultCollectDeliveryTypes_878": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "delivery_modes": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryModes_879",
            "type": "object"
          },
          "type": "array"
        },
        "delivery_periods": {
          "items": {
            "$ref": "#/definitions/DefaultCollectDeliveryPeriods_880",
            "type": "object"
          },
          "type": "array"
        },
        "id": {
          "type": "integer"
        },
        "main_type": {
          "type": "string"
        },
        "order": {
          "type": "integer"
        }
      },
      "required": [
        "delivery_modes",
        "delivery_periods",
        "id",
        "main_type",
        "order"
      ],
      "title": "CollectDeliveryTypes - DefaultCollectDeliveryTypes",
      "type": "object"
    },
    "DefaultCollectMaturity_877": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "commodity_label": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "maturity": {
          "type": "string"
        },
        "strike_price": {
          "type": "number"
        },
        "warranty_cost": {
          "type": "number"
        }
      },
      "required": [
        "commodity_label",
        "id",
        "maturity",
        "strike_price",
        "warranty_cost"
      ],
      "title": "CollectMaturity - DefaultCollectMaturity",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "collection_offers": {
      "items": {
        "additionalProperties": false,
        "properties": {
          "base_label": {
            "type": "string"
          },
          "delivery_types": {
            "items": {
              "$ref": "#/definitions/DefaultCollectDeliveryTypes_878",
              "type": "object"
            },
            "type": "array"
          },
          "description": {
            "type": "string"
          },
          "harvest": {
            "type": "string"
          },
          "id": {
            "type": "integer"
          },
          "market_label": {
            "type": "string"
          },
          "market_reference": {
            "type": "string"
          },
          "marketing_tag": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "maturities": {
            "items": {
              "$ref": "#/definitions/DefaultCollectMaturity_877",
              "type": "object"
            },
            "type": "array"
          },
          "picture_url": {
            "type": "string"
          },
          "priority": {
            "type": "integer"
          },
          "product_label": {
            "type": "string"
          },
          "quality_label": {
            "type": "string"
          },
          "quantity_max_per_customer": {
            "type": "number"
          },
          "remaining_quantity": {
            "type": "number"
          },
          "short_description": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "type_label": {
            "type": "string"
          }
        },
        "required": [
          "base_label",
          "delivery_types",
          "description",
          "harvest",
          "id",
          "market_label",
          "market_reference",
          "picture_url",
          "priority",
          "product_label",
          "quality_label",
          "quantity_max_per_customer",
          "remaining_quantity",
          "short_description",
          "title",
          "type",
          "type_label"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "collection_offers"
  ],
  "title": "CollectionOffer - DefaultCollectOffer",
  "type": "object"
}

JSON instance

{
  "collection_offers": [
    {
      "base_label": "Ut mollit esse",
      "delivery_types": [
        {
          "delivery_modes": [
            {
              "code": "et conse",
              "type": "commodo magna eiusmod Ut repr",
              "value": "proident consectetur adipisicing deserunt"
            },
            {
              "code": "non aliqua aute dolore",
              "type": "Lorem sunt mollit",
              "value": "aliqua anim sit"
            },
            {
              "code": "dolor",
              "type": "consequat repreh",
              "value": "amet nisi"
            }
          ],
          "delivery_periods": [
            {
              "central_place_price": 4208729.686919719,
              "code": "ut Excepteur dolore",
              "direct_farm_price": 27155061.859059915,
              "harvest_type": "irure",
              "id": 97506856,
              "increase": -62751324.75034036,
              "last_price_update": "2010-02-06T11:03:59.797Z",
              "name": "dolor voluptate",
              "roll_on_price": -24896889.69158666,
              "satellite_place_price": -37887468.59305112
            },
            {
              "central_place_price": 53840534.098103285,
              "code": "eu exercitation sint",
              "direct_farm_price": -78289519.58376372,
              "harvest_type": "cupidatat Lorem",
              "id": 82157638,
              "increase": 15188530.630277202,
              "last_price_update": "2005-01-31T02:39:41.574Z",
              "name": "voluptate",
              "roll_on_price": 51431129.945776016,
              "satellite_place_price": -465491.87651750445
            },
            {
              "central_place_price": -32837418.11682588,
              "code": "Excepteur minim eu",
              "direct_farm_price": -75270752.58807833,
              "harvest_type": "Ut deserunt dolor et",
              "id": -24270600,
              "increase": 86085143.94601274,
              "last_price_update": "2014-06-01T00:41:34.650Z",
              "name": "minim consequat ea",
              "roll_on_price": -27845479.151017427,
              "satellite_place_price": 29552113.088446096
            },
            {
              "central_place_price": 20207496.630745053,
              "code": "anim incididunt ut eiusmod est",
              "direct_farm_price": -31048145.08932741,
              "harvest_type": "eiusmod elit est",
              "id": 7947662,
              "increase": -78604657.97419778,
              "last_price_update": "1976-08-09T16:19:18.469Z",
              "name": "eiusmod est aliqua Ut et",
              "roll_on_price": -56826731.283548385,
              "satellite_place_price": -41748722.76251138
            }
          ],
          "id": 76018414,
          "main_type": "sint dolore",
          "order": 66198000
        },
        {
          "delivery_modes": [
            {
              "code": "amet",
              "type": "irure",
              "value": "elit est ut Lorem incid"
            },
            {
              "code": "ex proident",
              "type": "exercitation esse",
              "value": "occaecat mollit"
            },
            {
              "code": "non esse dolor dolore",
              "type": "anim ullamco",
              "value": "in aliquip do qui"
            },
            {
              "code": "ullamco ut tempor in",
              "type": "aliqua deserunt laborum",
              "value": "laborum aliqua commodo"
            },
            {
              "code": "sed",
              "type": "enim ",
              "value": "ipsum"
            }
          ],
          "delivery_periods": [
            {
              "central_place_price": 83317171.6816285,
              "code": "veniam non",
              "direct_farm_price": -87679122.02466719,
              "harvest_type": "irure aliqua",
              "id": 48569071,
              "increase": -48346236.26659527,
              "last_price_update": "1961-04-13T09:34:28.908Z",
              "name": "Lorem eiusmod adipisicing",
              "roll_on_price": -69157105.5920595,
              "satellite_place_price": 96949945.88343379
            },
            {
              "central_place_price": 6511008.314455941,
              "code": "in sed",
              "direct_farm_price": 67903089.41584837,
              "harvest_type": "commodo non",
              "id": -43655253,
              "increase": 78222071.30533534,
              "last_price_update": "2006-12-02T11:57:44.862Z",
              "name": "eiusmod culpa",
              "roll_on_price": -23464207.422224566,
              "satellite_place_price": 45462309.84552789
            },
            {
              "central_place_price": 74567026.23859397,
              "code": "sint elit esse culpa",
              "direct_farm_price": 19958871.83269401,
              "harvest_type": "mollit",
              "id": 47504657,
              "increase": 60004007.07646674,
              "last_price_update": "2009-06-30T07:47:05.527Z",
              "name": "fugiat cillum",
              "roll_on_price": 98834330.98612034,
              "satellite_place_price": -39602593.61789027
            }
          ],
          "id": 79508867,
          "main_type": "do minim consectetur",
          "order": 61693797
        },
        {
          "delivery_modes": [
            {
              "code": "cupidatat",
              "type": "minim tempor occaecat",
              "value": "ad in ut nulla qui"
            }
          ],
          "delivery_periods": [
            {
              "central_place_price": 32951191.278828815,
              "code": "sunt nostrud minim enim",
              "direct_farm_price": 31369335.97406082,
              "harvest_type": "fugiat ullamco commodo",
              "id": -93584072,
              "increase": -70637747.79761297,
              "last_price_update": "1984-05-10T08:33:45.512Z",
              "name": "nisi deserunt",
              "roll_on_price": -95870680.86871967,
              "satellite_place_price": 49423776.37880996
            }
          ],
          "id": -27970292,
          "main_type": "deserunt non reprehenderit",
          "order": -42513388
        }
      ],
      "description": "exercitation",
      "harvest": "do tempor",
      "id": 59748985,
      "market_label": "sed qui occaecat dolor",
      "market_reference": "ullamco",
      "picture_url": "do et",
      "priority": 20495009,
      "product_label": "consectetur minim do Excepteur",
      "quality_label": "officia et cupidatat",
      "quantity_max_per_customer": 29196118.732526347,
      "remaining_quantity": -80438767.76819627,
      "short_description": "do adipisici",
      "title": "commodo mollit et",
      "type": "dolore voluptate laboris reprehenderit Duis",
      "type_label": "ut culpa incididunt qui"
    }
  ]
}

Validation #360

Failure

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

  • The property '#/' contains additional properties ["idUserSfl", "mobilePhone", "otpCode", "status", "codeRetry", "codeRenewCount", "confirmationCodeDate", "sendingCodeDate", "culture", "offersMaturityId", "offersDeliveryPeriodId", "offersDeliveryModedId", "commodityCode", "commodityLabel", "minCropPrice", "hashIdFarm", "customerEmail", "contactEmail", "submitDate", "periodMaturityId", "firstCheckProcess", "contractProcess", "errorMessage", "secondCheckProcess"] outside of the schema when none are allowed in schema dd65566b-bb9f-5dcc-a61c-a780b65a8a9e
  • The property '#/comment' of type null did not match the following type: string in schema dd65566b-bb9f-5dcc-a61c-a780b65a8a9e
  • The property '#/' did not contain a required property of 'baseLabel' in schema dd65566b-bb9f-5dcc-a61c-a780b65a8a9e
  • The property '#/' did not contain a required property of 'cropCode' in schema dd65566b-bb9f-5dcc-a61c-a780b65a8a9e
  • The property '#/' did not contain a required property of 'cropLabel' in schema dd65566b-bb9f-5dcc-a61c-a780b65a8a9e
  • The property '#/' did not contain a required property of 'harvest' in schema dd65566b-bb9f-5dcc-a61c-a780b65a8a9e
  • The property '#/' did not contain a required property of 'harvestType' in schema dd65566b-bb9f-5dcc-a61c-a780b65a8a9e
  • The property '#/' did not contain a required property of 'offerQualityType' in schema dd65566b-bb9f-5dcc-a61c-a780b65a8a9e
  • The property '#/' did not contain a required property of 'offerType' in schema dd65566b-bb9f-5dcc-a61c-a780b65a8a9e
  • The property '#/' did not contain a required property of 'offerTypeLabel' in schema dd65566b-bb9f-5dcc-a61c-a780b65a8a9e
  • The property '#/' did not contain a required property of 'periodName' in schema dd65566b-bb9f-5dcc-a61c-a780b65a8a9e
  • The property '#/' did not contain a required property of 'product' in schema dd65566b-bb9f-5dcc-a61c-a780b65a8a9e
  • The property '#/' did not contain a required property of 'productLabel' in schema dd65566b-bb9f-5dcc-a61c-a780b65a8a9e

JSON Schema

{
  "additionalProperties": false,
  "properties": {
    "baseLabel": {
      "type": "string"
    },
    "basePrice": {
      "type": "number"
    },
    "comment": {
      "type": "string"
    },
    "cropCode": {
      "type": "string"
    },
    "cropLabel": {
      "type": "string"
    },
    "customerNumber": {
      "type": "string"
    },
    "deliveryMode": {
      "type": "string"
    },
    "deliveryPlace": {
      "type": "string"
    },
    "harvest": {
      "type": "string"
    },
    "harvestType": {
      "type": "string"
    },
    "lastPriceUpdate": {
      "format": "datetime",
      "type": "string"
    },
    "maturity": {
      "type": "string"
    },
    "offerId": {
      "type": "integer"
    },
    "offerQualityType": {
      "type": "string"
    },
    "offerType": {
      "type": "string"
    },
    "offerTypeLabel": {
      "type": "string"
    },
    "periodCode": {
      "type": "string"
    },
    "periodName": {
      "type": "string"
    },
    "price": {
      "type": "number"
    },
    "priceDiff": {
      "type": "number"
    },
    "product": {
      "type": "string"
    },
    "productLabel": {
      "type": "string"
    },
    "quantity": {
      "type": "number"
    },
    "strikePrice": {
      "type": "number"
    },
    "transactionDate": {
      "format": "datetime",
      "type": "string"
    },
    "transactionId": {
      "type": "string"
    },
    "transactionRef": {
      "type": "integer"
    },
    "warrantyCost": {
      "type": "number"
    }
  },
  "required": [
    "baseLabel",
    "basePrice",
    "comment",
    "cropCode",
    "cropLabel",
    "customerNumber",
    "deliveryMode",
    "deliveryPlace",
    "harvest",
    "harvestType",
    "lastPriceUpdate",
    "maturity",
    "offerId",
    "offerQualityType",
    "offerType",
    "offerTypeLabel",
    "periodCode",
    "periodName",
    "price",
    "priceDiff",
    "product",
    "productLabel",
    "quantity",
    "strikePrice",
    "transactionDate",
    "transactionId",
    "transactionRef",
    "warrantyCost"
  ],
  "title": "Transaction - ExtendedTransaction",
  "type": "object"
}

JSON instance

{
  "basePrice": 71.75,
  "codeRenewCount": 1,
  "codeRetry": 0,
  "comment": null,
  "commodityCode": "BL2",
  "commodityLabel": "Blé",
  "confirmationCodeDate": null,
  "contactEmail": "julien.lourdens+2211@applidium.com",
  "contractProcess": 0,
  "culture": "fr-FR",
  "customerEmail": "julien.lourdens+2211@applidium.com",
  "customerNumber": "98050156",
  "deliveryMode": "CENTRAL",
  "deliveryPlace": "CTL",
  "errorMessage": null,
  "firstCheckProcess": 753643,
  "hashIdFarm": "3fa4bd40820fc2b5592001a04b7c2488430bf2048aca95b49fec713de555eb61",
  "idUserSfl": "DFEA2362-5613-4C24-A78E-32110107B2CF",
  "lastPriceUpdate": "2018-09-19T14:31:00",
  "maturity": "MAR-19",
  "minCropPrice": 71.75,
  "mobilePhone": "0625540120",
  "offerId": 1,
  "offersDeliveryModedId": 1,
  "offersDeliveryPeriodId": 2,
  "offersMaturityId": null,
  "otpCode": "0782",
  "periodCode": "SEPT",
  "periodMaturityId": 0,
  "price": 75.75,
  "priceDiff": 2,
  "quantity": 100,
  "secondCheckProcess": 0,
  "sendingCodeDate": "2018-09-19T14:31:27.29",
  "status": 0,
  "strikePrice": 203.5,
  "submitDate": "2018-09-19T14:31:00",
  "transactionDate": "2018-09-19T14:31:26.297",
  "transactionId": "7274db0e-bdb1-494d-83d8-e04552778e09",
  "transactionRef": 100009,
  "warrantyCost": 4
}

Validation #359

Success

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

JSON Schema

{
  "additionalProperties": false,
  "properties": {
    "baseLabel": {
      "type": "string"
    },
    "basePrice": {
      "type": "number"
    },
    "comment": {
      "type": "string"
    },
    "cropCode": {
      "type": "string"
    },
    "cropLabel": {
      "type": "string"
    },
    "customerNumber": {
      "type": "string"
    },
    "deliveryMode": {
      "type": "string"
    },
    "deliveryPlace": {
      "type": "string"
    },
    "harvest": {
      "type": "string"
    },
    "harvestType": {
      "type": "string"
    },
    "lastPriceUpdate": {
      "format": "datetime",
      "type": "string"
    },
    "maturity": {
      "type": "string"
    },
    "offerId": {
      "type": "integer"
    },
    "offerQualityType": {
      "type": "string"
    },
    "offerType": {
      "type": "string"
    },
    "offerTypeLabel": {
      "type": "string"
    },
    "periodCode": {
      "type": "string"
    },
    "periodName": {
      "type": "string"
    },
    "price": {
      "type": "number"
    },
    "priceDiff": {
      "type": "number"
    },
    "product": {
      "type": "string"
    },
    "productLabel": {
      "type": "string"
    },
    "quantity": {
      "type": "number"
    },
    "strikePrice": {
      "type": "number"
    },
    "transactionDate": {
      "format": "datetime",
      "type": "string"
    },
    "transactionId": {
      "type": "string"
    },
    "transactionRef": {
      "type": "integer"
    },
    "warrantyCost": {
      "type": "number"
    }
  },
  "required": [
    "baseLabel",
    "basePrice",
    "comment",
    "cropCode",
    "cropLabel",
    "customerNumber",
    "deliveryMode",
    "deliveryPlace",
    "harvest",
    "harvestType",
    "lastPriceUpdate",
    "maturity",
    "offerId",
    "offerQualityType",
    "offerType",
    "offerTypeLabel",
    "periodCode",
    "periodName",
    "price",
    "priceDiff",
    "product",
    "productLabel",
    "quantity",
    "strikePrice",
    "transactionDate",
    "transactionId",
    "transactionRef",
    "warrantyCost"
  ],
  "title": "Transaction - ExtendedTransaction",
  "type": "object"
}

JSON instance

{
  "baseLabel": "non",
  "basePrice": 19832859.38676183,
  "comment": "id",
  "cropCode": "in",
  "cropLabel": "elit Lorem Ut cupidatat enim",
  "customerNumber": "mollit adipisicin",
  "deliveryMode": "do ad incididunt l",
  "deliveryPlace": "in aute eu",
  "harvest": "ad consectetur adipisicing",
  "harvestType": "velit ut Lorem qui",
  "lastPriceUpdate": "1999-06-28T04:44:22.103Z",
  "maturity": "ut laboris Ut cillum",
  "offerId": 71649486,
  "offerQualityType": "incididunt eu ipsum mollit",
  "offerType": "sunt",
  "offerTypeLabel": "adipisicing sit do",
  "periodCode": "veniam",
  "periodName": "cillum dolor",
  "price": 98243294.51818419,
  "priceDiff": 98399826.88425967,
  "product": "minim",
  "productLabel": "dolor",
  "quantity": 8598415.1444031,
  "strikePrice": -20677010.605816066,
  "transactionDate": "2014-12-24T19:17:40.878Z",
  "transactionId": "amet veniam",
  "transactionRef": -89943165,
  "warrantyCost": 85387911.23056689
}

Validation #358

Success

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

JSON Schema

{
  "additionalProperties": false,
  "description": "Automatically generated (please edit me)",
  "properties": {
    "expenses": {
      "description": "{ \"expense.id\": \"reason\", \"expense.id2\": \"reason2\" }",
      "type": "object"
    }
  },
  "title": "ExpenseReportDelete - DefaultExpenseReportDelete",
  "type": "object"
}

JSON instance

{
  "expenses": {
    "1": "lol"
  }
}

Validation #357

Failure

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

  • The property '#/' contains additional properties ["expense"] outside of the schema when none are allowed in schema 2f4a10d3-c6a2-5779-adeb-694a18ea482b

JSON Schema

{
  "additionalProperties": false,
  "description": "Automatically generated (please edit me)",
  "properties": {
    "expenses": {
      "description": "{ \"expense.id\": \"reason\", \"expense.id2\": \"reason2\" }",
      "type": "object"
    }
  },
  "title": "ExpenseReportDelete - DefaultExpenseReportDelete",
  "type": "object"
}

JSON instance

{
  "expense": {
    "1": "lol"
  }
}

Validation #356

Failure

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

  • The property '#/' contains additional properties ["1"] outside of the schema when none are allowed in schema 2f4a10d3-c6a2-5779-adeb-694a18ea482b

JSON Schema

{
  "additionalProperties": false,
  "description": "Automatically generated (please edit me)",
  "properties": {
    "expenses": {
      "description": "{ \"expense.id\": \"reason\", \"expense.id2\": \"reason2\" }",
      "type": "object"
    }
  },
  "title": "ExpenseReportDelete - DefaultExpenseReportDelete",
  "type": "object"
}

JSON instance

{
  "1": "lol"
}

Validation #355

Failure

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

  • The property '#/subscription' did not contain a required property of 'coworker_coupons' in schema 95a0d040-ba34-51de-9007-a9bea4ae79cb

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "CompanyCoupon_1030": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "available": {
          "description": "\tCoupon availability (i.e. coupon not already used by a subscription)",
          "type": "boolean"
        },
        "company": {
          "description": "CompanyCoupon company",
          "type": "object"
        },
        "id": {
          "type": "integer"
        },
        "offer": {
          "$ref": "#/definitions/DefaultOffer_1025",
          "description": "CompanyCoupon offer",
          "type": "object"
        },
        "type": {
          "description": "Coupon code",
          "type": "string"
        }
      },
      "required": [
        "available",
        "company",
        "id",
        "offer",
        "type"
      ],
      "title": "Coupon - CompanyCoupon",
      "type": "object"
    },
    "DefaultCoworkerCoupon_1031": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {},
      "title": "CoworkerCoupon - DefaultCoworkerCoupon",
      "type": "object"
    },
    "DefaultOffer_1025": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "has_access_to_private_offices": {
          "description": "Offer gives acces to private office?",
          "type": "boolean"
        },
        "hidden": {
          "description": "Offer not directly subscribable by user",
          "type": "boolean"
        },
        "highlighted": {
          "description": "Offer highlighted (only one per kind)",
          "type": "boolean"
        },
        "ht_price": {
          "description": "Offer price without VAT",
          "type": "string"
        },
        "ht_price_per_day": {
          "description": "Offer price per day without VAT",
          "type": "string"
        },
        "id": {
          "description": "Offer id",
          "type": "integer"
        },
        "kind": {
          "description": "Offer kind (0: free, 1: open, 2: office)",
          "type": "integer"
        },
        "marketing_name": {
          "description": "Offer’s marketing name (optional)",
          "type": "string"
        },
        "multiplier_for_durations": {
          "description": "\tList of offer’s possible durations localized string along with the corresponding multiplier",
          "items": {
            "type": "object"
          },
          "type": "array"
        },
        "name": {
          "description": "Offer name",
          "type": "string"
        },
        "number_of_bookings_per_month": {
          "description": "Offer number of meeting room booking credits per month",
          "type": "integer"
        },
        "one_time": {
          "description": "Offer subscribable only once per user",
          "type": "boolean"
        },
        "period": {
          "description": "Offer period (0: day, 1: week, 2: month)",
          "type": "integer"
        },
        "price": {
          "description": "Offer price with VAT",
          "type": "string"
        },
        "space_id": {
          "description": "Offer’s space id",
          "type": "integer"
        }
      },
      "required": [
        "has_access_to_private_offices",
        "hidden",
        "highlighted",
        "ht_price",
        "ht_price_per_day",
        "id",
        "kind",
        "marketing_name",
        "multiplier_for_durations",
        "name",
        "number_of_bookings_per_month",
        "one_time",
        "period",
        "price",
        "space_id"
      ],
      "title": "Offer - DefaultOffer",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "subscription": {
      "additionalProperties": false,
      "properties": {
        "coworker_coupons": {
          "description": "Subscription coworker coupons in case offer includes a private office",
          "items": {
            "$ref": "#/definitions/DefaultCoworkerCoupon_1031",
            "type": "object"
          },
          "type": "array"
        },
        "from": {
          "description": "Subscription start date",
          "format": "date",
          "type": "string"
        },
        "id": {
          "description": "Subscription id",
          "type": "integer"
        },
        "multiplier": {
          "description": "\tSubscription multiplier of the offer’s price, duration and number_of_bookings_per_month",
          "type": "integer"
        },
        "number_of_bookings_left": {
          "description": "Subscription number of bookings left",
          "type": "integer"
        },
        "offer_id": {
          "description": "Subscription offer",
          "type": "integer"
        },
        "price": {
          "description": "Subscription price",
          "type": "integer"
        },
        "private_office_id": {
          "description": "Subscription private office id, if offer has access to private offices",
          "type": "integer"
        },
        "resume_coupon": {
          "anyOf": [
            {
              "$ref": "#/definitions/CompanyCoupon_1030",
              "description": "Subscription resume coupon",
              "type": "object"
            },
            {
              "type": "null"
            }
          ]
        },
        "to": {
          "description": "Subscription end date",
          "format": "date",
          "type": "string"
        }
      },
      "required": [
        "coworker_coupons",
        "from",
        "id",
        "multiplier",
        "number_of_bookings_left",
        "offer_id",
        "price",
        "private_office_id",
        "resume_coupon",
        "to"
      ],
      "type": "object"
    }
  },
  "required": [
    "subscription"
  ],
  "title": "Subscription - DefaultSubscription",
  "type": "object"
}

JSON instance

{
  "subscription": {
    "from": "1974-05-06",
    "id": -9131854,
    "multiplier": 42315663,
    "number_of_bookings_left": 95097565,
    "offer_id": -20074997,
    "price": 74453270,
    "private_office_id": 39274783,
    "resume_coupon": null,
    "to": "2007-05-13"
  }
}

Validation #354

Failure

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

  • The property '#/subscription' did not contain a required property of 'coworker_coupons' in schema 95a0d040-ba34-51de-9007-a9bea4ae79cb

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "CompanyCoupon_1030": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "available": {
          "description": "\tCoupon availability (i.e. coupon not already used by a subscription)",
          "type": "boolean"
        },
        "company": {
          "description": "CompanyCoupon company",
          "type": "object"
        },
        "id": {
          "type": "integer"
        },
        "offer": {
          "$ref": "#/definitions/DefaultOffer_1025",
          "description": "CompanyCoupon offer",
          "type": "object"
        },
        "type": {
          "description": "Coupon code",
          "type": "string"
        }
      },
      "required": [
        "available",
        "company",
        "id",
        "offer",
        "type"
      ],
      "title": "Coupon - CompanyCoupon",
      "type": "object"
    },
    "DefaultCoworkerCoupon_1031": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {},
      "title": "CoworkerCoupon - DefaultCoworkerCoupon",
      "type": "object"
    },
    "DefaultOffer_1025": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "has_access_to_private_offices": {
          "description": "Offer gives acces to private office?",
          "type": "boolean"
        },
        "hidden": {
          "description": "Offer not directly subscribable by user",
          "type": "boolean"
        },
        "highlighted": {
          "description": "Offer highlighted (only one per kind)",
          "type": "boolean"
        },
        "ht_price": {
          "description": "Offer price without VAT",
          "type": "string"
        },
        "ht_price_per_day": {
          "description": "Offer price per day without VAT",
          "type": "string"
        },
        "id": {
          "description": "Offer id",
          "type": "integer"
        },
        "kind": {
          "description": "Offer kind (0: free, 1: open, 2: office)",
          "type": "integer"
        },
        "marketing_name": {
          "description": "Offer’s marketing name (optional)",
          "type": "string"
        },
        "multiplier_for_durations": {
          "description": "\tList of offer’s possible durations localized string along with the corresponding multiplier",
          "items": {
            "type": "object"
          },
          "type": "array"
        },
        "name": {
          "description": "Offer name",
          "type": "string"
        },
        "number_of_bookings_per_month": {
          "description": "Offer number of meeting room booking credits per month",
          "type": "integer"
        },
        "one_time": {
          "description": "Offer subscribable only once per user",
          "type": "boolean"
        },
        "period": {
          "description": "Offer period (0: day, 1: week, 2: month)",
          "type": "integer"
        },
        "price": {
          "description": "Offer price with VAT",
          "type": "string"
        },
        "space_id": {
          "description": "Offer’s space id",
          "type": "integer"
        }
      },
      "required": [
        "has_access_to_private_offices",
        "hidden",
        "highlighted",
        "ht_price",
        "ht_price_per_day",
        "id",
        "kind",
        "marketing_name",
        "multiplier_for_durations",
        "name",
        "number_of_bookings_per_month",
        "one_time",
        "period",
        "price",
        "space_id"
      ],
      "title": "Offer - DefaultOffer",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "subscription": {
      "additionalProperties": false,
      "properties": {
        "coworker_coupons": {
          "description": "Subscription coworker coupons in case offer includes a private office",
          "items": {
            "$ref": "#/definitions/DefaultCoworkerCoupon_1031",
            "type": "object"
          },
          "type": "array"
        },
        "from": {
          "description": "Subscription start date",
          "format": "date",
          "type": "string"
        },
        "id": {
          "description": "Subscription id",
          "type": "integer"
        },
        "multiplier": {
          "description": "\tSubscription multiplier of the offer’s price, duration and number_of_bookings_per_month",
          "type": "integer"
        },
        "number_of_bookings_left": {
          "description": "Subscription number of bookings left",
          "type": "integer"
        },
        "offer_id": {
          "description": "Subscription offer",
          "type": "integer"
        },
        "price": {
          "description": "Subscription price",
          "type": "integer"
        },
        "private_office_id": {
          "description": "Subscription private office id, if offer has access to private offices",
          "type": "integer"
        },
        "resume_coupon": {
          "anyOf": [
            {
              "$ref": "#/definitions/CompanyCoupon_1030",
              "description": "Subscription resume coupon",
              "type": "object"
            },
            {
              "type": "null"
            }
          ]
        },
        "to": {
          "description": "Subscription end date",
          "format": "date",
          "type": "string"
        }
      },
      "required": [
        "coworker_coupons",
        "from",
        "id",
        "multiplier",
        "number_of_bookings_left",
        "offer_id",
        "price",
        "private_office_id",
        "resume_coupon",
        "to"
      ],
      "type": "object"
    }
  },
  "required": [
    "subscription"
  ],
  "title": "Subscription - DefaultSubscription",
  "type": "object"
}

JSON instance

{
  "subscription": {
    "from": "2007-06-05",
    "id": -48345186,
    "multiplier": 24412975,
    "number_of_bookings_left": 80130692,
    "offer_id": 67092565,
    "price": -46701349,
    "private_office_id": -69657891,
    "resume_coupon": null,
    "to": "1946-02-28"
  }
}