The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"properties": {
"base_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"comment": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"customer_number": {
"description": "Farm customer number",
"type": "string"
},
"customer_relation_email": {
"type": "string"
},
"delivery_mode": {
"description": "deliveryType.main_type",
"type": "string"
},
"delivery_mode_id": {
"anyOf": [
{
"description": "deliveryType.id",
"type": "integer"
},
{
"type": "null"
}
]
},
"delivery_period_code": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"delivery_period_id": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"delivery_period_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"delivery_place": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"delivery_place_label": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"email": {
"type": "string"
},
"hash_farm_id": {
"description": "Le Hash de l’IdFARM sera un code généré par le Front Farmi pour permettre le contrôle d’accès à une transaction associé à une exploitation.",
"type": "string"
},
"language": {
"type": "string"
},
"last_price_update": {
"format": "date-time",
"type": "string"
},
"maturity": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"maturity_id": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"mobile_phone": {
"type": "string"
},
"offer_id": {
"type": "integer"
},
"price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"price_difference": {
"anyOf": [
{
"description": "= priceDiff côté Soufflet",
"type": "number"
},
{
"type": "null"
}
]
},
"price_zone_id": {
"type": "integer"
},
"quantity": {
"type": "number"
},
"strike_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"warranty_cost": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"customer_number",
"customer_relation_email",
"delivery_mode",
"delivery_mode_id",
"delivery_period_code",
"delivery_period_id",
"delivery_period_name",
"delivery_place_label",
"email",
"hash_farm_id",
"language",
"mobile_phone",
"offer_id",
"price_zone_id",
"quantity"
],
"title": "OfferTransaction - NewTransactionParameters",
"type": "object"
}
{
"offer_transaction": {
"base_price": 152.75,
"comment": "FIRST TEST TRANSACTION",
"customer_number": "98050156",
"customer_relation_email": "julien.lourdens+2211@applidium.com",
"delivery_mode": "RDU2",
"delivery_mode_id": 1,
"delivery_period_code": "Moisson",
"delivery_period_id": 1,
"delivery_period_name": "Moisson",
"delivery_place": "0004",
"email": "julien.lourdens+2211@applidium.com",
"hash_farm_id": "OTgwNTAxNTY=",
"language": "fr-FR",
"last_price_update": "2018-08-02T18:54:44.8600000",
"maturity": null,
"maturity_id": null,
"mobile_phone": "0600000000",
"offer_id": 8,
"price": 160.75,
"price_difference": 8,
"price_zone_id": 36,
"quantity": 10,
"strike_price": 212.75,
"warranty_cost": 3
}
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"access": {
"type": "string"
},
"refresh": {
"type": "string"
}
},
"required": [
"access",
"refresh"
],
"title": "JWT - DefaultJWT",
"type": "object"
}
{
"refresh": "laboris occaecat"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"properties": {
"farm": {
"additionalProperties": false,
"properties": {
"customer_number": {
"description": "numClient",
"pattern": "\\d*",
"type": "string"
},
"provider": {
"description": "provider, mandatory for international farm",
"enum": [
"AGR",
"AGR-INT"
],
"type": "string"
},
"zip_code": {
"description": "zipCode",
"pattern": "^(([0-8][0-9])|(9[0-5])|(2[ab]))[0-9]{3}$",
"type": "string"
}
},
"required": [
"customer_number",
"provider",
"zip_code"
],
"type": "object"
}
},
"required": [
"farm"
],
"title": "Farm - NewFarm",
"type": "object"
}
{
"farm": {
"customer_number": "162944",
"provider": "AGR-INT",
"zip_code": "30070"
},
"language": "cs-CZ"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"properties": {
"farm": {
"additionalProperties": false,
"properties": {
"customer_number": {
"description": "numClient",
"pattern": "\\d*",
"type": "string"
},
"provider": {
"description": "provider, mandatory for international farm",
"enum": [
"AGR",
"AGR-INT"
],
"type": "string"
},
"zip_code": {
"description": "zipCode",
"pattern": "^(([0-8][0-9])|(9[0-5])|(2[ab]))[0-9]{3}$",
"type": "string"
}
},
"required": [
"customer_number",
"provider",
"zip_code"
],
"type": "object"
}
},
"required": [
"farm"
],
"title": "Farm - NewFarm",
"type": "object"
}
{
"farm": {
"customer_number": "160639",
"provider": "AGR-INT",
"zip_code": "682 01"
},
"language": "cs-CZ"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"properties": {
"customer_number": {
"description": "numClient",
"pattern": "\\d*",
"type": "string"
},
"provider": {
"description": "provider, mandatory for international farm",
"enum": [
"AGR",
"AGR-INT"
],
"type": "string"
},
"zip_code": {
"description": "zipCode",
"pattern": "^(([0-8][0-9])|(9[0-5])|(2[ab]))[0-9]{3}$",
"type": "string"
}
},
"required": [
"customer_number",
"provider",
"zip_code"
],
"title": "Farm - NewFarm",
"type": "object"
}
{
"farm": {
"customer_number": "160639",
"provider": "AGR-INT",
"zip_code": "682 01"
},
"language": "cs-CZ"
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"access": {
"type": "string"
},
"refresh": {
"type": "string"
}
},
"required": [
"access",
"refresh"
],
"title": "JWT - DefaultJWT",
"type": "object"
}
{
"access": "no",
"refresh": "aliquip officia Lorem dolor cupidatat"
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {},
"title": "JWT - DefaultJWT",
"type": "object"
}
{}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"properties": {
"customer_number": {
"description": "numClient",
"pattern": "\\d*",
"type": "string"
},
"provider": {
"description": "provider, mandatory for international farm",
"enum": [
"AGR",
"AGR-INT"
],
"type": "string"
},
"zip_code": {
"description": "zipCode",
"pattern": "^(([0-8][0-9])|(9[0-5])|(2[ab]))[0-9]{3}$",
"type": "string"
}
},
"required": [
"customer_number",
"provider",
"zip_code"
],
"title": "Farm - NewFarm",
"type": "object"
}
{
"farm": {
"customer_number": "98001605",
"farm_subscriptions": [],
"provider": "AGR",
"zip_code": "10400"
},
"language": "fr-FR"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Generated from Pericles with shasum 03dcf7a56d1d9e451caa3ddbd8c8683ea085cab1",
"properties": {
"data": {},
"errors": {
"items": {
"type": "string"
},
"minItems": 1,
"type": "array",
"uniqueItems": true
},
"status": {
"type": "string"
}
},
"required": [
"errors"
],
"type": "object"
}
{
"data": null,
"errors": [],
"status": "error"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"properties": {
"farm": {
"additionalProperties": false,
"properties": {
"customer_number": {
"description": "numClient",
"pattern": "\\d*",
"type": "string"
},
"provider": {
"description": "provider, mandatory for international farm",
"enum": [
"AGR",
"AGR-INT"
],
"type": "string"
},
"zip_code": {
"description": "zipCode",
"pattern": "^(([0-8][0-9])|(9[0-5])|(2[ab]))[0-9]{3}$",
"type": "string"
}
},
"required": [
"customer_number",
"provider",
"zip_code"
],
"type": "object"
}
},
"required": [
"farm"
],
"title": "Farm - NewFarm",
"type": "object"
}
{
"farm": {
"customer_number": "98002849",
"farm_subscriptions": [],
"provider": "AGR",
"zip_code": "10400"
},
"language": "fr-FR"
}