The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultCellVariety_776": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cell": {
"type": "string"
},
"variety": {
"type": "string"
}
},
"title": "CellVariety - DefaultCellVariety",
"type": "object"
},
"DefaultContract_546": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount_to_deliver": {
"description": "qteSoldeContrat",
"minimum": 0,
"type": "number"
},
"closing_date": {
"anyOf": [
{
"description": "backend Data (settlement_price) : closingDate",
"format": "date",
"type": "string"
},
{
"type": "null"
}
]
},
"commencement_date": {
"anyOf": [
{
"description": "dateExecDebut",
"format": "date",
"type": "string"
},
{
"type": "null"
}
]
},
"commodity": {
"anyOf": [
{
"description": "codeContratTerme",
"type": "string"
},
{
"type": "null"
}
]
},
"commodity_id": {
"anyOf": [
{
"description": "backend Data (settlement_price) : sflCommodity",
"type": "string"
},
{
"type": "null"
}
]
},
"contracts": {
"items": {
"$ref": "#/definitions/minimalContract_770",
"type": "object"
},
"type": "array"
},
"crm_id": {
"description": "numContratOrigin",
"type": "string"
},
"date": {
"anyOf": [
{
"description": "dateContrat",
"format": "date",
"type": "string"
},
{
"type": "null"
}
]
},
"delivered_amount": {
"description": "qteLivreContrat",
"minimum": 0,
"type": "number"
},
"deliveries": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDelivery_552",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"deposited_amount": {
"description": "qteLivreDepot",
"minimum": 0,
"type": "number"
},
"fiscal_year": {
"description": "campagne",
"maximum": 2018,
"minimum": 2017,
"type": "integer"
},
"gain": {
"description": "gain",
"type": "number"
},
"id": {
"description": "numContratOrigin",
"pattern": "\\d*",
"type": "string"
},
"is_closed": {
"description": "clotureContrat == 'OUI'",
"type": "boolean"
},
"itk_feedback": {
"anyOf": [
{
"description": "itkFeedback\r\nDirectement la chaîne à afficher. Valeurs possibles : pas de retour, retour papier ou retour electronique",
"enum": [
"pas de retour",
"retour papier",
"retour electronique"
],
"type": "string"
},
{
"type": "null"
}
]
},
"maturity": {
"anyOf": [
{
"description": "echeanceMatif",
"type": "string"
},
{
"type": "null"
}
]
},
"maturity_id": {
"anyOf": [
{
"description": "backend Data (settlement_price) : sflMaturity",
"type": "string"
},
{
"type": "null"
}
]
},
"minimum_price": {
"description": "prixMini",
"minimum": 0,
"type": "number"
},
"name": {
"description": "libContrat",
"type": "string"
},
"orgette_price": {
"description": "prixContratOrgette",
"minimum": 0,
"type": "number"
},
"price": {
"description": "prixContrat",
"minimum": 0,
"type": "number"
},
"product_code": {
"type": "string"
},
"product_name": {
"description": "libProduitContrat",
"type": "string"
},
"quality_bonus": {
"anyOf": [
{
"description": "qualityBonus",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"samples": {
"items": {
"$ref": "#/definitions/DefaultSample_778",
"type": "object"
},
"type": "array"
},
"settlement_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"settlements": {
"items": {
"$ref": "#/definitions/DefaultSettlement_560",
"type": "object"
},
"type": "array"
},
"special_bonus": {
"anyOf": [
{
"description": "specialBonus",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"stock_type": {
"anyOf": [
{
"description": "0 = Contrat normal\r\n1 = Contrat MED",
"maximum": 1,
"minimum": 0,
"type": "integer"
},
{
"type": "null"
}
]
},
"strike": {
"description": "cotation",
"type": "number"
},
"surface": {
"anyOf": [
{
"description": "surface",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"termination_date": {
"anyOf": [
{
"description": "dateExecFin",
"format": "date",
"type": "string"
},
{
"type": "null"
}
]
},
"total_amount": {
"description": "qteContrat",
"minimum": 0,
"type": "number"
},
"type": {
"description": "typeContrat",
"type": "string"
},
"variety": {
"description": "codFamOpticollecte",
"type": "string"
},
"variety_name": {
"description": "libFamOpticollecte",
"type": "string"
},
"variety_standard_deviation": {
"anyOf": [
{
"description": "varietyStandardDeviation",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"warranty_cost": {
"description": "primeOption",
"minimum": 0,
"type": "number"
},
"yield": {
"anyOf": [
{
"description": "yield",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"amount_to_deliver",
"closing_date",
"commencement_date",
"commodity",
"commodity_id",
"contracts",
"crm_id",
"date",
"delivered_amount",
"deposited_amount",
"fiscal_year",
"gain",
"id",
"is_closed",
"itk_feedback",
"maturity",
"maturity_id",
"name",
"orgette_price",
"price",
"product_code",
"product_name",
"quality_bonus",
"samples",
"settlement_price",
"special_bonus",
"stock_type",
"strike",
"surface",
"termination_date",
"total_amount",
"type",
"variety_standard_deviation",
"yield"
],
"title": "Contract - DefaultContract",
"type": "object"
},
"DefaultDelivery_552": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"base_price": {
"description": "prixDeBase",
"minimum": 0,
"type": "number"
},
"characteristics": {
"description": "caracteristiques",
"items": {
"$ref": "#/definitions/DeliveryCharacteristic_551",
"type": "object"
},
"type": "array"
},
"contract": {
"$ref": "#/definitions/DefaultContract_546",
"type": "object"
},
"contractualizable_offer": {
"type": "boolean"
},
"date": {
"description": "dateLivraison",
"format": "date",
"type": "string"
},
"delivery_mode_code": {
"description": "\"RDU1\", \"RDU2\", \"DEP1\", \"DEP2\"",
"type": "string"
},
"delivery_number": {
"pattern": "\\d*",
"type": "string"
},
"invoices": {
"description": "factures",
"items": {
"$ref": "#/definitions/DefaultInvoice_550",
"type": "object"
},
"type": "array"
},
"net_amount": {
"description": "quantiteNette",
"minimum": 0,
"type": "number"
},
"net_price": {
"description": "prixNet",
"minimum": 0,
"type": "number"
},
"normed_amount": {
"description": "quantiteNorme",
"minimum": 0,
"type": "number"
},
"place_id": {
"description": "codeSiteDepot",
"type": "string"
},
"product_code": {
"description": "codeArticle",
"type": "string"
},
"product_name": {
"description": "libelleArticle",
"type": "string"
},
"settled_amount": {
"description": "debouclage",
"minimum": 0,
"type": "number"
},
"site_label": {
"description": "libelleSite",
"type": "string"
},
"stock_type": {
"description": "natureStock",
"maximum": 1,
"minimum": 0,
"type": "number"
},
"variety": {
"description": "codFamOpticollecte",
"type": "string"
},
"variety_name": {
"description": "libFamOpticollecte",
"type": "string"
}
},
"required": [
"base_price",
"characteristics",
"contract",
"date",
"delivery_number",
"invoices",
"net_amount",
"net_price",
"normed_amount",
"place_id",
"product_code",
"product_name",
"settled_amount",
"site_label",
"stock_type",
"variety",
"variety_name"
],
"title": "Delivery - DefaultDelivery",
"type": "object"
},
"DefaultInvoiceLine_547": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"invoice_date": {
"format": "date",
"type": "string"
},
"invoice_number": {
"pattern": "\\d*",
"type": "string"
},
"label": {
"type": "string"
},
"net_price": {
"minimum": 0,
"type": "number"
}
},
"required": [
"code",
"invoice_date",
"invoice_number",
"label",
"net_price"
],
"title": "InvoiceLine - DefaultInvoiceLine",
"type": "object"
},
"DefaultInvoicePrice_548": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"minimum": 0,
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "InvoicePrice - DefaultInvoicePrice",
"type": "object"
},
"DefaultInvoice_550": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"minimum": 0,
"type": "number"
},
"characteristics": {
"items": {
"$ref": "#/definitions/InvoiceCharacteristic_549",
"type": "object"
},
"type": "array"
},
"lines": {
"items": {
"$ref": "#/definitions/DefaultInvoiceLine_547",
"type": "object"
},
"type": "array"
},
"prices": {
"items": {
"$ref": "#/definitions/DefaultInvoicePrice_548",
"type": "object"
},
"type": "array"
},
"product_label": {
"type": "string"
}
},
"required": [
"amount",
"characteristics",
"lines",
"prices",
"product_label"
],
"title": "Invoice - DefaultInvoice",
"type": "object"
},
"DefaultSample_778": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cell_varieties": {
"items": {
"$ref": "#/definitions/DefaultCellVariety_776",
"type": "object"
},
"type": "array"
},
"characteristics": {
"items": {
"$ref": "#/definitions/SampleCharacteristic_777",
"type": "object"
},
"type": "array"
},
"date": {
"description": "The ISO 8601 date format (%Y-%m-%d)",
"format": "date",
"type": "string"
},
"number": {
"type": "string"
},
"quantity": {
"minimum": 0,
"type": "number"
}
},
"required": [
"characteristics",
"date",
"number",
"quantity"
],
"title": "Sample - DefaultSample",
"type": "object"
},
"DefaultSettlement_560": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"minimum": 0,
"type": "number"
},
"date": {
"format": "date",
"type": "string"
},
"price": {
"minimum": 0,
"type": "number"
},
"status": {
"description": "0 => nothing special, 1 => to validate",
"maximum": 1,
"minimum": 0,
"type": "integer"
}
},
"required": [
"amount",
"date",
"price",
"status"
],
"title": "Settlement - DefaultSettlement",
"type": "object"
},
"DeliveryCharacteristic_551": {
"additionalProperties": false,
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"anyOf": [
{
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"code",
"label",
"value"
],
"title": "Characteristic - DeliveryCharacteristic",
"type": "object"
},
"InvoiceCharacteristic_549": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"anyOf": [
{
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"code",
"label",
"value"
],
"title": "Characteristic - InvoiceCharacteristic",
"type": "object"
},
"SampleCharacteristic_777": {
"additionalProperties": false,
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"anyOf": [
{
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"code",
"label",
"value"
],
"title": "Characteristic - SampleCharacteristic",
"type": "object"
},
"minimalContract_770": {
"additionalProperties": false,
"properties": {
"crm_id": {
"description": "numContratOrigin",
"type": "string"
},
"id": {
"description": "numContratOrigin",
"pattern": "\\d*",
"type": "string"
}
},
"required": [
"crm_id",
"id"
],
"title": "Contract - minimalContract",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"contracts": {
"items": {
"additionalProperties": false,
"properties": {
"amount_to_deliver": {
"description": "qteSoldeContrat",
"minimum": 0,
"type": "number"
},
"closing_date": {
"anyOf": [
{
"description": "backend Data (settlement_price) : closingDate",
"format": "date",
"type": "string"
},
{
"type": "null"
}
]
},
"commencement_date": {
"anyOf": [
{
"description": "dateExecDebut",
"format": "date",
"type": "string"
},
{
"type": "null"
}
]
},
"commodity": {
"anyOf": [
{
"description": "codeContratTerme",
"type": "string"
},
{
"type": "null"
}
]
},
"commodity_id": {
"anyOf": [
{
"description": "backend Data (settlement_price) : sflCommodity",
"type": "string"
},
{
"type": "null"
}
]
},
"contracts": {
"items": {
"$ref": "#/definitions/minimalContract_770",
"type": "object"
},
"type": "array"
},
"crm_id": {
"description": "numContratOrigin",
"type": "string"
},
"date": {
"anyOf": [
{
"description": "dateContrat",
"format": "date",
"type": "string"
},
{
"type": "null"
}
]
},
"delivered_amount": {
"description": "qteLivreContrat",
"minimum": 0,
"type": "number"
},
"deliveries": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDelivery_552",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"deposited_amount": {
"description": "qteLivreDepot",
"minimum": 0,
"type": "number"
},
"fiscal_year": {
"description": "campagne",
"maximum": 2018,
"minimum": 2017,
"type": "integer"
},
"gain": {
"description": "gain",
"type": "number"
},
"id": {
"description": "numContratOrigin",
"pattern": "\\d*",
"type": "string"
},
"is_closed": {
"description": "clotureContrat == 'OUI'",
"type": "boolean"
},
"itk_feedback": {
"anyOf": [
{
"description": "itkFeedback\r\nDirectement la chaîne à afficher. Valeurs possibles : pas de retour, retour papier ou retour electronique",
"enum": [
"pas de retour",
"retour papier",
"retour electronique"
],
"type": "string"
},
{
"type": "null"
}
]
},
"maturity": {
"anyOf": [
{
"description": "echeanceMatif",
"type": "string"
},
{
"type": "null"
}
]
},
"maturity_id": {
"anyOf": [
{
"description": "backend Data (settlement_price) : sflMaturity",
"type": "string"
},
{
"type": "null"
}
]
},
"minimum_price": {
"description": "prixMini",
"minimum": 0,
"type": "number"
},
"name": {
"description": "libContrat",
"type": "string"
},
"orgette_price": {
"description": "prixContratOrgette",
"minimum": 0,
"type": "number"
},
"price": {
"description": "prixContrat",
"minimum": 0,
"type": "number"
},
"product_code": {
"type": "string"
},
"product_name": {
"description": "libProduitContrat",
"type": "string"
},
"quality_bonus": {
"anyOf": [
{
"description": "qualityBonus",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"samples": {
"items": {
"$ref": "#/definitions/DefaultSample_778",
"type": "object"
},
"type": "array"
},
"settlement_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"settlements": {
"items": {
"$ref": "#/definitions/DefaultSettlement_560",
"type": "object"
},
"type": "array"
},
"special_bonus": {
"anyOf": [
{
"description": "specialBonus",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"stock_type": {
"anyOf": [
{
"description": "0 = Contrat normal\r\n1 = Contrat MED",
"maximum": 1,
"minimum": 0,
"type": "integer"
},
{
"type": "null"
}
]
},
"strike": {
"description": "cotation",
"type": "number"
},
"surface": {
"anyOf": [
{
"description": "surface",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"termination_date": {
"anyOf": [
{
"description": "dateExecFin",
"format": "date",
"type": "string"
},
{
"type": "null"
}
]
},
"total_amount": {
"description": "qteContrat",
"minimum": 0,
"type": "number"
},
"type": {
"description": "typeContrat",
"type": "string"
},
"variety": {
"description": "codFamOpticollecte",
"type": "string"
},
"variety_name": {
"description": "libFamOpticollecte",
"type": "string"
},
"variety_standard_deviation": {
"anyOf": [
{
"description": "varietyStandardDeviation",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
},
"warranty_cost": {
"description": "primeOption",
"minimum": 0,
"type": "number"
},
"yield": {
"anyOf": [
{
"description": "yield",
"minimum": 0,
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"amount_to_deliver",
"closing_date",
"commencement_date",
"commodity",
"commodity_id",
"contracts",
"crm_id",
"date",
"delivered_amount",
"deposited_amount",
"fiscal_year",
"gain",
"id",
"is_closed",
"itk_feedback",
"maturity",
"maturity_id",
"name",
"orgette_price",
"price",
"product_code",
"product_name",
"quality_bonus",
"samples",
"settlement_price",
"special_bonus",
"stock_type",
"strike",
"surface",
"termination_date",
"total_amount",
"type",
"variety_standard_deviation",
"yield"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"contracts"
],
"title": "Contract - DefaultContract",
"type": "object"
}
[
{
"amount_to_deliver": 120,
"authorized_unlock": false,
"commencement_date": "2020-07-01T00:00:00",
"commodity": "COM",
"crm_id": "328548-000",
"date": "2020-07-20T00:00:00",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2020,
"gain": 0,
"id": "238802",
"is_closed": false,
"maturity": "FEB-21",
"minimum_price": 345,
"name": "Contrat Euronext",
"price": 354,
"product_code": "000129",
"product_name": "COLZA D HIVER",
"quality_bonus": 0,
"stock_type": 0,
"strike": 362,
"surface": 0,
"termination_date": "2020-08-31T00:00:00",
"total_amount": 120,
"type": "AE1",
"variety": "COL",
"variety_name": "COLZA",
"variety_standard_deviation": 0,
"warranty_cost": 9,
"yield": "0.000"
},
{
"amount_to_deliver": 20,
"authorized_unlock": false,
"commencement_date": "2020-09-01T00:00:00",
"commodity": "COM",
"crm_id": "328528-001",
"date": "2020-08-13T00:00:00",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2020,
"gain": 0,
"id": "238782",
"is_closed": false,
"maturity": "AUG-20",
"minimum_price": 343,
"name": "Contrat Euronext",
"price": 354,
"product_code": "000129",
"product_name": "COLZA D HIVER",
"quality_bonus": 0,
"stock_type": 0,
"strike": 358,
"surface": 0,
"termination_date": "2020-12-31T00:00:00",
"total_amount": 20,
"type": "AE1",
"variety": "COL",
"variety_name": "COLZA",
"variety_standard_deviation": 0,
"warranty_cost": 11,
"yield": "0.000"
},
{
"amount_to_deliver": 0,
"authorized_unlock": false,
"commencement_date": "2020-07-01T00:00:00",
"commodity": "COM",
"crm_id": "328528-000",
"date": "2020-04-16T00:00:00",
"delivered_amount": 10,
"delivery": [
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": "9.000"
},
{
"code": "02",
"label": "Impuretés",
"value": "0.000"
}
],
"contractualizable_offer": false,
"date": "2020-08-13T00:00:00",
"delivery_mode_code": "RDU2",
"delivery_number": "4651-1",
"net_amount": 10,
"normed_amount": 10,
"place_id": "0004",
"product_name": "COLZA D HIVER",
"site_label": "PLEURS",
"stock_type": 0
}
],
"deposited_amount": 0,
"fiscal_year": 2020,
"gain": 4,
"id": "238782",
"is_closed": false,
"maturity": "AUG-20",
"minimum_price": 343,
"name": "Contrat Euronext",
"price": 354,
"product_code": "000129",
"product_name": "COLZA D HIVER",
"quality_bonus": 0,
"settlements": [
{
"amount": 30,
"date": "2020-08-13T00:00:00",
"price": 362,
"status": 0
}
],
"stock_type": 0,
"strike": 358,
"surface": 0,
"termination_date": "2020-08-31T00:00:00",
"total_amount": 30,
"type": "AE1",
"variety": "COL",
"variety_name": "COLZA",
"variety_standard_deviation": 0,
"warranty_cost": 11,
"yield": "0.000"
},
{
"amount_to_deliver": 0,
"authorized_unlock": false,
"commencement_date": "2020-07-01T00:00:00",
"crm_id": "328510-000",
"date": "2020-02-12T00:00:00",
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2020,
"id": "238766",
"is_closed": false,
"name": "Contrat Prix Ferme",
"price": 360,
"product_code": "000129",
"product_name": "COLZA D HIVER",
"quality_bonus": 0,
"stock_type": 0,
"strike": 0,
"surface": 0,
"termination_date": "2020-08-31T00:00:00",
"total_amount": 10,
"type": "APF",
"variety": "COL",
"variety_name": "COLZA",
"variety_standard_deviation": 0,
"yield": "0.000"
}
]
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"CurrentPrice_356": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"currency": {
"description": "Should be €/t or $/b or ...",
"type": "string"
},
"direction": {
"maximum": 2,
"minimum": 0,
"type": "integer"
},
"maturity": {
"$ref": "#/definitions/DefaultMaturity_355",
"type": "object"
},
"value": {
"minimum": 0,
"type": "number"
},
"variation": {
"type": "number"
}
},
"required": [
"currency",
"direction",
"maturity",
"value",
"variation"
],
"title": "Price - CurrentPrice",
"type": "object"
},
"DefaultCommodity_357": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"current_prices": {
"items": {
"$ref": "#/definitions/CurrentPrice_356",
"type": "object"
},
"type": "array"
},
"id": {
"enum": [
"CORN",
"EUR",
"OIL",
"RAPESEED",
"SOYABEAN",
"WHEAT",
"WHEATEUR"
],
"type": "string"
},
"label": {
"anyOf": [
{
"description": "null when translation is missing",
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"current_prices",
"id",
"label"
],
"title": "Commodity - DefaultCommodity",
"type": "object"
},
"DefaultMaturity_355": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"id": {
"enum": [
"Apr18",
"Apr19",
"Apr20",
"Apr21",
"Apr22",
"Apr23",
"Aug17",
"Aug18",
"Aug19",
"Aug20",
"Aug21",
"Aug22",
"Aug23",
"Cloture",
"Dec17",
"Dec18",
"Dec19",
"Dec20",
"Dec21",
"Dec22",
"Dec23",
"Feb18",
"Feb19",
"Feb20",
"Feb21",
"Feb22",
"Feb23",
"Feb24",
"Jan18",
"Jan19",
"Jan20",
"Jan21",
"Jan22",
"Jan23",
"Jan24",
"Jul17",
"Jul18",
"Jul19",
"Jul20",
"Jul21",
"Jul22",
"Jul23",
"Jun17",
"Jun18",
"Jun19",
"Jun20",
"Jun21",
"Jun22",
"Jun23",
"Mar18",
"Mar19",
"Mar20",
"Mar21",
"Mar22",
"Mar23",
"Mar24",
"May17",
"May18",
"May19",
"May20",
"May21",
"May22",
"May23",
"N/A",
"Nov17",
"Nov18",
"Nov19",
"Nov20",
"Nov21",
"Nov22",
"Nov23",
"Oct17",
"Oct18",
"Oct19",
"Oct20",
"Oct21",
"Oct22",
"Oct23",
"Sep17",
"Sep18",
"Sep19",
"Sep20",
"Sep21",
"Sep22",
"Sep23",
"Spot"
],
"type": "string"
},
"label": {
"type": "string"
},
"short_label": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"id",
"label",
"short_label"
],
"title": "Maturity - DefaultMaturity",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"market": {
"additionalProperties": false,
"properties": {
"commodities": {
"items": {
"$ref": "#/definitions/DefaultCommodity_357",
"type": "object"
},
"type": "array"
},
"id": {
"enum": [
"ENC",
"CBOT",
"FX"
],
"type": "string"
},
"label": {
"type": "string"
},
"last_update": {
"format": "date-time",
"type": "string"
}
},
"required": [
"commodities",
"id",
"label",
"last_update"
],
"type": "object"
}
},
"required": [
"market"
],
"title": "Market - DefaultMarket",
"type": "object"
}
{
"market": {
"commodities": [
{
"current_prices": [
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Dec20",
"label": "Décembre 20",
"short_label": "Déc 20"
},
"value": 192.25,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Mar21",
"label": "Mars 21",
"short_label": "Mars 21"
},
"value": 192.25,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "May21",
"label": "Mai 21",
"short_label": "Mai 21"
},
"value": 192.25,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Sep21",
"label": "Septembre 21",
"short_label": "Sept 21"
},
"value": 184.75,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Dec21",
"label": "Décembre 21",
"short_label": "Déc 21"
},
"value": 187.75,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Mar22",
"label": "Mars 22",
"short_label": "Mars 22"
},
"value": 189,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "May22",
"label": "Mai 22",
"short_label": "Mai 22"
},
"value": 189.75,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Sep22",
"label": "Septembre 22",
"short_label": "Sept 22"
},
"value": 185.5,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Dec22",
"label": "Décembre 22",
"short_label": "Déc 22"
},
"value": 187.75,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Mar23",
"label": "Mars 23",
"short_label": "Mars 23"
},
"value": 189.75,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "May23",
"label": "Mai 23",
"short_label": "Mai 23"
},
"value": 199.25,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Sep23",
"label": "Septembre 23",
"short_label": "Sept 23"
},
"value": 191.75,
"variation": 0
}
],
"id": "WHEAT",
"label": "Blé 2 Euronext"
},
{
"current_prices": [
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Nov20",
"label": "Novembre 20",
"short_label": "Nov 20"
},
"value": 384.5,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Feb21",
"label": "Février 21",
"short_label": "Fév 21"
},
"value": 386.25,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "May21",
"label": "Mai 21",
"short_label": "Mai 21"
},
"value": 386.75,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Aug21",
"label": "Août 21",
"short_label": "Août 21"
},
"value": 378,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Nov21",
"label": "Novembre 21",
"short_label": "Nov 21"
},
"value": 380.5,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Feb22",
"label": "Février 22",
"short_label": "Fév 22"
},
"value": 379,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "May22",
"label": "Mai 22",
"short_label": "Mai 22"
},
"value": 381.25,
"variation": 0
},
{
"currency": "€/t",
"direction": 2,
"maturity": {
"id": "Aug22",
"label": "Août 22",
"short_label": "Août 22"
},
"value": 375.5,
"variation": 3.5
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Nov22",
"label": "Novembre 22",
"short_label": "Nov 22"
},
"value": 375.5,
"variation": 0
},
{
"currency": "€/t",
"direction": 2,
"maturity": {
"id": "Feb23",
"label": "Février 23",
"short_label": "Fév 23"
},
"value": 377,
"variation": 3.5
}
],
"id": "RAPESEED",
"label": "Colza Euronext"
},
{
"current_prices": [
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Nov20",
"label": "Novembre 20",
"short_label": "Nov 20"
},
"value": 171,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Jan21",
"label": "Janvier 21",
"short_label": "Jan 21"
},
"value": 172.25,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Mar21",
"label": "Mars 21",
"short_label": "Mars 21"
},
"value": 174,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Jun21",
"label": "Juin 21",
"short_label": "Juin 21"
},
"value": 176,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Aug21",
"label": "Août 21",
"short_label": "Août 21"
},
"value": 178,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Nov21",
"label": "Novembre 21",
"short_label": "Nov 21"
},
"value": 173.5,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Jan22",
"label": "Janvier 22",
"short_label": "Jan 22"
},
"value": 178,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Mar22",
"label": "Mars 22",
"short_label": "Mars 22"
},
"value": 195.75,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Jun22",
"label": "Juin 22",
"short_label": "Juin 22"
},
"value": 195.75,
"variation": 0
},
{
"currency": "€/t",
"direction": 1,
"maturity": {
"id": "Aug22",
"label": "Août 22",
"short_label": "Août 22"
},
"value": 196.5,
"variation": 0
}
],
"id": "CORN",
"label": "Maïs Euronext"
}
],
"id": "ENC",
"label": "Euronext",
"last_update": "2020-09-28T01:01:56+00:00"
}
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"ClosedPrice_489": {
"additionalProperties": false,
"properties": {
"currency": {
"description": "Should be €/t or $/b or ...",
"type": "string"
},
"date": {
"format": "date",
"type": "string"
},
"value": {
"minimum": 0,
"type": "number"
}
},
"required": [
"currency",
"date",
"value"
],
"title": "Price - ClosedPrice",
"type": "object"
},
"HistoryMaturity_530": {
"additionalProperties": false,
"properties": {
"closed_prices": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/ClosedPrice_489",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"id": {
"enum": [
"Apr18",
"Apr19",
"Apr20",
"Apr21",
"Apr22",
"Apr23",
"Aug17",
"Aug18",
"Aug19",
"Aug20",
"Aug21",
"Aug22",
"Aug23",
"Cloture",
"Dec17",
"Dec18",
"Dec19",
"Dec20",
"Dec21",
"Dec22",
"Dec23",
"Feb18",
"Feb19",
"Feb20",
"Feb21",
"Feb22",
"Feb23",
"Feb24",
"Jan18",
"Jan19",
"Jan20",
"Jan21",
"Jan22",
"Jan23",
"Jan24",
"Jul17",
"Jul18",
"Jul19",
"Jul20",
"Jul21",
"Jul22",
"Jul23",
"Jun17",
"Jun18",
"Jun19",
"Jun20",
"Jun21",
"Jun22",
"Jun23",
"Mar18",
"Mar19",
"Mar20",
"Mar21",
"Mar22",
"Mar23",
"Mar24",
"May17",
"May18",
"May19",
"May20",
"May21",
"May22",
"May23",
"N/A",
"Nov17",
"Nov18",
"Nov19",
"Nov20",
"Nov21",
"Nov22",
"Nov23",
"Oct17",
"Oct18",
"Oct19",
"Oct20",
"Oct21",
"Oct22",
"Oct23",
"Sep17",
"Sep18",
"Sep19",
"Sep20",
"Sep21",
"Sep22",
"Sep23",
"Spot"
],
"type": "string"
},
"label": {
"type": "string"
},
"short_label": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"closed_prices",
"id",
"label",
"short_label"
],
"title": "Maturity - HistoryMaturity",
"type": "object"
}
},
"properties": {
"commodity_history": {
"additionalProperties": false,
"properties": {
"id": {
"enum": [
"CORN",
"EUR",
"OIL",
"RAPESEED",
"SOYABEAN",
"WHEAT",
"WHEATEUR"
],
"type": "string"
},
"label": {
"anyOf": [
{
"description": "null when translation is missing",
"type": "string"
},
{
"type": "null"
}
]
},
"maturity": {
"$ref": "#/definitions/HistoryMaturity_530",
"type": "object"
}
},
"required": [
"id",
"label",
"maturity"
],
"type": "object"
}
},
"required": [
"commodity_history"
],
"title": "Commodity - HistoryCommodity",
"type": "object"
}
{
"commodity_history": {
"id": "WHEAT",
"label": "Blé",
"maturity": {
"closed_prices": [
{
"currency": "€/t",
"date": "2018-05-11",
"value": 196.5
},
{
"currency": "€/t",
"date": "2018-05-14",
"value": 195.25
},
{
"currency": "€/t",
"date": "2018-05-15",
"value": 195.25
},
{
"currency": "€/t",
"date": "2018-05-16",
"value": 196.5
},
{
"currency": "€/t",
"date": "2018-05-17",
"value": 197.5
},
{
"currency": "€/t",
"date": "2018-05-18",
"value": 190
},
{
"currency": "€/t",
"date": "2018-05-21",
"value": 189.5
},
{
"currency": "€/t",
"date": "2018-05-22",
"value": 192.5
},
{
"currency": "€/t",
"date": "2018-05-23",
"value": 192.75
},
{
"currency": "€/t",
"date": "2018-05-24",
"value": 194
},
{
"currency": "€/t",
"date": "2018-05-25",
"value": 196
},
{
"currency": "€/t",
"date": "2018-05-28",
"value": 197.75
},
{
"currency": "€/t",
"date": "2018-05-29",
"value": 196.5
},
{
"currency": "€/t",
"date": "2018-05-30",
"value": 189.75
},
{
"currency": "€/t",
"date": "2018-05-31",
"value": 192.25
},
{
"currency": "€/t",
"date": "2018-06-01",
"value": 188.25
},
{
"currency": "€/t",
"date": "2018-06-04",
"value": 187.75
},
{
"currency": "€/t",
"date": "2018-06-05",
"value": 189.75
},
{
"currency": "€/t",
"date": "2018-06-06",
"value": 191.5
},
{
"currency": "€/t",
"date": "2018-06-07",
"value": 191
},
{
"currency": "€/t",
"date": "2018-06-08",
"value": 187
},
{
"currency": "€/t",
"date": "2018-06-11",
"value": 185.75
},
{
"currency": "€/t",
"date": "2018-06-12",
"value": 189.25
},
{
"currency": "€/t",
"date": "2018-06-13",
"value": 188
},
{
"currency": "€/t",
"date": "2018-06-14",
"value": 187.5
},
{
"currency": "€/t",
"date": "2018-06-15",
"value": 184.25
},
{
"currency": "€/t",
"date": "2018-06-18",
"value": 182.25
},
{
"currency": "€/t",
"date": "2018-06-19",
"value": 182.25
},
{
"currency": "€/t",
"date": "2018-06-20",
"value": 184.25
},
{
"currency": "€/t",
"date": "2018-06-21",
"value": 186.75
},
{
"currency": "€/t",
"date": "2018-06-22",
"value": 186.75
},
{
"currency": "€/t",
"date": "2018-06-25",
"value": 184.5
},
{
"currency": "€/t",
"date": "2018-06-26",
"value": 184.25
},
{
"currency": "€/t",
"date": "2018-06-27",
"value": 186
},
{
"currency": "€/t",
"date": "2018-06-28",
"value": 185.25
},
{
"currency": "€/t",
"date": "2018-06-29",
"value": 190.25
},
{
"currency": "€/t",
"date": "2018-07-02",
"value": 194
},
{
"currency": "€/t",
"date": "2018-07-03",
"value": 195.5
},
{
"currency": "€/t",
"date": "2018-07-04",
"value": 196.5
},
{
"currency": "€/t",
"date": "2018-07-05",
"value": 199.25
},
{
"currency": "€/t",
"date": "2018-07-06",
"value": 197.75
},
{
"currency": "€/t",
"date": "2018-07-09",
"value": 197
},
{
"currency": "€/t",
"date": "2018-07-10",
"value": 193
},
{
"currency": "€/t",
"date": "2018-07-11",
"value": 188.75
},
{
"currency": "€/t",
"date": "2018-07-12",
"value": 190.5
},
{
"currency": "€/t",
"date": "2018-07-13",
"value": 192
},
{
"currency": "€/t",
"date": "2018-07-16",
"value": 192
},
{
"currency": "€/t",
"date": "2018-07-17",
"value": 193.75
},
{
"currency": "€/t",
"date": "2018-07-18",
"value": 192.25
},
{
"currency": "€/t",
"date": "2018-07-19",
"value": 193.75
},
{
"currency": "€/t",
"date": "2018-07-20",
"value": 197.25
},
{
"currency": "€/t",
"date": "2018-07-23",
"value": 198
},
{
"currency": "€/t",
"date": "2018-07-24",
"value": 200.25
},
{
"currency": "€/t",
"date": "2018-07-25",
"value": 199
},
{
"currency": "€/t",
"date": "2018-07-26",
"value": 191.75
},
{
"currency": "€/t",
"date": "2018-07-27",
"value": 190.25
},
{
"currency": "€/t",
"date": "2018-07-30",
"value": 192.5
},
{
"currency": "€/t",
"date": "2018-07-31",
"value": 187
},
{
"currency": "€/t",
"date": "2018-08-01",
"value": 191
},
{
"currency": "€/t",
"date": "2018-08-02",
"value": 195.5
},
{
"currency": "€/t",
"date": "2018-08-03",
"value": 193
},
{
"currency": "€/t",
"date": "2018-08-06",
"value": 196.75
},
{
"currency": "€/t",
"date": "2018-08-07",
"value": 197.75
},
{
"currency": "€/t",
"date": "2018-08-08",
"value": 195
},
{
"currency": "€/t",
"date": "2018-08-09",
"value": 189.5
},
{
"currency": "€/t",
"date": "2018-08-10",
"value": 200.25
},
{
"currency": "€/t",
"date": "2018-08-13",
"value": 192
},
{
"currency": "€/t",
"date": "2018-08-14",
"value": 192.5
},
{
"currency": "€/t",
"date": "2018-08-15",
"value": 189.75
},
{
"currency": "€/t",
"date": "2018-08-16",
"value": 192.25
},
{
"currency": "€/t",
"date": "2018-08-17",
"value": 193.5
},
{
"currency": "€/t",
"date": "2018-08-20",
"value": 185.25
},
{
"currency": "€/t",
"date": "2018-08-21",
"value": 181.75
},
{
"currency": "€/t",
"date": "2018-08-22",
"value": 181.75
},
{
"currency": "€/t",
"date": "2018-08-23",
"value": 179.5
},
{
"currency": "€/t",
"date": "2018-08-24",
"value": 174.25
},
{
"currency": "€/t",
"date": "2018-08-27",
"value": 175
},
{
"currency": "€/t",
"date": "2018-08-28",
"value": 174
},
{
"currency": "€/t",
"date": "2018-08-29",
"value": 183.75
},
{
"currency": "€/t",
"date": "2018-08-30",
"value": 180.25
},
{
"currency": "€/t",
"date": "2018-08-31",
"value": 181.25
},
{
"currency": "€/t",
"date": "2018-09-03",
"value": 181.5
},
{
"currency": "€/t",
"date": "2018-09-04",
"value": 180.75
},
{
"currency": "€/t",
"date": "2018-09-05",
"value": 179
},
{
"currency": "€/t",
"date": "2018-09-06",
"value": 182.25
},
{
"currency": "€/t",
"date": "2018-09-07",
"value": 175
},
{
"currency": "€/t",
"date": "2018-09-10",
"value": 178
},
{
"currency": "€/t",
"date": "2018-09-11",
"value": 177.5
},
{
"currency": "€/t",
"date": "2018-09-12",
"value": 175.75
},
{
"currency": "€/t",
"date": "2018-09-13",
"value": 174
},
{
"currency": "€/t",
"date": "2018-09-14",
"value": 175
},
{
"currency": "€/t",
"date": "2018-09-17",
"value": 175.25
},
{
"currency": "€/t",
"date": "2018-09-18",
"value": 176.5
},
{
"currency": "€/t",
"date": "2018-09-19",
"value": 181.5
},
{
"currency": "€/t",
"date": "2018-09-20",
"value": 181.5
},
{
"currency": "€/t",
"date": "2018-09-21",
"value": 180.5
},
{
"currency": "€/t",
"date": "2018-09-24",
"value": 182
},
{
"currency": "€/t",
"date": "2018-09-25",
"value": 180
},
{
"currency": "€/t",
"date": "2018-09-26",
"value": 179.75
},
{
"currency": "€/t",
"date": "2018-09-27",
"value": 178.75
},
{
"currency": "€/t",
"date": "2018-09-28",
"value": 178.25
},
{
"currency": "€/t",
"date": "2018-10-01",
"value": 178.5
},
{
"currency": "€/t",
"date": "2018-10-02",
"value": 178
},
{
"currency": "€/t",
"date": "2018-10-03",
"value": 179.25
},
{
"currency": "€/t",
"date": "2018-10-04",
"value": 179.5
},
{
"currency": "€/t",
"date": "2018-10-05",
"value": 180.5
},
{
"currency": "€/t",
"date": "2018-10-08",
"value": 180.75
},
{
"currency": "€/t",
"date": "2018-10-09",
"value": 181.25
},
{
"currency": "€/t",
"date": "2018-10-10",
"value": 181.75
},
{
"currency": "€/t",
"date": "2018-10-11",
"value": 183
},
{
"currency": "€/t",
"date": "2018-10-12",
"value": 183.25
},
{
"currency": "€/t",
"date": "2018-10-15",
"value": 183.25
},
{
"currency": "€/t",
"date": "2018-10-16",
"value": 183.25
},
{
"currency": "€/t",
"date": "2018-10-17",
"value": 183
},
{
"currency": "€/t",
"date": "2018-10-18",
"value": 183
},
{
"currency": "€/t",
"date": "2018-10-19",
"value": 183
},
{
"currency": "€/t",
"date": "2018-10-22",
"value": 183.25
},
{
"currency": "€/t",
"date": "2018-10-23",
"value": 183.25
},
{
"currency": "€/t",
"date": "2018-10-24",
"value": 185.25
},
{
"currency": "€/t",
"date": "2018-10-25",
"value": 184
},
{
"currency": "€/t",
"date": "2018-10-26",
"value": 187.5
},
{
"currency": "€/t",
"date": "2018-10-29",
"value": 185.25
},
{
"currency": "€/t",
"date": "2018-10-30",
"value": 183.25
},
{
"currency": "€/t",
"date": "2018-10-31",
"value": 183.25
},
{
"currency": "€/t",
"date": "2018-11-01",
"value": 184
},
{
"currency": "€/t",
"date": "2018-11-02",
"value": 183.25
},
{
"currency": "€/t",
"date": "2018-11-05",
"value": 183.25
},
{
"currency": "€/t",
"date": "2018-11-06",
"value": 184.5
},
{
"currency": "€/t",
"date": "2018-11-07",
"value": 184.5
},
{
"currency": "€/t",
"date": "2018-11-08",
"value": 188
},
{
"currency": "€/t",
"date": "2018-11-09",
"value": 188
},
{
"currency": "€/t",
"date": "2018-11-12",
"value": 187
},
{
"currency": "€/t",
"date": "2018-11-13",
"value": 186.75
},
{
"currency": "€/t",
"date": "2018-11-14",
"value": 186
},
{
"currency": "€/t",
"date": "2018-11-15",
"value": 185.75
},
{
"currency": "€/t",
"date": "2018-11-16",
"value": 189
},
{
"currency": "€/t",
"date": "2018-11-19",
"value": 187.25
},
{
"currency": "€/t",
"date": "2018-11-20",
"value": 189.25
},
{
"currency": "€/t",
"date": "2018-11-21",
"value": 189.75
},
{
"currency": "€/t",
"date": "2018-11-22",
"value": 194.75
},
{
"currency": "€/t",
"date": "2018-11-23",
"value": 192.5
},
{
"currency": "€/t",
"date": "2018-11-26",
"value": 193
},
{
"currency": "€/t",
"date": "2018-11-27",
"value": 192.5
},
{
"currency": "€/t",
"date": "2018-11-28",
"value": 193.75
},
{
"currency": "€/t",
"date": "2018-11-29",
"value": 193.75
},
{
"currency": "€/t",
"date": "2018-11-30",
"value": 197.25
},
{
"currency": "€/t",
"date": "2018-12-03",
"value": 198
},
{
"currency": "€/t",
"date": "2018-12-04",
"value": 198.5
},
{
"currency": "€/t",
"date": "2018-12-05",
"value": 197.5
},
{
"currency": "€/t",
"date": "2018-12-06",
"value": 193
},
{
"currency": "€/t",
"date": "2018-12-07",
"value": 198.25
},
{
"currency": "€/t",
"date": "2018-12-10",
"value": 199
},
{
"currency": "€/t",
"date": "2018-12-11",
"value": 198.75
},
{
"currency": "€/t",
"date": "2018-12-12",
"value": 199
},
{
"currency": "€/t",
"date": "2018-12-13",
"value": 199
},
{
"currency": "€/t",
"date": "2018-12-14",
"value": 195.25
},
{
"currency": "€/t",
"date": "2018-12-17",
"value": 197
},
{
"currency": "€/t",
"date": "2018-12-18",
"value": 197.25
},
{
"currency": "€/t",
"date": "2018-12-19",
"value": 195.25
},
{
"currency": "€/t",
"date": "2018-12-20",
"value": 196
},
{
"currency": "€/t",
"date": "2018-12-21",
"value": 198
},
{
"currency": "€/t",
"date": "2018-12-24",
"value": 199
},
{
"currency": "€/t",
"date": "2018-12-27",
"value": 197.25
},
{
"currency": "€/t",
"date": "2018-12-28",
"value": 197.5
},
{
"currency": "€/t",
"date": "2018-12-31",
"value": 198
},
{
"currency": "€/t",
"date": "2019-01-02",
"value": 198
},
{
"currency": "€/t",
"date": "2019-01-03",
"value": 198
},
{
"currency": "€/t",
"date": "2019-01-04",
"value": 198
},
{
"currency": "€/t",
"date": "2019-01-07",
"value": 197.5
},
{
"currency": "€/t",
"date": "2019-01-08",
"value": 196
},
{
"currency": "€/t",
"date": "2019-01-09",
"value": 195.5
},
{
"currency": "€/t",
"date": "2019-01-10",
"value": 194.25
},
{
"currency": "€/t",
"date": "2019-01-11",
"value": 195.5
},
{
"currency": "€/t",
"date": "2019-01-14",
"value": 194.5
},
{
"currency": "€/t",
"date": "2019-01-15",
"value": 193.5
},
{
"currency": "€/t",
"date": "2019-01-16",
"value": 193.75
},
{
"currency": "€/t",
"date": "2019-01-17",
"value": 194.75
},
{
"currency": "€/t",
"date": "2019-01-18",
"value": 194.75
},
{
"currency": "€/t",
"date": "2019-01-21",
"value": 196.5
},
{
"currency": "€/t",
"date": "2019-01-22",
"value": 197.5
},
{
"currency": "€/t",
"date": "2019-01-23",
"value": 195.75
},
{
"currency": "€/t",
"date": "2019-01-24",
"value": 196
},
{
"currency": "€/t",
"date": "2019-01-25",
"value": 195.5
},
{
"currency": "€/t",
"date": "2019-01-28",
"value": 194.75
},
{
"currency": "€/t",
"date": "2019-01-29",
"value": 195.75
},
{
"currency": "€/t",
"date": "2019-01-30",
"value": 196.25
},
{
"currency": "€/t",
"date": "2019-01-31",
"value": 190.5
},
{
"currency": "€/t",
"date": "2019-02-01",
"value": 190.25
},
{
"currency": "€/t",
"date": "2019-02-04",
"value": 190.5
},
{
"currency": "€/t",
"date": "2019-02-05",
"value": 190
},
{
"currency": "€/t",
"date": "2019-02-06",
"value": 190.25
},
{
"currency": "€/t",
"date": "2019-02-07",
"value": 189
},
{
"currency": "€/t",
"date": "2019-02-08",
"value": 188
},
{
"currency": "€/t",
"date": "2019-02-11",
"value": 188
},
{
"currency": "€/t",
"date": "2019-02-12",
"value": 189.25
},
{
"currency": "€/t",
"date": "2019-02-13",
"value": 189
},
{
"currency": "€/t",
"date": "2019-02-14",
"value": 189
},
{
"currency": "€/t",
"date": "2019-02-15",
"value": 187
},
{
"currency": "€/t",
"date": "2019-02-18",
"value": 187.5
},
{
"currency": "€/t",
"date": "2019-02-19",
"value": 185.75
},
{
"currency": "€/t",
"date": "2019-02-20",
"value": 184.5
},
{
"currency": "€/t",
"date": "2019-02-21",
"value": 186.75
},
{
"currency": "€/t",
"date": "2019-02-22",
"value": 188
},
{
"currency": "€/t",
"date": "2019-02-25",
"value": 184.75
},
{
"currency": "€/t",
"date": "2019-02-26",
"value": 184.75
},
{
"currency": "€/t",
"date": "2019-02-27",
"value": 186.5
},
{
"currency": "€/t",
"date": "2019-02-28",
"value": 185
},
{
"currency": "€/t",
"date": "2019-03-01",
"value": 184.75
},
{
"currency": "€/t",
"date": "2019-03-04",
"value": 186.25
},
{
"currency": "€/t",
"date": "2019-03-05",
"value": 186.25
},
{
"currency": "€/t",
"date": "2019-03-06",
"value": 189
},
{
"currency": "€/t",
"date": "2019-03-07",
"value": 184.75
},
{
"currency": "€/t",
"date": "2019-03-08",
"value": 185
},
{
"currency": "€/t",
"date": "2019-03-11",
"value": 185.25
},
{
"currency": "€/t",
"date": "2019-03-12",
"value": 186
},
{
"currency": "€/t",
"date": "2019-03-13",
"value": 185.5
},
{
"currency": "€/t",
"date": "2019-03-14",
"value": 186.5
},
{
"currency": "€/t",
"date": "2019-03-15",
"value": 185.5
},
{
"currency": "€/t",
"date": "2019-03-18",
"value": 185.25
},
{
"currency": "€/t",
"date": "2019-03-19",
"value": 185.5
},
{
"currency": "€/t",
"date": "2019-03-20",
"value": 185.5
},
{
"currency": "€/t",
"date": "2019-03-21",
"value": 185.5
},
{
"currency": "€/t",
"date": "2019-03-22",
"value": 185.75
},
{
"currency": "€/t",
"date": "2019-03-25",
"value": 185.5
},
{
"currency": "€/t",
"date": "2019-03-26",
"value": 184
},
{
"currency": "€/t",
"date": "2019-03-27",
"value": 185.5
},
{
"currency": "€/t",
"date": "2019-03-28",
"value": 185.5
},
{
"currency": "€/t",
"date": "2019-03-29",
"value": 186.5
},
{
"currency": "€/t",
"date": "2019-04-01",
"value": 186.5
},
{
"currency": "€/t",
"date": "2019-04-02",
"value": 187
},
{
"currency": "€/t",
"date": "2019-04-03",
"value": 187.5
},
{
"currency": "€/t",
"date": "2019-04-04",
"value": 188
},
{
"currency": "€/t",
"date": "2019-04-05",
"value": 187.75
},
{
"currency": "€/t",
"date": "2019-04-08",
"value": 187.75
},
{
"currency": "€/t",
"date": "2019-04-09",
"value": 187.75
},
{
"currency": "€/t",
"date": "2019-04-10",
"value": 187.5
},
{
"currency": "€/t",
"date": "2019-04-11",
"value": 189
},
{
"currency": "€/t",
"date": "2019-04-12",
"value": 189
},
{
"currency": "€/t",
"date": "2019-04-15",
"value": 188.75
},
{
"currency": "€/t",
"date": "2019-04-16",
"value": 187.5
},
{
"currency": "€/t",
"date": "2019-04-17",
"value": 188
},
{
"currency": "€/t",
"date": "2019-04-18",
"value": 188
},
{
"currency": "€/t",
"date": "2019-04-23",
"value": 187.5
},
{
"currency": "€/t",
"date": "2019-04-24",
"value": 188.75
},
{
"currency": "€/t",
"date": "2019-04-25",
"value": 188.75
},
{
"currency": "€/t",
"date": "2019-04-26",
"value": 188.25
},
{
"currency": "€/t",
"date": "2019-04-29",
"value": 188.75
},
{
"currency": "€/t",
"date": "2019-04-30",
"value": 187.25
},
{
"currency": "€/t",
"date": "2019-05-02",
"value": 188.5
},
{
"currency": "€/t",
"date": "2019-05-03",
"value": 187.25
},
{
"currency": "€/t",
"date": "2019-05-06",
"value": 187
},
{
"currency": "€/t",
"date": "2019-05-07",
"value": 188
},
{
"currency": "€/t",
"date": "2019-05-08",
"value": 187.75
},
{
"currency": "€/t",
"date": "2019-05-09",
"value": 185.75
},
{
"currency": "€/t",
"date": "2019-05-10",
"value": 185
},
{
"currency": "€/t",
"date": "2019-05-13",
"value": 185.25
},
{
"currency": "€/t",
"date": "2019-05-14",
"value": 187
},
{
"currency": "€/t",
"date": "2019-05-15",
"value": 186.5
},
{
"currency": "€/t",
"date": "2019-05-16",
"value": 186.75
},
{
"currency": "€/t",
"date": "2019-05-17",
"value": 186.5
},
{
"currency": "€/t",
"date": "2019-05-20",
"value": 188.5
},
{
"currency": "€/t",
"date": "2019-05-21",
"value": 189.5
},
{
"currency": "€/t",
"date": "2019-05-22",
"value": 188.5
},
{
"currency": "€/t",
"date": "2019-05-23",
"value": 189
},
{
"currency": "€/t",
"date": "2019-05-24",
"value": 189.5
},
{
"currency": "€/t",
"date": "2019-05-27",
"value": 191
},
{
"currency": "€/t",
"date": "2019-05-28",
"value": 190.5
},
{
"currency": "€/t",
"date": "2019-05-29",
"value": 189.5
},
{
"currency": "€/t",
"date": "2019-05-30",
"value": 192
},
{
"currency": "€/t",
"date": "2019-05-31",
"value": 191.25
},
{
"currency": "€/t",
"date": "2019-06-03",
"value": 192.25
},
{
"currency": "€/t",
"date": "2019-06-04",
"value": 190.75
},
{
"currency": "€/t",
"date": "2019-06-05",
"value": 188.5
},
{
"currency": "€/t",
"date": "2019-06-06",
"value": 189.5
},
{
"currency": "€/t",
"date": "2019-06-07",
"value": 190.5
},
{
"currency": "€/t",
"date": "2019-06-10",
"value": 190.75
},
{
"currency": "€/t",
"date": "2019-06-11",
"value": 190
},
{
"currency": "€/t",
"date": "2019-06-12",
"value": 191
},
{
"currency": "€/t",
"date": "2019-06-13",
"value": 192.25
},
{
"currency": "€/t",
"date": "2019-06-14",
"value": 193.25
},
{
"currency": "€/t",
"date": "2019-06-17",
"value": 194
},
{
"currency": "€/t",
"date": "2019-06-18",
"value": 192.5
},
{
"currency": "€/t",
"date": "2019-06-19",
"value": 191.5
},
{
"currency": "€/t",
"date": "2019-06-20",
"value": 191
},
{
"currency": "€/t",
"date": "2019-06-21",
"value": 191
},
{
"currency": "€/t",
"date": "2019-06-24",
"value": 193.75
},
{
"currency": "€/t",
"date": "2019-06-25",
"value": 193.25
},
{
"currency": "€/t",
"date": "2019-06-26",
"value": 192.5
},
{
"currency": "€/t",
"date": "2019-06-27",
"value": 193
},
{
"currency": "€/t",
"date": "2019-06-28",
"value": 192.75
},
{
"currency": "€/t",
"date": "2019-07-01",
"value": 191
},
{
"currency": "€/t",
"date": "2019-07-02",
"value": 189.5
},
{
"currency": "€/t",
"date": "2019-07-03",
"value": 189.75
},
{
"currency": "€/t",
"date": "2019-07-04",
"value": 190
},
{
"currency": "€/t",
"date": "2019-07-05",
"value": 189.25
},
{
"currency": "€/t",
"date": "2019-07-08",
"value": 188.75
},
{
"currency": "€/t",
"date": "2019-07-09",
"value": 186.75
},
{
"currency": "€/t",
"date": "2019-07-10",
"value": 187.25
},
{
"currency": "€/t",
"date": "2019-07-11",
"value": 190.5
},
{
"currency": "€/t",
"date": "2019-07-12",
"value": 190
},
{
"currency": "€/t",
"date": "2019-07-15",
"value": 190
},
{
"currency": "€/t",
"date": "2019-07-16",
"value": 190
},
{
"currency": "€/t",
"date": "2019-07-17",
"value": 189.5
},
{
"currency": "€/t",
"date": "2019-07-18",
"value": 188.5
},
{
"currency": "€/t",
"date": "2019-07-19",
"value": 190.25
},
{
"currency": "€/t",
"date": "2019-07-22",
"value": 188.75
},
{
"currency": "€/t",
"date": "2019-07-23",
"value": 188.25
},
{
"currency": "€/t",
"date": "2019-07-24",
"value": 188.75
},
{
"currency": "€/t",
"date": "2019-07-25",
"value": 189
},
{
"currency": "€/t",
"date": "2019-07-26",
"value": 189.25
},
{
"currency": "€/t",
"date": "2019-07-29",
"value": 189.5
},
{
"currency": "€/t",
"date": "2019-07-30",
"value": 189.5
},
{
"currency": "€/t",
"date": "2019-07-31",
"value": 189
},
{
"currency": "€/t",
"date": "2019-08-01",
"value": 187.75
},
{
"currency": "€/t",
"date": "2019-08-02",
"value": 187.5
},
{
"currency": "€/t",
"date": "2019-08-05",
"value": 186.75
},
{
"currency": "€/t",
"date": "2019-08-06",
"value": 186.25
},
{
"currency": "€/t",
"date": "2019-08-07",
"value": 185.25
},
{
"currency": "€/t",
"date": "2019-08-08",
"value": 186
},
{
"currency": "€/t",
"date": "2019-08-09",
"value": 187
},
{
"currency": "€/t",
"date": "2019-08-12",
"value": 188
},
{
"currency": "€/t",
"date": "2019-08-13",
"value": 185.5
},
{
"currency": "€/t",
"date": "2019-08-14",
"value": 186
},
{
"currency": "€/t",
"date": "2019-08-15",
"value": 186
},
{
"currency": "€/t",
"date": "2019-08-16",
"value": 185.75
},
{
"currency": "€/t",
"date": "2019-08-19",
"value": 182.25
},
{
"currency": "€/t",
"date": "2019-08-20",
"value": 183
},
{
"currency": "€/t",
"date": "2019-08-21",
"value": 183
},
{
"currency": "€/t",
"date": "2019-08-22",
"value": 183.75
},
{
"currency": "€/t",
"date": "2019-08-23",
"value": 183.5
},
{
"currency": "€/t",
"date": "2019-08-26",
"value": 183.25
},
{
"currency": "€/t",
"date": "2019-08-27",
"value": 183.25
},
{
"currency": "€/t",
"date": "2019-08-28",
"value": 183.25
},
{
"currency": "€/t",
"date": "2019-08-29",
"value": 183.75
},
{
"currency": "€/t",
"date": "2019-08-30",
"value": 182.5
},
{
"currency": "€/t",
"date": "2019-09-02",
"value": 182
},
{
"currency": "€/t",
"date": "2019-09-03",
"value": 182
},
{
"currency": "€/t",
"date": "2019-09-04",
"value": 182.75
},
{
"currency": "€/t",
"date": "2019-09-05",
"value": 183.25
},
{
"currency": "€/t",
"date": "2019-09-06",
"value": 183.25
},
{
"currency": "€/t",
"date": "2019-09-09",
"value": 183.75
},
{
"currency": "€/t",
"date": "2019-09-10",
"value": 185.5
},
{
"currency": "€/t",
"date": "2019-09-11",
"value": 184.75
},
{
"currency": "€/t",
"date": "2019-09-12",
"value": 184.75
},
{
"currency": "€/t",
"date": "2019-09-13",
"value": 185
},
{
"currency": "€/t",
"date": "2019-09-16",
"value": 186
},
{
"currency": "€/t",
"date": "2019-09-17",
"value": 185.25
},
{
"currency": "€/t",
"date": "2019-09-18",
"value": 185.75
},
{
"currency": "€/t",
"date": "2019-09-19",
"value": 186
},
{
"currency": "€/t",
"date": "2019-09-20",
"value": 186
},
{
"currency": "€/t",
"date": "2019-09-23",
"value": 185.5
},
{
"currency": "€/t",
"date": "2019-09-24",
"value": 184.5
},
{
"currency": "€/t",
"date": "2019-09-25",
"value": 185
},
{
"currency": "€/t",
"date": "2019-09-26",
"value": 186.5
},
{
"currency": "€/t",
"date": "2019-09-27",
"value": 187
},
{
"currency": "€/t",
"date": "2019-09-30",
"value": 188
},
{
"currency": "€/t",
"date": "2019-10-01",
"value": 188.5
},
{
"currency": "€/t",
"date": "2019-10-02",
"value": 188
},
{
"currency": "€/t",
"date": "2019-10-03",
"value": 188.75
},
{
"currency": "€/t",
"date": "2019-10-04",
"value": 188.25
},
{
"currency": "€/t",
"date": "2019-10-07",
"value": 187.75
},
{
"currency": "€/t",
"date": "2019-10-08",
"value": 189.25
},
{
"currency": "€/t",
"date": "2019-10-09",
"value": 188.5
},
{
"currency": "€/t",
"date": "2019-10-10",
"value": 187
},
{
"currency": "€/t",
"date": "2019-10-11",
"value": 189.25
},
{
"currency": "€/t",
"date": "2019-10-14",
"value": 189.25
},
{
"currency": "€/t",
"date": "2019-10-15",
"value": 188
},
{
"currency": "€/t",
"date": "2019-10-16",
"value": 189
},
{
"currency": "€/t",
"date": "2019-10-17",
"value": 189
},
{
"currency": "€/t",
"date": "2019-10-18",
"value": 188.5
},
{
"currency": "€/t",
"date": "2019-10-21",
"value": 189.5
},
{
"currency": "€/t",
"date": "2019-10-22",
"value": 189.25
},
{
"currency": "€/t",
"date": "2019-10-23",
"value": 188.75
},
{
"currency": "€/t",
"date": "2019-10-24",
"value": 188.5
},
{
"currency": "€/t",
"date": "2019-10-25",
"value": 189.25
},
{
"currency": "€/t",
"date": "2019-10-28",
"value": 188.5
},
{
"currency": "€/t",
"date": "2019-10-29",
"value": 189
},
{
"currency": "€/t",
"date": "2019-10-30",
"value": 188
},
{
"currency": "€/t",
"date": "2019-10-31",
"value": 187.75
},
{
"currency": "€/t",
"date": "2019-11-01",
"value": 187.75
},
{
"currency": "€/t",
"date": "2019-11-04",
"value": 186.25
},
{
"currency": "€/t",
"date": "2019-11-05",
"value": 187
},
{
"currency": "€/t",
"date": "2019-11-06",
"value": 187
},
{
"currency": "€/t",
"date": "2019-11-07",
"value": 186.75
},
{
"currency": "€/t",
"date": "2019-11-08",
"value": 186.5
},
{
"currency": "€/t",
"date": "2019-11-11",
"value": 186.5
},
{
"currency": "€/t",
"date": "2019-11-12",
"value": 186.75
},
{
"currency": "€/t",
"date": "2019-11-13",
"value": 186.5
},
{
"currency": "€/t",
"date": "2019-11-14",
"value": 187
},
{
"currency": "€/t",
"date": "2019-11-15",
"value": 186
},
{
"currency": "€/t",
"date": "2019-11-18",
"value": 186.25
},
{
"currency": "€/t",
"date": "2019-11-19",
"value": 186.5
},
{
"currency": "€/t",
"date": "2019-11-20",
"value": 186.75
},
{
"currency": "€/t",
"date": "2019-11-21",
"value": 186.5
},
{
"currency": "€/t",
"date": "2019-11-22",
"value": 187
},
{
"currency": "€/t",
"date": "2019-11-25",
"value": 187.75
},
{
"currency": "€/t",
"date": "2019-11-26",
"value": 187.25
},
{
"currency": "€/t",
"date": "2019-11-27",
"value": 187.25
},
{
"currency": "€/t",
"date": "2019-11-28",
"value": 187.5
},
{
"currency": "€/t",
"date": "2019-11-29",
"value": 188.25
},
{
"currency": "€/t",
"date": "2019-12-02",
"value": 188.5
},
{
"currency": "€/t",
"date": "2019-12-03",
"value": 188.25
},
{
"currency": "€/t",
"date": "2019-12-04",
"value": 188
},
{
"currency": "€/t",
"date": "2019-12-05",
"value": 187.25
},
{
"currency": "€/t",
"date": "2019-12-06",
"value": 187
},
{
"currency": "€/t",
"date": "2019-12-09",
"value": 187.5
},
{
"currency": "€/t",
"date": "2019-12-10",
"value": 187.75
},
{
"currency": "€/t",
"date": "2019-12-11",
"value": 187.25
},
{
"currency": "€/t",
"date": "2019-12-12",
"value": 187.25
},
{
"currency": "€/t",
"date": "2019-12-13",
"value": 187.5
},
{
"currency": "€/t",
"date": "2019-12-16",
"value": 190
},
{
"currency": "€/t",
"date": "2019-12-17",
"value": 190
},
{
"currency": "€/t",
"date": "2019-12-18",
"value": 189.75
},
{
"currency": "€/t",
"date": "2019-12-19",
"value": 190
},
{
"currency": "€/t",
"date": "2019-12-20",
"value": 189.75
},
{
"currency": "€/t",
"date": "2019-12-23",
"value": 190.25
},
{
"currency": "€/t",
"date": "2019-12-24",
"value": 190.25
},
{
"currency": "€/t",
"date": "2019-12-27",
"value": 190.75
},
{
"currency": "€/t",
"date": "2019-12-30",
"value": 190.75
},
{
"currency": "€/t",
"date": "2019-12-31",
"value": 190.75
},
{
"currency": "€/t",
"date": "2020-01-02",
"value": 191.25
},
{
"currency": "€/t",
"date": "2020-01-03",
"value": 190.75
},
{
"currency": "€/t",
"date": "2020-01-06",
"value": 190.75
},
{
"currency": "€/t",
"date": "2020-01-07",
"value": 190.75
},
{
"currency": "€/t",
"date": "2020-01-08",
"value": 191
},
{
"currency": "€/t",
"date": "2020-01-09",
"value": 192
},
{
"currency": "€/t",
"date": "2020-01-10",
"value": 190.75
},
{
"currency": "€/t",
"date": "2020-01-13",
"value": 191.5
},
{
"currency": "€/t",
"date": "2020-01-14",
"value": 192.5
},
{
"currency": "€/t",
"date": "2020-01-15",
"value": 192.5
},
{
"currency": "€/t",
"date": "2020-01-16",
"value": 190.25
},
{
"currency": "€/t",
"date": "2020-01-17",
"value": 190.75
},
{
"currency": "€/t",
"date": "2020-01-20",
"value": 190.75
},
{
"currency": "€/t",
"date": "2020-01-21",
"value": 192.25
},
{
"currency": "€/t",
"date": "2020-01-22",
"value": 192.25
},
{
"currency": "€/t",
"date": "2020-01-23",
"value": 192.25
},
{
"currency": "€/t",
"date": "2020-01-24",
"value": 192
},
{
"currency": "€/t",
"date": "2020-01-27",
"value": 191
},
{
"currency": "€/t",
"date": "2020-01-28",
"value": 190.75
},
{
"currency": "€/t",
"date": "2020-01-29",
"value": 189
},
{
"currency": "€/t",
"date": "2020-01-30",
"value": 188.25
},
{
"currency": "€/t",
"date": "2020-01-31",
"value": 188.25
},
{
"currency": "€/t",
"date": "2020-02-03",
"value": 187.25
},
{
"currency": "€/t",
"date": "2020-02-04",
"value": 188.75
},
{
"currency": "€/t",
"date": "2020-02-05",
"value": 189.75
},
{
"currency": "€/t",
"date": "2020-02-06",
"value": 189
},
{
"currency": "€/t",
"date": "2020-02-07",
"value": 188.5
},
{
"currency": "€/t",
"date": "2020-02-10",
"value": 189.25
},
{
"currency": "€/t",
"date": "2020-02-11",
"value": 188
},
{
"currency": "€/t",
"date": "2020-02-12",
"value": 188.5
},
{
"currency": "€/t",
"date": "2020-02-13",
"value": 188.5
},
{
"currency": "€/t",
"date": "2020-02-14",
"value": 189.75
},
{
"currency": "€/t",
"date": "2020-02-17",
"value": 189.5
},
{
"currency": "€/t",
"date": "2020-02-18",
"value": 191
},
{
"currency": "€/t",
"date": "2020-02-19",
"value": 190
},
{
"currency": "€/t",
"date": "2020-02-20",
"value": 189.75
},
{
"currency": "€/t",
"date": "2020-02-21",
"value": 189.5
},
{
"currency": "€/t",
"date": "2020-02-24",
"value": 187.5
},
{
"currency": "€/t",
"date": "2020-02-25",
"value": 188
},
{
"currency": "€/t",
"date": "2020-02-26",
"value": 188.25
},
{
"currency": "€/t",
"date": "2020-02-27",
"value": 187
},
{
"currency": "€/t",
"date": "2020-02-28",
"value": 185
},
{
"currency": "€/t",
"date": "2020-03-02",
"value": 184.75
},
{
"currency": "€/t",
"date": "2020-03-03",
"value": 185.75
},
{
"currency": "€/t",
"date": "2020-03-04",
"value": 185.75
},
{
"currency": "€/t",
"date": "2020-03-05",
"value": 186.25
},
{
"currency": "€/t",
"date": "2020-03-06",
"value": 185
},
{
"currency": "€/t",
"date": "2020-03-09",
"value": 183.5
},
{
"currency": "€/t",
"date": "2020-03-10",
"value": 185
},
{
"currency": "€/t",
"date": "2020-03-11",
"value": 184
},
{
"currency": "€/t",
"date": "2020-03-12",
"value": 183.5
},
{
"currency": "€/t",
"date": "2020-03-13",
"value": 183.5
},
{
"currency": "€/t",
"date": "2020-03-16",
"value": 181.25
},
{
"currency": "€/t",
"date": "2020-03-17",
"value": 184.25
},
{
"currency": "€/t",
"date": "2020-03-18",
"value": 185.5
},
{
"currency": "€/t",
"date": "2020-03-19",
"value": 189.75
},
{
"currency": "€/t",
"date": "2020-03-20",
"value": 190
},
{
"currency": "€/t",
"date": "2020-03-23",
"value": 192.5
},
{
"currency": "€/t",
"date": "2020-03-24",
"value": 191.5
},
{
"currency": "€/t",
"date": "2020-03-25",
"value": 193.5
},
{
"currency": "€/t",
"date": "2020-03-26",
"value": 190.5
},
{
"currency": "€/t",
"date": "2020-03-27",
"value": 190
},
{
"currency": "€/t",
"date": "2020-03-30",
"value": 190
},
{
"currency": "€/t",
"date": "2020-03-31",
"value": 191
},
{
"currency": "€/t",
"date": "2020-04-01",
"value": 189.75
},
{
"currency": "€/t",
"date": "2020-04-02",
"value": 188.25
},
{
"currency": "€/t",
"date": "2020-04-03",
"value": 189.25
},
{
"currency": "€/t",
"date": "2020-04-06",
"value": 191.5
},
{
"currency": "€/t",
"date": "2020-04-07",
"value": 192.25
},
{
"currency": "€/t",
"date": "2020-04-08",
"value": 193
},
{
"currency": "€/t",
"date": "2020-04-09",
"value": 193.5
},
{
"currency": "€/t",
"date": "2020-04-14",
"value": 192
},
{
"currency": "€/t",
"date": "2020-04-15",
"value": 190.25
},
{
"currency": "€/t",
"date": "2020-04-16",
"value": 190.5
},
{
"currency": "€/t",
"date": "2020-04-17",
"value": 191.75
},
{
"currency": "€/t",
"date": "2020-04-20",
"value": 195
},
{
"currency": "€/t",
"date": "2020-04-21",
"value": 194.75
},
{
"currency": "€/t",
"date": "2020-04-22",
"value": 195.75
},
{
"currency": "€/t",
"date": "2020-04-23",
"value": 195
},
{
"currency": "€/t",
"date": "2020-04-24",
"value": 195
},
{
"currency": "€/t",
"date": "2020-04-27",
"value": 192.5
},
{
"currency": "€/t",
"date": "2020-04-28",
"value": 191.5
},
{
"currency": "€/t",
"date": "2020-04-29",
"value": 189
},
{
"currency": "€/t",
"date": "2020-04-30",
"value": 189.5
},
{
"currency": "€/t",
"date": "2020-05-04",
"value": 190.25
},
{
"currency": "€/t",
"date": "2020-05-05",
"value": 191.5
},
{
"currency": "€/t",
"date": "2020-05-06",
"value": 191.5
},
{
"currency": "€/t",
"date": "2020-05-07",
"value": 193.25
},
{
"currency": "€/t",
"date": "2020-05-08",
"value": 192.75
},
{
"currency": "€/t",
"date": "2020-05-11",
"value": 192
},
{
"currency": "€/t",
"date": "2020-05-12",
"value": 191
},
{
"currency": "€/t",
"date": "2020-05-13",
"value": 189
},
{
"currency": "€/t",
"date": "2020-05-14",
"value": 190.25
},
{
"currency": "€/t",
"date": "2020-05-15",
"value": 192
},
{
"currency": "€/t",
"date": "2020-05-18",
"value": 190.25
},
{
"currency": "€/t",
"date": "2020-05-19",
"value": 190.75
},
{
"currency": "€/t",
"date": "2020-05-20",
"value": 193
},
{
"currency": "€/t",
"date": "2020-05-21",
"value": 194.25
},
{
"currency": "€/t",
"date": "2020-05-22",
"value": 193.75
},
{
"currency": "€/t",
"date": "2020-05-25",
"value": 193.75
},
{
"currency": "€/t",
"date": "2020-05-26",
"value": 193.5
},
{
"currency": "€/t",
"date": "2020-05-27",
"value": 192.25
},
{
"currency": "€/t",
"date": "2020-05-28",
"value": 192.5
},
{
"currency": "€/t",
"date": "2020-05-29",
"value": 193
},
{
"currency": "€/t",
"date": "2020-06-01",
"value": 192.5
},
{
"currency": "€/t",
"date": "2020-06-02",
"value": 190
},
{
"currency": "€/t",
"date": "2020-06-03",
"value": 191
},
{
"currency": "€/t",
"date": "2020-06-04",
"value": 193.25
},
{
"currency": "€/t",
"date": "2020-06-05",
"value": 192
},
{
"currency": "€/t",
"date": "2020-06-08",
"value": 191.5
},
{
"currency": "€/t",
"date": "2020-06-09",
"value": 190.75
},
{
"currency": "€/t",
"date": "2020-06-10",
"value": 190.75
},
{
"currency": "€/t",
"date": "2020-06-11",
"value": 188.5
},
{
"currency": "€/t",
"date": "2020-06-12",
"value": 189.25
},
{
"currency": "€/t",
"date": "2020-06-15",
"value": 187.5
},
{
"currency": "€/t",
"date": "2020-06-16",
"value": 186.5
},
{
"currency": "€/t",
"date": "2020-06-17",
"value": 185.75
},
{
"currency": "€/t",
"date": "2020-06-18",
"value": 185.75
},
{
"currency": "€/t",
"date": "2020-06-19",
"value": 186.5
},
{
"currency": "€/t",
"date": "2020-06-22",
"value": 185.25
},
{
"currency": "€/t",
"date": "2020-06-23",
"value": 184
},
{
"currency": "€/t",
"date": "2020-06-24",
"value": 184.25
},
{
"currency": "€/t",
"date": "2020-06-25",
"value": 185
},
{
"currency": "€/t",
"date": "2020-06-26",
"value": 183.25
},
{
"currency": "€/t",
"date": "2020-06-29",
"value": 185.75
},
{
"currency": "€/t",
"date": "2020-06-30",
"value": 186.5
},
{
"currency": "€/t",
"date": "2020-07-01",
"value": 187
},
{
"currency": "€/t",
"date": "2020-07-02",
"value": 186.5
},
{
"currency": "€/t",
"date": "2020-07-03",
"value": 188.25
},
{
"currency": "€/t",
"date": "2020-07-06",
"value": 187.75
},
{
"currency": "€/t",
"date": "2020-07-07",
"value": 189
},
{
"currency": "€/t",
"date": "2020-07-08",
"value": 191
},
{
"currency": "€/t",
"date": "2020-07-09",
"value": 192
},
{
"currency": "€/t",
"date": "2020-07-10",
"value": 192.5
},
{
"currency": "€/t",
"date": "2020-07-13",
"value": 189
},
{
"currency": "€/t",
"date": "2020-07-14",
"value": 189.5
},
{
"currency": "€/t",
"date": "2020-07-15",
"value": 191
},
{
"currency": "€/t",
"date": "2020-07-16",
"value": 190
},
{
"currency": "€/t",
"date": "2020-07-17",
"value": 189.5
},
{
"currency": "€/t",
"date": "2020-07-20",
"value": 187.5
},
{
"currency": "€/t",
"date": "2020-07-21",
"value": 188.5
},
{
"currency": "€/t",
"date": "2020-07-22",
"value": 189.25
},
{
"currency": "€/t",
"date": "2020-07-23",
"value": 188.5
},
{
"currency": "€/t",
"date": "2020-07-24",
"value": 190
},
{
"currency": "€/t",
"date": "2020-07-27",
"value": 187.5
},
{
"currency": "€/t",
"date": "2020-07-28",
"value": 186.25
},
{
"currency": "€/t",
"date": "2020-07-29",
"value": 186.75
},
{
"currency": "€/t",
"date": "2020-07-30",
"value": 186.25
},
{
"currency": "€/t",
"date": "2020-07-31",
"value": 186.25
},
{
"currency": "€/t",
"date": "2020-08-03",
"value": 184.5
},
{
"currency": "€/t",
"date": "2020-08-04",
"value": 184
},
{
"currency": "€/t",
"date": "2020-08-05",
"value": 183.75
},
{
"currency": "€/t",
"date": "2020-08-06",
"value": 183.5
},
{
"currency": "€/t",
"date": "2020-08-07",
"value": 182.25
},
{
"currency": "€/t",
"date": "2020-08-10",
"value": 182
},
{
"currency": "€/t",
"date": "2020-08-11",
"value": 182.5
},
{
"currency": "€/t",
"date": "2020-08-12",
"value": 182
},
{
"currency": "€/t",
"date": "2020-08-13",
"value": 182.5
},
{
"currency": "€/t",
"date": "2020-08-14",
"value": 184
},
{
"currency": "€/t",
"date": "2020-08-17",
"value": 185.5
},
{
"currency": "€/t",
"date": "2020-08-18",
"value": 184
},
{
"currency": "€/t",
"date": "2020-08-19",
"value": 184.75
},
{
"currency": "€/t",
"date": "2020-08-20",
"value": 184.5
},
{
"currency": "€/t",
"date": "2020-08-21",
"value": 186.25
},
{
"currency": "€/t",
"date": "2020-08-24",
"value": 185.25
},
{
"currency": "€/t",
"date": "2020-08-25",
"value": 186.5
},
{
"currency": "€/t",
"date": "2020-08-26",
"value": 186.5
},
{
"currency": "€/t",
"date": "2020-08-27",
"value": 188.75
},
{
"currency": "€/t",
"date": "2020-08-28",
"value": 189
},
{
"currency": "€/t",
"date": "2020-08-31",
"value": 188
},
{
"currency": "€/t",
"date": "2020-09-01",
"value": 189.75
},
{
"currency": "€/t",
"date": "2020-09-02",
"value": 190
},
{
"currency": "€/t",
"date": "2020-09-03",
"value": 190.25
},
{
"currency": "€/t",
"date": "2020-09-04",
"value": 190.5
},
{
"currency": "€/t",
"date": "2020-09-07",
"value": 190.75
},
{
"currency": "€/t",
"date": "2020-09-08",
"value": 191
},
{
"currency": "€/t",
"date": "2020-09-09",
"value": 191.25
},
{
"currency": "€/t",
"date": "2020-09-10",
"value": 191.5
},
{
"currency": "€/t",
"date": "2020-09-11",
"value": 190
},
{
"currency": "€/t",
"date": "2020-09-14",
"value": 190.5
},
{
"currency": "€/t",
"date": "2020-09-15",
"value": 188.75
},
{
"currency": "€/t",
"date": "2020-09-16",
"value": 189.75
},
{
"currency": "€/t",
"date": "2020-09-17",
"value": 192.5
},
{
"currency": "€/t",
"date": "2020-09-18",
"value": 195
},
{
"currency": "€/t",
"date": "2020-09-21",
"value": 193.75
},
{
"currency": "€/t",
"date": "2020-09-22",
"value": 194.5
},
{
"currency": "€/t",
"date": "2020-09-23",
"value": 193.75
},
{
"currency": "€/t",
"date": "2020-09-24",
"value": 192.25
},
{
"currency": "€/t",
"date": "2020-09-25",
"value": 192.25
}
],
"id": "May21",
"label": "Mai 21",
"short_label": "Mai 21"
}
}
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"collections": {
"items": {
"additionalProperties": false,
"properties": {
"amount_to_deliver": {
"description": "amount_to_deliver",
"minimum": 0,
"type": "number"
},
"contracted_amount": {
"description": "contracted_amount",
"minimum": 0,
"type": "number"
},
"delivered_amount": {
"description": "delivered_amount",
"minimum": 0,
"type": "number"
},
"deposited_amount": {
"description": "deposited_amount",
"minimum": 0,
"type": "number"
},
"fiscal_year": {
"description": "campagne",
"maximum": 2050,
"minimum": 2000,
"type": "integer"
},
"id": {
"description": "codFamOpticollecte",
"type": "string"
},
"name": {
"description": "libFamOpticollecte",
"type": "string"
},
"pre_contracted_amount": {
"description": "pre_contracted_amount",
"minimum": 0,
"type": "number"
}
},
"required": [
"amount_to_deliver",
"contracted_amount",
"delivered_amount",
"deposited_amount",
"fiscal_year",
"id",
"name",
"pre_contracted_amount"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"collections"
],
"title": "Collection - DefaultCollection",
"type": "object"
}
{
"collections": [
{
"amount_to_deliver": 0,
"contracted_amount": 0,
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2019,
"id": "COL",
"name": "COLZA",
"pre_contracted_amount": 100
},
{
"amount_to_deliver": 0,
"contracted_amount": 7,
"delivered_amount": 7,
"deposited_amount": 0,
"fiscal_year": 2019,
"id": "LEN",
"name": "LENTILLE",
"pre_contracted_amount": 7
},
{
"amount_to_deliver": 0,
"contracted_amount": 0,
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2019,
"id": "ND",
"name": "Non defini",
"pre_contracted_amount": 80
},
{
"amount_to_deliver": 0,
"contracted_amount": 0,
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2019,
"id": "OH",
"name": "ORGE HIVER",
"pre_contracted_amount": 70
}
]
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"collections": {
"items": {
"additionalProperties": false,
"properties": {
"amount_to_deliver": {
"description": "amount_to_deliver",
"minimum": 0,
"type": "number"
},
"contracted_amount": {
"description": "contracted_amount",
"minimum": 0,
"type": "number"
},
"delivered_amount": {
"description": "delivered_amount",
"minimum": 0,
"type": "number"
},
"deposited_amount": {
"description": "deposited_amount",
"minimum": 0,
"type": "number"
},
"fiscal_year": {
"description": "campagne",
"maximum": 2050,
"minimum": 2000,
"type": "integer"
},
"id": {
"description": "codFamOpticollecte",
"type": "string"
},
"name": {
"description": "libFamOpticollecte",
"type": "string"
},
"pre_contracted_amount": {
"description": "pre_contracted_amount",
"minimum": 0,
"type": "number"
}
},
"required": [
"amount_to_deliver",
"contracted_amount",
"delivered_amount",
"deposited_amount",
"fiscal_year",
"id",
"name",
"pre_contracted_amount"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"collections"
],
"title": "Collection - DefaultCollection",
"type": "object"
}
{
"collections": [
{
"amount_to_deliver": 0,
"contracted_amount": 0,
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2019,
"id": "COL",
"name": "COLZA",
"pre_contracted_amount": 100
},
{
"amount_to_deliver": 0,
"contracted_amount": 7,
"delivered_amount": 7,
"deposited_amount": 0,
"fiscal_year": 2019,
"id": "LEN",
"name": "LENTILLE",
"pre_contracted_amount": 7
},
{
"amount_to_deliver": 0,
"contracted_amount": 0,
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2019,
"id": "ND",
"name": "Non defini",
"pre_contracted_amount": 80
},
{
"amount_to_deliver": 0,
"contracted_amount": 0,
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2019,
"id": "OH",
"name": "ORGE HIVER",
"pre_contracted_amount": 70
}
]
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"collections": {
"items": {
"additionalProperties": false,
"properties": {
"amount_to_deliver": {
"description": "amount_to_deliver",
"minimum": 0,
"type": "number"
},
"contracted_amount": {
"description": "contracted_amount",
"minimum": 0,
"type": "number"
},
"delivered_amount": {
"description": "delivered_amount",
"minimum": 0,
"type": "number"
},
"deposited_amount": {
"description": "deposited_amount",
"minimum": 0,
"type": "number"
},
"fiscal_year": {
"description": "campagne",
"maximum": 2050,
"minimum": 2000,
"type": "integer"
},
"id": {
"description": "codFamOpticollecte",
"type": "string"
},
"name": {
"description": "libFamOpticollecte",
"type": "string"
},
"pre_contracted_amount": {
"description": "pre_contracted_amount",
"minimum": 0,
"type": "number"
}
},
"required": [
"amount_to_deliver",
"contracted_amount",
"delivered_amount",
"deposited_amount",
"fiscal_year",
"id",
"name",
"pre_contracted_amount"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"collections"
],
"title": "Collection - DefaultCollection",
"type": "object"
}
{
"collections": [
{
"amount_to_deliver": 270,
"contracted_amount": 460,
"delivered_amount": 72,
"deposited_amount": 0,
"fiscal_year": 2020,
"id": "BT",
"name": "BLE TENDRE",
"pre_contracted_amount": 150
},
{
"amount_to_deliver": 140,
"contracted_amount": 180,
"delivered_amount": 10,
"deposited_amount": 0,
"fiscal_year": 2020,
"id": "COL",
"name": "COLZA",
"pre_contracted_amount": 0
},
{
"amount_to_deliver": 368.7,
"contracted_amount": 634.5,
"delivered_amount": 217.3,
"deposited_amount": 0,
"fiscal_year": 2019,
"id": "BT",
"name": "BLE TENDRE",
"pre_contracted_amount": 347
},
{
"amount_to_deliver": 58,
"contracted_amount": 23,
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2019,
"id": "COL",
"name": "COLZA",
"pre_contracted_amount": 35
},
{
"amount_to_deliver": 8,
"contracted_amount": 0,
"delivered_amount": 0,
"deposited_amount": 0,
"fiscal_year": 2019,
"id": "LEN",
"name": "LENTILLE",
"pre_contracted_amount": 8
},
{
"amount_to_deliver": 0,
"contracted_amount": 0,
"delivered_amount": 50.5,
"deposited_amount": 0,
"fiscal_year": 2019,
"id": "OP",
"name": "ORGE PRINTEMPS",
"pre_contracted_amount": 0
}
]
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"CritereFS_2725": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"valeur": {
"type": "integer"
}
},
"required": [
"code",
"valeur"
],
"title": "CritereFS - CritereFS",
"type": "object"
},
"DefinitionFS_2723": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"criteres": {
"description": "Criteria results from Fiche Suiveuse",
"items": {
"$ref": "#/definitions/CritereFS_2725",
"type": "object"
},
"type": "array"
}
},
"required": [
"criteres"
],
"title": "DefinitionFS - DefinitionFS",
"type": "object"
},
"IdentifiantFS_2726": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"ligne": {
"type": "integer"
},
"numero_oa": {
"type": "integer"
},
"sous-ligne": {
"type": "integer"
}
},
"required": [
"ligne",
"numero_oa",
"sous-ligne"
],
"title": "IdentifiantFS - IdentifiantFS",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"definition": {
"$ref": "#/definitions/DefinitionFS_2723",
"description": "Definition results for the identified lot by identifiant in the Fiche Suiveuse",
"type": "object"
},
"identifiant": {
"$ref": "#/definitions/IdentifiantFS_2726",
"description": "Identifiant for the Fiche Suiveuse",
"type": "object"
}
},
"required": [
"definition",
"identifiant"
],
"title": "ImportFS - ImportFS",
"type": "object"
}
{
"definition": {
"criteres": [
{
"code": "fermete",
"valeur": 0
},
{
"code": "brillance",
"valeur": 0
},
{
"code": "ressort",
"valeur": -1
},
{
"code": "touche",
"valeur": 0
},
{
"code": "adherence",
"valeur": 0
},
{
"code": "forme",
"valeur": 1
},
{
"code": "relief",
"valeur": -2
},
{
"code": "envers",
"valeur": 2
},
{
"code": "regularite",
"valeur": 1
},
{
"code": "double-ton",
"valeur": 2
},
{
"code": "tranche",
"valeur": 0
},
{
"code": "epaisseur",
"valeur": 2
}
]
},
"identifiant": {
"ligne": 1,
"numero_oa": 5032341,
"sous-ligne": 0
}
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"CritereFS_2725": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"valeur": {
"type": "integer"
}
},
"required": [
"code",
"valeur"
],
"title": "CritereFS - CritereFS",
"type": "object"
},
"DefinitionFS_2723": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"criteres": {
"description": "Criteria results from Fiche Suiveuse",
"items": {
"$ref": "#/definitions/CritereFS_2725",
"type": "object"
},
"type": "array"
}
},
"required": [
"criteres"
],
"title": "DefinitionFS - DefinitionFS",
"type": "object"
},
"IdentifiantFS_2726": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"ligne": {
"type": "integer"
},
"numero_oa": {
"type": "integer"
},
"sous-ligne": {
"type": "integer"
}
},
"required": [
"ligne",
"numero_oa",
"sous-ligne"
],
"title": "IdentifiantFS - IdentifiantFS",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"definition": {
"$ref": "#/definitions/DefinitionFS_2723",
"description": "Definition results for the identified lot by identifiant in the Fiche Suiveuse",
"type": "object"
},
"identifiant": {
"$ref": "#/definitions/IdentifiantFS_2726",
"description": "Identifiant for the Fiche Suiveuse",
"type": "object"
}
},
"required": [
"definition",
"identifiant"
],
"title": "ImportFS - ImportFS",
"type": "object"
}
{
"definition": {
"criteres": [
{
"code": "fermete",
"valeur": 0
},
{
"code": "brillance",
"valeur": 0
},
{
"code": "ressort",
"valeur": -1
},
{
"code": "touche",
"valeur": 0
},
{
"code": "adherence",
"valeur": 0
},
{
"code": "forme",
"valeur": 1
},
{
"code": "relief",
"valeur": -2
},
{
"code": "envers",
"valeur": 2
},
{
"code": "regularite",
"valeur": 1
},
{
"code": "double-ton",
"valeur": 2
},
{
"code": "tranche",
"valeur": 0
},
{
"code": "epaisseur",
"valeur": 2
}
]
},
"identifiant": {
"ligne": 1,
"numero_oa": 5032341,
"sous-ligne": 0
}
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultCritereFS_2725": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"valeur": {
"type": "integer"
}
},
"required": [
"code",
"valeur"
],
"title": "CritereFS - DefaultCritereFS",
"type": "object"
},
"DefaultDefinitionFS_2723": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"criteres": {
"description": "Criteria results from Fiche Suiveuse",
"items": {
"$ref": "#/definitions/DefaultCritereFS_2725",
"type": "object"
},
"type": "array"
}
},
"required": [
"criteres"
],
"title": "DefinitionFS - DefaultDefinitionFS",
"type": "object"
},
"DefaultIdentifiantFS_2726": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"ligne": {
"type": "integer"
},
"numero_oa": {
"type": "integer"
},
"sous-ligne": {
"type": "integer"
}
},
"required": [
"ligne",
"numero_oa",
"sous-ligne"
],
"title": "IdentifiantFS - DefaultIdentifiantFS",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"definition": {
"$ref": "#/definitions/DefaultDefinitionFS_2723",
"description": "Definition results for the identified lot by identifiant in the Fiche Suiveuse",
"type": "object"
},
"identifiant": {
"$ref": "#/definitions/DefaultIdentifiantFS_2726",
"description": "Identifiant for the Fiche Suiveuse",
"type": "object"
}
},
"required": [
"definition",
"identifiant"
],
"title": "ImportFS - DefaultImportFS",
"type": "object"
}
{
"definition": {
"criteres": [
{
"code": "fug",
"valeur": 41043957
},
{
"code": "officia laborum qui ad",
"valeur": -38470212
}
]
},
"identifiant": {
"ligne": -3583993,
"numero_oa": -49197520,
"sous-ligne": -15046695
}
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultCritereFS_2725": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"valeur": {
"type": "integer"
}
},
"required": [
"code",
"valeur"
],
"title": "CritereFS - DefaultCritereFS",
"type": "object"
},
"DefaultDefinitionFS_2723": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"criteres": {
"description": "Criteria results from Fiche Suiveuse",
"items": {
"$ref": "#/definitions/DefaultCritereFS_2725",
"type": "object"
},
"type": "array"
}
},
"required": [
"criteres"
],
"title": "DefinitionFS - DefaultDefinitionFS",
"type": "object"
},
"DefaultIdentifiantFS_2726": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"ligne": {
"type": "integer"
},
"numero_oa": {
"type": "integer"
},
"sous-ligne": {
"type": "integer"
}
},
"required": [
"ligne",
"numero_oa",
"sous-ligne"
],
"title": "IdentifiantFS - DefaultIdentifiantFS",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"definition": {
"$ref": "#/definitions/DefaultDefinitionFS_2723",
"description": "Definition résults for the identified lot by identifiant in the Fiche Suiveuse",
"type": "object"
},
"identifiant": {
"$ref": "#/definitions/DefaultIdentifiantFS_2726",
"description": "Identifiant for the Fiche Suiveuse",
"type": "object"
}
},
"required": [
"definition",
"identifiant"
],
"title": "ImportFS - DefaultImportFS",
"type": "object"
}
{
"definition": {
"criteres": [
{
"code": "fermete",
"valeur": 0
},
{
"code": "brillance",
"valeur": 0
},
{
"code": "ressort",
"valeur": -1
},
{
"code": "touche",
"valeur": 0
},
{
"code": "adherence",
"valeur": 0
},
{
"code": "forme",
"valeur": 1
},
{
"code": "relief",
"valeur": -2
},
{
"code": "envers",
"valeur": 2
},
{
"code": "regularite",
"valeur": 1
},
{
"code": "double-ton",
"valeur": 2
},
{
"code": "tranche",
"valeur": 0
},
{
"code": "epaisseur",
"valeur": 2
}
]
},
"identifiant": {
"ligne": 1,
"numero_oa": 5032341,
"sous-ligne": 0
}
}