The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultFungicideRecapRisk_2205": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"numberOfFields": {
"type": "integer"
},
"riskLevelId": {
"type": "integer"
},
"riskLevelLabel": {
"type": "string"
}
},
"required": [
"numberOfFields",
"riskLevelId",
"riskLevelLabel"
],
"title": "FungicideRecapRisk - DefaultFungicideRecapRisk",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"missingObservations": {
"minimum": 0,
"type": "integer"
},
"risks": {
"items": {
"$ref": "#/definitions/DefaultFungicideRecapRisk_2205",
"type": "object"
},
"type": "array"
},
"totalNumberOfFields": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"missingObservations",
"risks",
"totalNumberOfFields"
],
"title": "FungicideRecapResponse - DefaultFungicideRecapResponse",
"type": "object"
}
{
"missingObservations": 0,
"risks": [
{
"numberOfFields": 4,
"riskLevelId": 3,
"riskLevelLabel": "En dehors des stades de traitement pour la maladie concernée"
}
],
"totalNumberOfFields": 4
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultFungicideRecapRisk_2205": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"numberOfFields": {
"type": "integer"
},
"riskLevelId": {
"type": "integer"
},
"riskLevelLabel": {
"type": "string"
}
},
"required": [
"numberOfFields",
"riskLevelId",
"riskLevelLabel"
],
"title": "FungicideRecapRisk - DefaultFungicideRecapRisk",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"missingObservations": {
"minimum": 0,
"type": "integer"
},
"risks": {
"items": {
"$ref": "#/definitions/DefaultFungicideRecapRisk_2205",
"type": "object"
},
"type": "array"
},
"totalNumberOfFields": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"missingObservations",
"risks",
"totalNumberOfFields"
],
"title": "FungicideRecapResponse - DefaultFungicideRecapResponse",
"type": "object"
}
{
"missingObservations": 0,
"risks": [
{
"numberOfFields": 4,
"riskLevelId": 3,
"riskLevelLabel": "En dehors des stades de traitement pour la maladie concernée"
}
],
"totalNumberOfFields": 4
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultFungicideRecapRisk_2205": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"numberOfFields": {
"type": "integer"
},
"riskLevelId": {
"type": "integer"
},
"riskLevelLabel": {
"type": "string"
}
},
"required": [
"numberOfFields",
"riskLevelId",
"riskLevelLabel"
],
"title": "FungicideRecapRisk - DefaultFungicideRecapRisk",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"missingObservations": {
"minimum": 0,
"type": "integer"
},
"risks": {
"items": {
"$ref": "#/definitions/DefaultFungicideRecapRisk_2205",
"type": "object"
},
"type": "array"
},
"totalNumberOfFields": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"missingObservations",
"risks",
"totalNumberOfFields"
],
"title": "FungicideRecapResponse - DefaultFungicideRecapResponse",
"type": "object"
}
{
"missingObservations": 80161095,
"risks": [
{
"numberOfFields": 36739376,
"riskLevelId": 26376063,
"riskLevelLabel": "velit ut"
},
{
"numberOfFields": 82624443,
"riskLevelId": -19036096,
"riskLevelLabel": "enim sunt nostrud"
},
{
"numberOfFields": -52494783,
"riskLevelId": 76543989,
"riskLevelLabel": "culpa"
},
{
"numberOfFields": 36976862,
"riskLevelId": -99764061,
"riskLevelLabel": "sit culpa Duis"
}
],
"totalNumberOfFields": 71922279
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"definitions": {
"DefaultCollectCropSummary_2821": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"agreements": {
"items": {
"$ref": "#/definitions/DefaultSaleAgreementSummary_2819",
"type": "object"
},
"type": "array"
},
"contracts": {
"items": {
"$ref": "#/definitions/DefaultContractSummary_2820",
"type": "object"
},
"type": "array"
},
"cropCode": {
"type": "string"
},
"cropLabel": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"agreements",
"contracts",
"cropCode"
],
"title": "CollectCropSummary - DefaultCollectCropSummary",
"type": "object"
},
"DefaultContractSummary_2820": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"type": "number"
},
"amountToDeliver": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"deliveredAmount": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"depositedAmount": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"type": {
"enum": [
"contract",
"precontract"
],
"type": "string"
},
"typeLabel": {
"type": "string"
}
},
"required": [
"amount",
"type",
"typeLabel"
],
"title": "ContractSummary - DefaultContractSummary",
"type": "object"
},
"DefaultSaleAgreementSummary_2819": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"type": "number"
},
"type": {
"type": "string"
},
"typeLabel": {
"type": "string"
}
},
"required": [
"amount",
"type",
"typeLabel"
],
"title": "SaleAgreementSummary - DefaultSaleAgreementSummary",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"items": {
"additionalProperties": false,
"properties": {
"crops": {
"items": {
"$ref": "#/definitions/DefaultCollectCropSummary_2821",
"type": "object"
},
"type": "array"
},
"harvest": {
"type": "integer"
}
},
"required": [
"crops",
"harvest"
],
"type": "object"
},
"title": "CollectSummary - DefaultCollectSummary",
"type": "array"
}
[
{
"crops": [
{
"agreements": [],
"contracts": [
{
"amount": 140,
"type": "precontract",
"typeLabel": "Engagement"
},
{
"amount": 317.464,
"amountToDeliver": 50,
"deliveredAmount": 273.695,
"depositedAmount": 0,
"type": "contract",
"typeLabel": "Contractualisé"
}
],
"cropCode": "BT",
"cropLabel": "BLE TENDRE"
},
{
"agreements": [],
"contracts": [
{
"amount": 50.608,
"amountToDeliver": 0,
"deliveredAmount": 50.608,
"depositedAmount": 0,
"type": "contract",
"typeLabel": "Contractualisé"
}
],
"cropCode": "COL",
"cropLabel": "COLZA"
},
{
"agreements": [],
"contracts": [
{
"amount": 34.057,
"amountToDeliver": 0,
"deliveredAmount": 34.057,
"depositedAmount": 0,
"type": "contract",
"typeLabel": "Contractualisé"
}
],
"cropCode": "MAI",
"cropLabel": "MAIS"
},
{
"agreements": [],
"contracts": [
{
"amount": 10,
"type": "precontract",
"typeLabel": "Engagement"
},
{
"amount": 5,
"amountToDeliver": 5,
"deliveredAmount": 0.615,
"depositedAmount": 0,
"type": "contract",
"typeLabel": "Contractualisé"
}
],
"cropCode": "OEI",
"cropLabel": "OEILLETTE"
},
{
"agreements": [],
"contracts": [
{
"amount": 89.336,
"amountToDeliver": 0,
"deliveredAmount": 103.087,
"depositedAmount": 0,
"type": "contract",
"typeLabel": "Contractualisé"
}
],
"cropCode": "OH",
"cropLabel": "ORGE HIVER"
},
{
"agreements": [],
"contracts": [
{
"amount": 11.88,
"amountToDeliver": 0.048,
"deliveredAmount": 11.832,
"depositedAmount": 0,
"type": "contract",
"typeLabel": "Contractualisé"
}
],
"cropCode": "OP",
"cropLabel": "ORGE PRINTEMPS"
},
{
"agreements": [],
"contracts": [
{
"amount": 57.232,
"amountToDeliver": 0,
"deliveredAmount": 43,
"depositedAmount": 14.232,
"type": "contract",
"typeLabel": "Contractualisé"
}
],
"cropCode": "TOU",
"cropLabel": "TOURNESOL"
}
],
"harvest": 2020
}
]
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"definitions": {
"DefaultCollectCropSummary_2821": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"agreements": {
"items": {
"$ref": "#/definitions/DefaultSaleAgreementSummary_2819",
"type": "object"
},
"type": "array"
},
"contracts": {
"items": {
"$ref": "#/definitions/DefaultContractSummary_2820",
"type": "object"
},
"type": "array"
},
"cropCode": {
"type": "string"
},
"cropLabel": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"agreements",
"contracts",
"cropCode"
],
"title": "CollectCropSummary - DefaultCollectCropSummary",
"type": "object"
},
"DefaultContractSummary_2820": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"type": "number"
},
"amountToDeliver": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"deliveredAmount": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"depositedAmount": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"type": {
"enum": [
"contract",
"precontract"
],
"type": "string"
},
"typeLabel": {
"type": "string"
}
},
"required": [
"amount",
"type",
"typeLabel"
],
"title": "ContractSummary - DefaultContractSummary",
"type": "object"
},
"DefaultSaleAgreementSummary_2819": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"type": "number"
},
"type": {
"type": "string"
},
"typeLabel": {
"type": "string"
}
},
"required": [
"amount",
"type",
"typeLabel"
],
"title": "SaleAgreementSummary - DefaultSaleAgreementSummary",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"items": {
"additionalProperties": false,
"properties": {
"crops": {
"items": {
"$ref": "#/definitions/DefaultCollectCropSummary_2821",
"type": "object"
},
"type": "array"
},
"harvest": {
"type": "integer"
}
},
"required": [
"crops",
"harvest"
],
"type": "object"
},
"title": "CollectSummary - DefaultCollectSummary",
"type": "array"
}
{
"crops": [
{
"agreements": [],
"contracts": [
{
"amount": 140,
"type": "precontract",
"typeLabel": "Engagement"
},
{
"amount": 317.464,
"amountToDeliver": 50,
"deliveredAmount": 273.695,
"depositedAmount": 0,
"type": "contract",
"typeLabel": "Contractualisé"
}
],
"cropCode": "BT",
"cropLabel": "BLE TENDRE"
},
{
"agreements": [],
"contracts": [
{
"amount": 50.608,
"amountToDeliver": 0,
"deliveredAmount": 50.608,
"depositedAmount": 0,
"type": "contract",
"typeLabel": "Contractualisé"
}
],
"cropCode": "COL",
"cropLabel": "COLZA"
},
{
"agreements": [],
"contracts": [
{
"amount": 34.057,
"amountToDeliver": 0,
"deliveredAmount": 34.057,
"depositedAmount": 0,
"type": "contract",
"typeLabel": "Contractualisé"
}
],
"cropCode": "MAI",
"cropLabel": "MAIS"
},
{
"agreements": [],
"contracts": [
{
"amount": 10,
"type": "precontract",
"typeLabel": "Engagement"
},
{
"amount": 5,
"amountToDeliver": 5,
"deliveredAmount": 0.615,
"depositedAmount": 0,
"type": "contract",
"typeLabel": "Contractualisé"
}
],
"cropCode": "OEI",
"cropLabel": "OEILLETTE"
},
{
"agreements": [],
"contracts": [
{
"amount": 89.336,
"amountToDeliver": 0,
"deliveredAmount": 103.087,
"depositedAmount": 0,
"type": "contract",
"typeLabel": "Contractualisé"
}
],
"cropCode": "OH",
"cropLabel": "ORGE HIVER"
},
{
"agreements": [],
"contracts": [
{
"amount": 11.88,
"amountToDeliver": 0.048,
"deliveredAmount": 11.832,
"depositedAmount": 0,
"type": "contract",
"typeLabel": "Contractualisé"
}
],
"cropCode": "OP",
"cropLabel": "ORGE PRINTEMPS"
},
{
"agreements": [],
"contracts": [
{
"amount": 57.232,
"amountToDeliver": 0,
"deliveredAmount": 43,
"depositedAmount": 14.232,
"type": "contract",
"typeLabel": "Contractualisé"
}
],
"cropCode": "TOU",
"cropLabel": "TOURNESOL"
}
],
"harvest": 2020
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"UpdateWishlistItem_3019": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"prismic_id": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"prismic_id",
"product_id"
],
"title": "WishlistItem - UpdateWishlistItem",
"type": "object"
}
},
"properties": {
"project": {
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"scene_data": {
"anyOf": [
{
"type": "object"
},
{
"type": "null"
}
]
},
"wishlist": {
"items": {
"$ref": "#/definitions/UpdateWishlistItem_3019",
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
},
"required": [
"project"
],
"title": "Project - UpdateProject",
"type": "object"
}
{
"project": {
"id": "1a3e8cb1-ece7-4f67-b746-aa829c8538ff",
"image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxtWldFNU1tWXdZUzA0WkdWaExUUmpPVFl0T1dFMk1pMWlZelprTldNd05ESmpOellHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--a3d4c520612305d3362efa474c75cb93e4185f70/fd007d49-ed7a-4340-9cc2-6d348a615dc5_Capture+d-u2019e%CC%81cran+2020-12-30+a%CC%80+11.49.20.webp"
},
"initial_scene": {
"env_file": null,
"gltf_file": {
"relative_url": "eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWsyWXpjMVlXTTBNeTFtT1dabExUUmhNamd0WWpRME5pMWlOelV3WmpkbFpqWTNNelVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--b5f69292a4ee35a3927c97d78cc00743a7f4928b/file.gltf"
},
"id": "d17db505-35ab-465f-b314-3650122d0091",
"name": "Demo scene (country classic)"
},
"is_public": false,
"name": "test florian",
"scene_data": null,
"signed_id": "eyJfcmFpbHMiOnsibWVzc2FnZSI6IklqRmhNMlU0WTJJeExXVmpaVGN0TkdZMk55MWlOelEyTFdGaE9ESTVZemcxTXpobVppST0iLCJleHAiOm51bGwsInB1ciI6InByb2plY3RzL3Byb2plY3QifX0=--b6c1974605fb517147356d6e250fcc1f97eaccc0a5b869fce86ed1553514ed5c",
"wishlist": [
{
"prismic_id": "monterosso-rocco",
"product": {},
"product_id": "f07a8df3-56d6-406c-b80c-2ad7bf527220"
},
{
"prismic_id": "product-2",
"product": {},
"product_id": "bbe8d351-3355-4eee-9a82-d1f9415263d0"
}
]
}
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"UpdateWishlistItem_3019": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"prismic_id": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"prismic_id",
"product_id"
],
"title": "WishlistItem - UpdateWishlistItem",
"type": "object"
}
},
"properties": {
"project": {
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"scene_data": {
"anyOf": [
{
"type": "object"
},
{
"type": "null"
}
]
},
"wishlist": {
"items": {
"$ref": "#/definitions/UpdateWishlistItem_3019",
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
},
"required": [
"project"
],
"title": "Project - UpdateProject",
"type": "object"
}
{
"project": {
"id": "1a3e8cb1-ece7-4f67-b746-aa829c8538ff",
"image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxtWldFNU1tWXdZUzA0WkdWaExUUmpPVFl0T1dFMk1pMWlZelprTldNd05ESmpOellHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--a3d4c520612305d3362efa474c75cb93e4185f70/fd007d49-ed7a-4340-9cc2-6d348a615dc5_Capture+d-u2019e%CC%81cran+2020-12-30+a%CC%80+11.49.20.webp"
},
"initial_scene": {
"env_file": null,
"gltf_file": {
"relative_url": "eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWsyWXpjMVlXTTBNeTFtT1dabExUUmhNamd0WWpRME5pMWlOelV3WmpkbFpqWTNNelVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--b5f69292a4ee35a3927c97d78cc00743a7f4928b/file.gltf"
},
"id": "d17db505-35ab-465f-b314-3650122d0091",
"name": "Demo scene (country classic)"
},
"is_public": false,
"name": "test florian",
"scene_data": null,
"signed_id": "eyJfcmFpbHMiOnsibWVzc2FnZSI6IklqRmhNMlU0WTJJeExXVmpaVGN0TkdZMk55MWlOelEyTFdGaE9ESTVZemcxTXpobVppST0iLCJleHAiOm51bGwsInB1ciI6InByb2plY3RzL3Byb2plY3QifX0=--b6c1974605fb517147356d6e250fcc1f97eaccc0a5b869fce86ed1553514ed5c",
"wishlist": [
{
"prismic_id": "monterosso-rocco",
"product": {},
"product_id": "f07a8df3-56d6-406c-b80c-2ad7bf527220"
},
{
"primsic_id": "product-2",
"product": {},
"product_id": "bbe8d351-3355-4eee-9a82-d1f9415263d0"
}
]
}
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"UpdateWishlistItem_3019": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"prismic_id": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"prismic_id",
"product_id"
],
"title": "WishlistItem - UpdateWishlistItem",
"type": "object"
}
},
"properties": {
"project": {
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"scene_data": {
"anyOf": [
{
"type": "object"
},
{
"type": "null"
}
]
},
"wishlist": {
"items": {
"$ref": "#/definitions/UpdateWishlistItem_3019",
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
},
"required": [
"project"
],
"title": "Project - UpdateProject",
"type": "object"
}
{
"project": {
"id": "1a3e8cb1-ece7-4f67-b746-aa829c8538ff",
"image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxtWldFNU1tWXdZUzA0WkdWaExUUmpPVFl0T1dFMk1pMWlZelprTldNd05ESmpOellHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--a3d4c520612305d3362efa474c75cb93e4185f70/fd007d49-ed7a-4340-9cc2-6d348a615dc5_Capture+d-u2019e%CC%81cran+2020-12-30+a%CC%80+11.49.20.webp"
},
"initial_scene": {
"env_file": null,
"gltf_file": {
"relative_url": "eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWsyWXpjMVlXTTBNeTFtT1dabExUUmhNamd0WWpRME5pMWlOelV3WmpkbFpqWTNNelVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--b5f69292a4ee35a3927c97d78cc00743a7f4928b/file.gltf"
},
"id": "d17db505-35ab-465f-b314-3650122d0091",
"name": "Demo scene (country classic)"
},
"is_public": false,
"name": "test florian",
"scene_data": null,
"signed_id": "eyJfcmFpbHMiOnsibWVzc2FnZSI6IklqRmhNMlU0WTJJeExXVmpaVGN0TkdZMk55MWlOelEyTFdGaE9ESTVZemcxTXpobVppST0iLCJleHAiOm51bGwsInB1ciI6InByb2plY3RzL3Byb2plY3QifX0=--b6c1974605fb517147356d6e250fcc1f97eaccc0a5b869fce86ed1553514ed5c",
"wishlist": [
{
"prismic_id": "monterosso-rocco",
"product": {
"base_price": 200,
"gltf_file": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs0T0Rnd05XUXpNaTFoTWpjMUxUUmhZalV0WVRsa05pMWlaRGhoT1dJMFlUVTVNV0lHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--3e3de880b005ffd4d7e54badc113bfa1b9fe0efa/pdt-1-hc-haussmann-0-mp.gltf"
},
"id": "f07a8df3-56d6-406c-b80c-2ad7bf527220",
"minimum_price": 233,
"name": "Haussmann 2 places",
"sku": "HAUSS200",
"zones": [
{
"id": "pdt-1-hc-haussmann-0-node_primitive3",
"materials": [
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "f0b801e5-6ec7-498c-a5c6-657b3b93ad33",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt3Tm1FellqSmtPQzFsWXpKa0xUUmlPV1V0T1RSaU9DMWpPR05tTnpKaVlURXdZamNHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--2283615ba46737cfc8bd27a3e7346960cbead218/mat-5.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt6TkdaaE5qQTVaaTB4TkRrNUxUUmhNR1l0T1RJNFppMDNZVFkyT0dZeE0ySmpNalFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--f8742714eeb83a291f4bfeba1a495e9bfa508b85/mat-5-color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxtTm1GaU0yRm1PUzFoTVRFd0xUUTNNR0V0T0RNMU5DMDBPRGMyTWpjelpXTm1ZVEVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--4b988d98313ea9768af638cfee3f57cfdefbe4f6/mat-5-normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxoWVRoaFptWXhPQzA0TldNMExUUm1NVEl0WW1VNVl5MWtNMlJrTmpKak5HSTNOemNHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--808ae8aa66666773d0cc82f927b7e6b3227f1471/mat-5-reflect.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWsxWmpNNE56QmhOeTFpTkRoa0xUUTVZelF0WVRkak5DMDBObVV5T1RKalpEY3dZbVVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--72245b804bbc7d6b7ebf17f82e52200a3cd17fa6/mat-5-rough.jpg"
},
"marketing_color": "brown",
"marketing_name": "Bois foncé verni",
"marketing_type": "nubuck",
"metallic": "0.0",
"metallic_texture": true,
"price": 60,
"real_scale": "50.0",
"roughness": "0.1",
"sheen": "0.0",
"uv_ratio": 12.880503144654089
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "575119fd-e3ed-41cd-b9b2-a8124ff28295",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWswWldFd01qQmxPQzA1TWpJMExUUXpOalF0T1dFMFlTMWpNMlU0T0RabVptTmxOek1HT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--dc508c0bd52ae00ba178eca38c21d879eaf4772c/mat-26.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt6WVdOaU16WTVOeTFoT0RRd0xUUXdOell0T1RZNE1TMW1OR1pqT0dJMU56VTJObVFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--073724caa88c9760543749e1ab634a4f3eef62d1/mat-26-color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWsxWlRRMVpUTm1aaTAwTXpoa0xUUmlaV0V0WWpJMU55MDNPV1ZoT0RjNVpEZzNNR1FHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--c41ec2e3b5126853132e7bda679f8a1ade0119b2/mat-26-normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt5T0RGbE5EZGpZUzB3TmpVekxUUXdORGt0T0RsbE9TMDVNR1F5WlRGak5qQXlZMlFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--bdebdca0ae61e2898c5cff527582a8da46f01d6b/mat-26-reflect.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt3TnpnMk1EYzRNUzFtTjJVMkxUUTNOak10WVRGaE1pMWpZelkyWkdGallqQmxPVGNHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--81c14e37b579ade1117947260bdd9e537e824425/mat-26-rough.jpg"
},
"marketing_color": "brown",
"marketing_name": "Bois verni",
"marketing_type": "nubuck",
"metallic": "0.0",
"metallic_texture": true,
"price": 30,
"real_scale": "50.0",
"roughness": "0.2",
"sheen": "0.0",
"uv_ratio": 12.880503144654089
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "ae6a0836-e713-4147-8d13-2bedb4cde2a5",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWswWWpoaVlUZ3paaTAyTUdVekxUUXdNR1F0T0RabE5pMDNaR0ZsWlRFM05UUTNaR01HT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--00a166147748396a9699352ff102b55e909fec24/Wenge%20wood%20preview.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt3TldJNE4yTTRZaTFoWWpaakxUUTNPVEV0WVRVM05DMW1PRE5qTWpRME1tUTBNbVVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--1bd86a83b5bad9c0118526ae2d6044a43e922682/wood_wenge_Base_Color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxtT1RBeFpHUXdOaTFrWWpVd0xUUXhaRFl0WWpGbVpTMDBPR05qWXpFd1pqQXpOR1FHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--088cff34bdbc1c32681665ae3b757f58362558ae/wood_wenge_Normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt5WldKa09Ea3lOQzFpWkRZNUxUUTNNVEF0T1dZM1pDMDFNemt4WW1ReFpUYzBNalVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--b0c42a3f0418cda5ef0f67954fd86208c9f70079/wood_wenge_Metallic.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxsTURSaVltRTFaQzAwWXpBM0xUUmlOMlF0T0RoaVpDMDRNakU0TUdNeFlqbGxOVFFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--dc08e9c7653dac088014ecfe4b5902ada1400c26/wood_wenge_Roughness.jpg"
},
"marketing_color": "brown",
"marketing_name": "Bois Hetre verni",
"marketing_type": "nubuck",
"metallic": "0.0",
"metallic_texture": true,
"price": 0.4,
"real_scale": "30.0",
"roughness": "0.6",
"sheen": "0.0",
"uv_ratio": 21.467505241090148
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "54cd31e4-31b6-40ce-90d9-1beb520767ab",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxpWTJWbVpHUXpZaTFtWmpWa0xUUTJNamd0T1RVd01pMDRZalE1WkdFMFpHTXhaak1HT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--bd19182aecfb9071d95c264c4b99707bc08cb231/Bois%20Acajou%20preview.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs0TVRBeVlUTmtZeTB3TldNNExUUmxaVE10T0RNM015MWtabUl6T1dJeE0yTXpNekVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--e16a83c27dfea168b18fbec9b685e86ecce61022/acajou_wood_varnished_Base_Color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxtWkRJMlpqRmxNQzB6T0RrNExUUmhOalV0WVRWbFpDMW1NbVV4T0dKaE5XUmhOek1HT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--28b1017c4fd25899acea8d1d65b578ac7d98ad0e/acajou_wood_varnished_Normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxrTURrek5ERXdPUzFrWTJZekxUUTVPRE10T0RWa01DMDJZMlZtWXpVNU1EZGtaVFVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--e0131bf5e8402da5a7d584d14d8b8d46bd9a8760/acajou_wood_varnished_Metallic.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWswTnpsa09EWm1aUzB5T1dWaUxUUXdZV0l0WVdNNVlpMHdPR1ZoTVdSa05HSTJaamNHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--b126db70e80fd841785c96b7dae032d77f067174/acajou_wood_varnished_Roughness.jpg"
},
"marketing_color": "brown",
"marketing_name": "Bois Acajou",
"marketing_type": "nubuck",
"metallic": "0.0",
"metallic_texture": true,
"price": 0.4,
"real_scale": "80.0",
"roughness": "0.6",
"sheen": "0.0",
"uv_ratio": 8.050314465408805
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "706aa5a4-9371-4fc2-8a1b-8fb653b7ac9d",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs0T1dFeFl6RTRNUzFrWkRnMUxUUmxNbUl0WWpZNE5pMDFPV1UwT0dKaE5XUmtZV1FHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--e36db3873ff4d4b196507140109763cf0feecdbf/Bois%20Palisander%20bresil%20preview.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt5TkdFd05XVTFZUzFpWkdVeExUUXpOVE10WVRCaU1DMDFNMkV6TURNd01tSXdZamtHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--6000b62c4693d87a49888f9d430241028621ccae/wood_palisander_brazil_Base_Color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWsxTTJGall6QTVPQzAwTkRrM0xUUTFNekl0T1dRMU55MHlZMlF6WlRWaE56RTRNakVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--03a6e8aa3a68ab8d564f5584e125ae81ca32fab1/wood_palisander_brazil_Normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxrWlRFelpUTXdNUzFoTkdSaExUUTJOMkV0WW1WbE55MHpZbUkxWldKaE1Ea3lNRElHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--dac1f871ea8f11dc404f4ef4da41fa6c94ae7bf1/wood_palisander_brazil_Metallic.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt5WTJSaU9EQm1NeTFpTVdNM0xUUXdNekl0WVRGbE9TMWpaalV4WTJFNU56UXlOV1FHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--6d24d66a2dea363e466d774238256e4bf0626d48/wood_palisander_brazil_Roughness.jpg"
},
"marketing_color": "brown",
"marketing_name": "Bois Palisander Bresil",
"marketing_type": "nubuck",
"metallic": "0.0",
"metallic_texture": true,
"price": 0.4,
"real_scale": "80.0",
"roughness": "0.7",
"sheen": "0.0",
"uv_ratio": 8.050314465408805
}
],
"name": "Accoudoir base"
},
{
"id": "pdt-1-hc-haussmann-0-node_primitive2",
"materials": [
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": false,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "e5fe5509-0454-4dc5-ac64-d2658cfb3c5a",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWsyWm1Gak9Ea3lZeTAzTlRneExUUTBPVFF0WWpJMk5DMDBPR1ZtTURobVlXWXpPRGdHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--202f0a69413b95c80d41e0e6c33245b66feb5cf7/mat-9.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs1WTJFMU9Ea3lZUzAxTkRaakxUUTRPVE10WVRVM1l5MHlNVGxrTURVME1UUXlPR1VHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--c75cb5d197411e6d3a7807cd9040434177aba927/mat-9-color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWsxTTJNMFlXRXhNaTFtTjJSaUxUUTJabVl0T1RabE5DMW1aakUzT1RJMVpUQm1aV1VHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--269fcee281cd10d1504302ff1f4fd1fec4003dd3/mat-9-normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxqT1RVek9EY3laaTAwTTJReExUUXdNRE10T0RGbU1TMDBNalJtTURrNU5UWmxObUVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--3398d52b97919a6bb7e26b3dbc6e5fad691ae9f0/mat-9-reflect.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxpTjJSak5HTXhOaTB4TUdWaExUUTRNV0l0WVdFMk5pMHdNR1ZoWkRSaU4yVTNNalFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--d413410456d5201962bb38fe3509a630b635955e/mat-9-rough.jpg"
},
"marketing_color": "grey",
"marketing_name": "Métal argenté",
"marketing_type": "nubuck",
"metallic": "0.9",
"metallic_texture": false,
"price": 600,
"real_scale": "50.0",
"roughness": "0.1",
"sheen": "0.0",
"uv_ratio": 12.880503144654089
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "1267b18d-7350-4f6c-afe5-577fec575f0f",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWsyT0RrM1pXRm1aUzAwWlRsaUxUUmtaall0WW1JeFl5MDFNV05sTjJFNE9EWmlPR0lHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--4f04e5560d9308797d5d69296b95c5de768f0c3e/mat-22.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt5WXprNE1qTm1NaTB3WlRSbExUUm1PVFl0WW1ZMVlpMHdZekU1TVdObU0yWmhOekVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--fa87af50e231efe26a1570afc448120bd12b89e2/mat-22-color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt5WXpsbU56aGxZeTFoTURnMkxUUmxPR1l0T1RrM1l5MDVZVGRqWmpVeE1qZzFaV1VHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--1bdbca44cd201f34de14158e5e4e56f45f949613/mat-22-normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWswWldSa05UTmtOUzFpTWpVMExUUTJZbUV0WW1ZNE5pMHhZV0l3T1dJeVl6WmpPV1VHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--6dab4f7831e03972962c282fb2c24f1fad6fc456/mat-22-reflect.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWsyTWpsaU1qa3pOeTAwTnpRMUxUUm1PVGt0T1dVek5pMWxOelEwWkRsaU0yRmtOVEFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--fd319e29b9d6cb5efc44acd5b3e06f3385fd681b/mat-22-rough.jpg"
},
"marketing_color": "orange",
"marketing_name": "Métal Cuivre",
"marketing_type": "nubuck",
"metallic": "0.9",
"metallic_texture": false,
"price": 80,
"real_scale": "50.0",
"roughness": "0.1",
"sheen": "0.0",
"uv_ratio": 12.880503144654089
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "ad12f282-7917-477d-a61d-95a325a5e2d9",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxtTldReE4ySXpNaTAxTVRZeExUUTRaVE10WW1VM05TMWhNVEJtWVRrMk1EYzJOR1lHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--0698e5c8f3b81589c5d9115ab6a4ce05c4684081/mat-8.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxtTmpaak1XSTRZaTAxTW1NeExUUmhOV1V0WWpFMk5pMHpNamRpWkRCa1pHWXdabUlHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--616b32e560f8abf82f6e02774723ece92b193ed9/mat-8-color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWszT0RCaU9UUmhaUzB5Wm1OaUxUUmpPVFF0T0dObVlTMDJZakUxTlRCbVpqWTNPV0lHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--091b24c28342f58f9cda76f46046f299f1dadd16/mat-8-normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxoWldZd1lUTXhNaTA0TXpBd0xUUTBNVEl0WW1OaE1TMDVOR00xTm1ReU5XRmxNR1FHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--1257f9a5709810365831b1a7dafcca9e6294194d/mat-8-reflect.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs1T0RObVpHSmlNaTFoTWpWbUxUUXpOVEF0WVRFMk9DMDJZVFl3TkRJeE9XUXhOMllHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--d2381887cdbe769047fc0462879131bab937425c/mat-8-rough.jpg"
},
"marketing_color": "black",
"marketing_name": "Métal Noir Brillant",
"marketing_type": "nubuck",
"metallic": "0.8",
"metallic_texture": false,
"price": 32,
"real_scale": "50.0",
"roughness": "0.2",
"sheen": "0.0",
"uv_ratio": 12.880503144654089
}
],
"name": "Pieds"
},
{
"id": "pdt-1-hc-haussmann-0-node_primitive0",
"materials": [
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "4f26f487-e8fa-41de-bc92-ee5a6f45de1c",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt5WTJJM1lqVmlPQzB6TVdGaExUUmxZakF0WW1KbFlpMWxZakZqT0RrME0yWXhObUVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--d8578d70c5759c979ef28a88e740ec4b355fc4a9/leather_rough_Base_Color.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt3Tm1ZNVpURXlNeTFpT1RrMkxUUTNaVEF0WWpFd09DMW1PVGc0T1dVd05XSTJZamNHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--dcce79dc74fab3f16557576d259abf2a3270abfa/leather_rough_Base_Color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxtWkdOallUUTRPUzAzTXpBekxUUTJNell0WVdaa1pDMDROR0l3WVRWbE5ERTFZemdHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--a2af2229980ea2de9366d048408be7ea6f6f331f/leather_rough_Normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt6Wm1Vek1Ua3hNeTAwTVRrMExUUmpZbVF0T0dKaVl5MWhNVFl5TkRVd1pETXpNbVVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--993c1436831f4add80ba2f4b2944c031780012b0/leather_rough_Metallic.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt4TUdRNVkyWXpZeTB5TnpWaExUUXdNR010T1RnMll5MWlOV0V5WmpRMVkySTFaVEFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--9c71cd69d712e5867c430c3b47f076d06b9c6ebc/leather_rough_Roughness.jpg"
},
"marketing_color": "yellow",
"marketing_name": "Cuir Jaune",
"marketing_type": "faux_leather",
"metallic": "0.0",
"metallic_texture": true,
"price": 20,
"real_scale": "50.0",
"roughness": "0.5",
"sheen": "0.0",
"uv_ratio": 12.880503144654089
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 90,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "956794e9-9942-4914-84f7-5ebeceb735e4",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWsyTWpnNE4yWmtNeTFqTTJKakxUUTRZamd0T0RSbU1TMDBNV1kyT0RNM05EQmpZV0VHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--e8f55a64cfa322ba2beb148e3a9883031a4406f7/Preview.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt5TmpKak1XSTNOQzB5TWprMUxUUXpaakV0WVdVeE1pMHhOVGxrTVdFNU16ZGtOR0lHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--f4d48138c2ef9628ccce65a3b74d07168c9b9b8d/Leather_Plain_Base_Color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWszTXpNMVltVm1NeTFrTnpNeUxUUm1ZMlF0WW1WbVlpMDRaVFV6WWpVNU9EUTJPR0lHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--56a5573f08528198322301eb71b44ebd748cd30e/Leather_Plain_Normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWswWXpSa05HVmpZUzB4WVRNd0xUUXlOV010WVRZeVlTMDNOREJpWkRreVptWXlaREFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--e7a986bc3af4cd1fbeca7bfdf1683fdda503bd98/Leather_Plain_Metallic.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs0TURGaU9XVTJaQzAyWlRabExUUTRNVGN0WVRnNVpTMWhZMlkyTnpNM09HWmpPRElHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--24cf90a1411dee6e40711cd28886f1ac324c7350/Leather_Plain_Roughness.jpg"
},
"marketing_color": "brown",
"marketing_name": "Cuir Marron",
"marketing_type": "quilted_leather",
"metallic": "0.0",
"metallic_texture": true,
"price": 20,
"real_scale": "60.0",
"roughness": "0.5",
"sheen": "0.0",
"uv_ratio": 10.733752620545074
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "d45d0ff3-041d-4ff8-a78c-c49379584876",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt5TVRjeVkyVm1NQzFtT0dOa0xUUTVaVEV0WVdJM01pMWlOVGd5TURNM01qYzFZV0VHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--2c1d00d60502d7516c553c74d4d874c80e271b9a/mat-16.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt4TkdVME56VXhPQzFpWVRjNUxUUmlOelV0WWpjMU5DMHpPR1l4Tm1WbU1HRmxOak1HT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--10e4c2f0c31894b0f9efe6d7964a2dbdf2c44b31/mat-16-color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxqTVRZeVpHRXpZaTFqWW1Zd0xUUmtZek10WVRreVppMWpZMlUyWkRBNE16STBNbUlHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--e749d72fc2322663e952f38a271038c298d95f8d/mat-16-normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxqTm1NeU9XVmtZaTB6WldZNUxUUTJORFF0WWpReE9TMWlaVGM1WkdZNVl6WTNaVGtHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--ca0289492e47e7f8ecea68c7b60701f159a74710/mat-16-reflect.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxtTURFNFlqVmxaQzFqWVRNM0xUUmtNMlV0WVRBek1pMHlZbUZoWVdaaE1tUTFNemdHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--50f4fcc00138b2a8b4e616e9edc22439ca58f11a/mat-16-rough.jpg"
},
"marketing_color": "green",
"marketing_name": "Tissu (green)",
"marketing_type": "plain_and_semi_plain_fabric",
"metallic": "0.0",
"metallic_texture": true,
"price": 0.2,
"real_scale": "50.0",
"roughness": "0.7",
"sheen": "0.0",
"uv_ratio": 12.880503144654089
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "0e97222b-0274-4f9f-898d-e981f75f84e1",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxtTURNMU5qTm1OQzA1WVdZMUxUUmpORFV0T1RWaE9TMDJabUl6WmpGak5ERXlPV1VHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--2ab214be6cbb7ffa71511b8f92b0645ce33df515/mat-28.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs0TXprNE1tVTNNaTFpTlRnd0xUUXhNek10WVRVeE1pMHhZekprWlRneFpEWmtOR1lHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--77eaa8e40328251ac11f8baa34653c9947a9e495/mat-28-color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt4TlRWaVl6YzRPUzFrT1RsaExUUXlOemN0WW1JeE1DMHdaVEU1WWpKa01UYzVNRFFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--601e3bc0e7cf314fe5c24fda93fb07c4f76f25fc/mat-28-normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt3Tm1Vek1qZGtOaTFqTnpjNExUUTVabVV0T0RVeE15MDBOVEprTTJNME16Um1aRGNHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--989b7309fd8f2f83aa3204cb8cd65077e0bc7a2a/mat-28-reflect.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt4TWpJMllXRmxOaTAzT0RrMExUUm1aVFl0T0RobU15MWlZMkV5TWpVek16azVZbVlHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--2e8797c7f70eefe6e6f3241df290f49fda5f9b1e/mat-28-rough.jpg"
},
"marketing_color": "red",
"marketing_name": "Cuir Rouge",
"marketing_type": "corrected_grain_leather",
"metallic": "0.0",
"metallic_texture": true,
"price": 30,
"real_scale": "50.0",
"roughness": "0.5",
"sheen": "0.0",
"uv_ratio": 12.880503144654089
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "e7ece9e9-3f7f-4657-b668-c510273e911d",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxsTUdRM04yWmhNaTFqTmpFd0xUUXlOamN0T1dZMVlpMWpaR1prWTJJMFltWm1aV1FHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--06e777613d5003fa28aa1b65664588e84684ffce/mat-1.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt4TXpjeU1XUTBPQzFoT0RreExUUTBaV1V0T0RnMU55MWhaVEUxT1dNMFlqZzVOMk1HT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--dc3710f85b5f86805b1bc578743173a92c7e0af8/mat-1-color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxoTURrNFlUYzRNUzB6TWpOa0xUUXpPVFV0WW1NMU15MHhZelEzT1RSa1ptSTJZallHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--fc7a8430cad373a2cf995ebb9e12a2c37ef55e45/mat-1-normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxrWkRoaU5HSXdNUzB6TTJZeUxUUTNNemd0WVdVME55MDJNMll5Wmpaa1pEVTFOalFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--363e121de4b83c02a08646114dd1fcfe00aadab3/mat-1-reflect.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs0WldRd056TTVNUzB4WldZM0xUUTJNREV0T0Raa1lpMW1ZekEyTkRBell6WTBOV0lHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--c6b21d42ab1df09cea255c47d392b412f0d9cdd3/mat-1-rough.jpg"
},
"marketing_color": "brown",
"marketing_name": "Cuir Marron Vintage",
"marketing_type": "faux_leather",
"metallic": "0.0",
"metallic_texture": true,
"price": 2,
"real_scale": "50.0",
"roughness": "0.5",
"sheen": "0.0",
"uv_ratio": 12.880503144654089
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 45,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "bc3b637f-d848-45bd-8672-cd2116667112",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWszWlRReVlUbGtZUzA1T1dJNExUUXpNbVF0WWpNME5DMHhOall5WXpRMk1qVTNabVVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--7a78f8f5aa89c50aa9f51ac633e9adfd4cc9bf63/mat-17.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt4WkRVeFlXUmhNeTAwWmpkbExUUXlPR1V0WVdSbFppMWtZekl4TURoak0yTTBNeklHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--f40bef66d452125079319f8c69397b996deb0ba6/mat-17-color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxoTnpWbE9HRTROUzFoTVRGa0xUUXlNemd0T0RZellTMW1ZalU1TVRZeFpUTTRORGtHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--015f557d7cffc63b87eb1c46fe56af3a6b642d79/mat-17-normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt4TVdZNE5UWm1NUzFrWW1SakxUUmpOalV0T0dGa1lpMW1aVFUzT0RNNVpqSmlOemdHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--526358464062dc2396b55fc88ed03b6df223991a/mat-17-reflect.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWswWTJaaU9UTTRNUzFsTjJVMUxUUmpOV1l0T0dWaU5TMWlZamcyWldRd1ltVTBPV0VHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--48c91f84eef965e2a21fa6cbb25a1d9a78606ebb/mat-17-rough.jpg"
},
"marketing_color": "red",
"marketing_name": "Tissu Chenille Rouge",
"marketing_type": "faux_leather",
"metallic": "0.2",
"metallic_texture": true,
"price": 10,
"real_scale": "30.0",
"roughness": "0.4",
"sheen": "0.0",
"uv_ratio": 21.467505241090148
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "0be8747c-6e8d-4f16-adae-d57ee416d6da",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs0TVRjMk0yVmtOUzFrTkdNM0xUUTNORGt0T1RSaFpTMWlNVEkyTUdZellqRTVZbVVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--1600a03cac9d75bcaac7d68d9c9f79f559a6c9f2/mat-1.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt3WlRVeE5tVXlPQzA1Tm1GbExUUTNabUl0T0dNNE55MHpNVFkxWWpKbFltTmxaV0lHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--21dfea0a99b58552a9646b50195ad523aadd6a8b/mat-1-color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt3TmpBM1lqUm1ZUzAzTURJNUxUUmlPRGN0WWpRek9TMWpZVFpoWmpjMk5qSTFaV01HT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--19015f675b96d7fe4bfd6e64af196468ca8d8099/mat-2-normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxsTmpjeVl6UXlNUzA0T0dJNUxUUTVZVFl0T0dFNFlpMW1PR0ZqT0RCbU1qUTBaR0VHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--a95cff4ba8b769d2f46081064053cf718c732239/mat-1-hight.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt3TUdFeE1HVTBZaTFtTm1ReExUUmpaR010T1dFNE55MDNOVEV6TVRrME1ESTRNekFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--b70668605fba972ee51ba3fffb5b98ee2d9bec00/mat-1-mask.jpg"
},
"marketing_color": "black",
"marketing_name": "Velour",
"marketing_type": "faux_leather",
"metallic": "0.0",
"metallic_texture": true,
"price": 2,
"real_scale": "60.0",
"roughness": "0.9",
"sheen": "0.0",
"uv_ratio": 10.733752620545074
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "89557930-b7e3-4b58-8c4a-6de91685f323",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt6WWpVMFlXWXhOeTFrWW1VMUxUUmlNVEl0WVdaa01pMW1NR00xTVdWak4yVXlOMk1HT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--19f77b2dfd066388e4212d915925ea4cefedc3d1/Marrons02_alcantara_fabric_brushed_upwards_Base_Color.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxsTkdVd1lXTTFOUzFpTkRjeUxUUXhZVGt0WWpSa1l5MDFNbVJsTnpBMU1HVXpNamdHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--8be29ad936ceafe9b7c98408b8cee833f1897d46/Marrons02_alcantara_fabric_brushed_upwards_Base_Color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWsxTVRsbU0yWXlaQzB4TURabUxUUTFZekF0T1RNMVpDMDRObVUwTlRVM1l6WTBabUlHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--3b1c371acc06520e48feca05d2fcb2c2c0b67e2c/Marrons02_alcantara_fabric_brushed_upwards_Normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt5TjJNNE56UTRNUzFqWkdZMkxUUmxaVFl0T1RBek1DMWxaV016WldFeE5EZzJaalFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--253a72bacda8e0f7b5752db269a32b0ec03fbca2/Marrons02_alcantara_fabric_brushed_upwards_Metallic.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs1WVRBM05qYzVPQzFqTmpNMkxUUTJNakF0WW1SbU9DMWhZMkprT1dKa1lqQmxaRElHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--6b39513fe4849d91c6f71dc0a46737548edc602a/Marrons02_alcantara_fabric_brushed_upwards_Roughness.jpg"
},
"marketing_color": "black",
"marketing_name": "Alcantara",
"marketing_type": "faux_leather",
"metallic": "0.0",
"metallic_texture": false,
"price": 2,
"real_scale": "28.0",
"roughness": "1.0",
"sheen": "0.0",
"uv_ratio": 23.000898472596585
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "1f20b274-09ca-4a4d-8640-3774046520a8",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWszT1RNd1kyRTBPQzAyWlRoaExUUTJOR0l0T1dReE1TMDRZbU0xWkdFNU56bGtOamdHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--36333801179d5aed338cbcde51d99d9826a1c955/Bleus02_herringbone_fabric_preview.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxpT1RSak1ETXhZaTFsWWpobExUUXdaRFF0WW1WaVlTMDRNR05sT1dFek4yUmtPRGNHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--393c9bb39dc18718f2bf3331574a48357e5e28b0/Bleus02_herringbone_fabric_Base_Color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs0WWpaaVpERTJZUzFtTWpjMkxUUTNNek10WW1abE15MDFNVFkxTWpBMU16STVORFVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--f49c0b39ac30b5efdf6bba20b0b8d269c85cbe9a/Bleus02_herringbone_fabric_Normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxtTXpnek1XUXlOaTFpTldNNUxUUTFZakV0T1RnNVlpMHpOR1l6TVRWa09UazVNV0lHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--057f24cddac440a12f43ddf44a1084a22da46cd6/Bleus02_herringbone_fabric_Metallic.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs0T1RFMFpXSm1OQzAxTWpOakxUUmtZVEF0T0dVelpDMHlNRGMyTXpVeU5EaGpNekVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--4d629e89387eae444634329cf73e361d328c20e3/Bleus02_herringbone_fabric_Roughness.jpg"
},
"marketing_color": "black",
"marketing_name": "Herringbone",
"marketing_type": "faux_leather",
"metallic": "0.0",
"metallic_texture": false,
"price": 10,
"real_scale": "25.0",
"roughness": "1.0",
"sheen": "0.0",
"uv_ratio": 25.761006289308177
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "ab919d73-4a74-4644-9fbd-116f3e864f98",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxqTVRJM05HWTFaQzFoWldNNExUUmlaREl0T0dKa05DMHdOMkk1TlRZMFpqQTVaRGtHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--344680a853364345824d28d7ab730c2e859c7482/mat-2.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt5TVRrMFl6UTJOeTFrWTJJMExUUTFOV1l0T0Rnd1pDMHlaV0ZrTURFNE1UZ3hPRE1HT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--497e77ccb011f33d664a9a045ff75d5b4b40e552/mat-2-color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxoTURnd04yUXpZaTFrWkRNNExUUTNZMll0T0dJeVpTMHlZbU5qTldWa05qa3paRFVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--fd7827a38c92f1c657077428bb6d00ac7623b7d3/mat-2-normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs1TVdFMk5UWmpOeTB4WldKbExUUTRZVFl0WVRGaE55MHpOVEEwTjJReU9EUmlaVEVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--0677bd6b88e351a2c4ffdeb576dfea6059483608/mat-2-reflect.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs1WTJVM1lUTXlPQzA1WW1aa0xUUmlaalV0T1dNMVpTMWxNbUpsWmpZMU9ERmxNRE1HT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--eb84a905fbcb6116bd916cbc2f0ad5922d351dad/mat-2-rough.jpg"
},
"marketing_color": "pink",
"marketing_name": "Cuir Rose",
"marketing_type": "nubuck",
"metallic": "0.0",
"metallic_texture": true,
"price": 10,
"real_scale": "50.0",
"roughness": "0.5",
"sheen": "0.0",
"uv_ratio": 12.880503144654089
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "7f7cc05a-158d-4aec-be67-5545fadc79f5",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxoWmpOalpEWXhZUzFrTlRGaUxUUmtNbVl0T0dVME55MWhPR1JtWkRCa05USmxZV1lHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--aa2616113c059556ff0c5f31048059608c64a389/mat-18.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt5TkRWaU16ZzNZUzFtTkRCakxUUmlOakl0WWpGaU5DMW1NVGMwTXpsak5qQTNZekFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--894f4062ffa144316f2b957ef510db28df9073f0/mat-18-color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWswTnpZNU0yTTBNUzA0TWpZeUxUUXdOell0T1dKaE15MWpaak5sTXpFNFlXVm1NV01HT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--e94ccc815c95ffd52b7a5b919eb68262bfb0f543/mat-18-normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxrWW1NNE1HTXpNeTFsT1dNekxUUXpNekF0WVdSaU9TMDRaREkwTlRBNE9UZ3laRGNHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--3fdf6ab95a37467fcebc60dba636f0e0f3c6e6a4/mat-18-reflect.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt6T0dWaE5UaGtOQzA1T1dRNExUUTFZV1l0T0RnM1pTMDNNVFkzTW1OaFlUaGlOVFFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--54b0dcc79095a53c89bf424b86433b4094e1c1b1/mat-18-rough.jpg"
},
"marketing_color": "black",
"marketing_name": "Cuir Noir",
"marketing_type": "nubuck",
"metallic": "0.0",
"metallic_texture": true,
"price": 10,
"real_scale": "50.0",
"roughness": "0.6",
"sheen": "0.0",
"uv_ratio": 12.880503144654089
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "e67b5dcc-17a0-4c62-a4f5-0507f0bb9633",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxpWkRKak16TTJOUzFqWVdJMkxUUXdOREV0T0RWbFl5MWpNekJsT0RZd1lXUTJabU1HT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--f3432807c684f9d5cdb2ec11ca37aeb108e7a6c5/Flannel%20preview.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxsT1RWall6ZzRNUzFqWVdSaUxUUXhaV1V0WWpneU5TMWlORFU0TkRRNVl6QTROVElHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--94e5b0045bdb6e7ba1d42469cfbf4f95d2189987/flannel_fabric_Base_Color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt4WkRkaFkyRXlaUzB3WldaaExUUmtOR1V0WW1SbE9TMHhNekF5Tnpnd1pUUTRNRElHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--497fd78a02b6625002b495c7688ca31d3e238973/flannel_fabric_Normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt4T1dNeE5ETXlPUzFoTXpSbExUUXpNV0V0WW1FelpDMDRPVGRtWkdabE1qbG1aR1FHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--36e0186cee01df49e8cae2f6da3b0b96588a61d0/flannel_fabric_Metallic.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxpTm1Oak5XTmlPQzB5TmpFNExUUXdaREV0WVRJd1ppMHlNemczTUdJMU4yRmxaV0VHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--48855390eeb6af390426db6a1ec55f1210e51797/flannel_fabric_Roughness.jpg"
},
"marketing_color": "grey",
"marketing_name": "Tissu coton flanelle",
"marketing_type": "plain_and_semi_plain_fabric",
"metallic": "0.0",
"metallic_texture": true,
"price": 0.2,
"real_scale": "25.0",
"roughness": "0.9",
"sheen": "0.0",
"uv_ratio": 25.761006289308177
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "e3b0ec65-1ff6-401d-8a88-932747a0962d",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxsWkRjeE1UTm1NaTFoWVRRd0xUUm1Zakl0WVRjME15MDVZbVV3TWpRNU5ESmxZVEFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--d85a32d7e54ad0ed14689f20f839dc978af41f1a/preview%20blue1.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxoT1RFeU1UWTJNeTA1TWpVMUxUUTFaREl0T1dFNU5TMDVNak5pWW1OaVltWTVORGdHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--e43de9039c50591c5694b5008c391130eea528f3/interlacing_emboss_velvet_Base_Color_blue.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxtT1RnNU16SmtNUzB4WVRkaUxUUTBNRFl0WW1JeFlTMW1ZekV3TW1NNFpqbG1PVGtHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--5c6623f5299380f04a2002104441f68775fd3735/interlacing_emboss_velvet_Normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt3TTJJeVptVTVOeTAxTldZNExUUXpPV1V0WWpCa1lpMDJOalEwT0dNME9HVmhaV0lHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--44a932f4763207bfad91d6cfb3ae45ea7e19307c/interlacing_emboss_velvet_Metallic.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs0Tm1RM016STJOaTFtWkRnd0xUUTFZbVF0T0dReFppMWhaalkyWVROaU56YzBZVGNHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--36bdd3d0202dc51c384776deb5374f405d3e7e61/interlacing_emboss_velvet_Roughness.jpg"
},
"marketing_color": "green",
"marketing_name": "Velour embossé (bleu)",
"marketing_type": "geometric_patterned_fabric",
"metallic": "0.0",
"metallic_texture": true,
"price": 0.2,
"real_scale": "25.0",
"roughness": "0.9",
"sheen": "0.0",
"uv_ratio": 25.761006289308177
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "c7768b73-f448-4320-9788-5abcc64d23d9",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs1TTJFeVlUWmhZeTFqWkRSbUxUUTVaVEF0T0RNNE9TMDBaamxtTkdJMFptSmpPRFlHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--f4645a24a15ba75b8567bbebc20dc491ec9f5552/Cuir%20grain%20preview.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWsxWkRNek1URTJZaTB5T1dNNUxUUXlPR1V0T1Rrd09DMWtaR0k0TkRGbU4ySmxNek1HT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--00f3b714545be15fe1fd248f34fdd9933a9793b8/leather_fine_grain_Base_Color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt4TmpRNE9ERTRPUzB6TjJJMExUUmpPRGt0WWpVeE1pMWhOVFE1TldWaFlqSTJOemdHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--0afc8256d90b5ba0de8c792688a0c35880699a67/leather_fine_grain_Normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt6TWpNell6YzVPQzFqWVRVekxUUmxOMlF0WW1JNE9DMDVabUkzT1dFNVpqa3hPVGNHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--de6a06b3907f76bed50e245af29fee774ace5d73/leather_fine_grain_Metallic.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxpWmpBd01qVXhOeTA1TmpabExUUTRNVGN0T0RBd1lTMHdaRGMwWWpGbFlXUmhOekVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--d4940468ba59416237085d2bccc54096d22d4f7e/leather_fine_grain_Roughness.jpg"
},
"marketing_color": "white",
"marketing_name": "Cuir grain (blanc)",
"marketing_type": "corrected_grain_leather",
"metallic": "0.0",
"metallic_texture": true,
"price": 0.2,
"real_scale": "40.0",
"roughness": "0.6",
"sheen": "0.0",
"uv_ratio": 16.10062893081761
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "96b65c61-33c6-4e96-9783-bbbd2c5943cb",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxqTjJJMU1XUXlOQzB6T1RJM0xUUmhZV1F0T0RBeFlpMHlPRGt6TmpSbU5EazVaR01HT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--9b531dcacf1cd621f4a50e6ef59150de3f3a3251/mat-13.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt6TUdZM05UQXlaUzAyWWpZd0xUUXhNREF0T1dZMVl5MW1NbVEzTkdReU5HSTNZek1HT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--89cf83a622cdcb34057ece2500082e4fb6519263/leather_fine_grain_Base_Color_noir.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxoTWpjM01EaGpNUzAyTUdVMExUUXhNMlF0T1RrMFlpMHdOemRoTmpRelpERmpZMk1HT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--50187b9d5ccd5abb49693bd57d0499d738fde800/leather_fine_grain_Normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt6TW1GbFlUbGpNQzFoWm1JMUxUUTRZbVV0T1Rjek5pMHhNV0ZqWWpnMVpqSmtaVFFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--5189221e88d25dffe333dc26ded83519dabb6602/leather_fine_grain_Metallic.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWsyT1Rrd01XUTJNQzAxTkROakxUUXlNR1V0WVRobE55MHlNRGt6WXpaak5UaGhOemdHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--5fcb8fe9cca63a18f2bf97c4870c030944c1023e/leather_fine_grain_Roughness.jpg"
},
"marketing_color": "black",
"marketing_name": "Cuir grain (noir)",
"marketing_type": "corrected_grain_leather",
"metallic": "0.0",
"metallic_texture": true,
"price": 0.2,
"real_scale": "40.0",
"roughness": "0.7",
"sheen": "0.0",
"uv_ratio": 16.10062893081761
}
],
"name": "Revetement"
},
{
"id": "pdt-1-hc-haussmann-0-node_primitive1",
"materials": [
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "4563acd2-f41a-4af9-8bba-1b1ba707cedb",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxpWm1WaFkyUmpZUzAxTkdKbExUUXhNalF0T0RVeE5pMW1PVFJpTkdWbVpHUTVOREVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--fa48ffbc89dd114aa138984413f938a87a14299a/mat-20.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxrTkdNd01Ua3dZUzAwTnpOa0xUUmxZVEF0T0RJM01pMDNaR1UyTjJRek5ESTVNRElHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--eaefb5d6370e2ac730b68747ab91395fe7f11cbb/mat-20-color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs1TnpoaVlXUmhOaTAxWVRGbUxUUmxabU10WWpsa1pTMHdaRE5qWW1RMlpqY3dNakVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--1f095745569f3bcf78599f3f02704c1eae41dc19/mat-20-normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWszTm1ObU1qWTNZaTFoWXpsaUxUUmtNR010T0dNNE1pMHlZV0V3TTJJMU56TmhOVEVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--5efb5d5e67cc0ada59e795f29886e40631df3926/mat-20-reflect.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt6TkRSa1pUZzNOeTFpTm1ZNExUUmxZamN0T0dVMlpTMHpaREJrTXpjMU5tVTNOamNHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--6f199d22446b20865c7cc99070798ef2d82a3af8/mat-20-rough.jpg"
},
"marketing_color": "beige",
"marketing_name": "Marbre beige",
"marketing_type": "nubuck",
"metallic": "0.0",
"metallic_texture": true,
"price": 80,
"real_scale": "50.0",
"roughness": "0.0",
"sheen": "0.0",
"uv_ratio": 12.880503144654089
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "88293a72-21bd-4458-9ca8-4eb25ae452c3",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs0WkdaaFpHTTNZUzB6T1dKa0xUUTFaamt0T1RBd05TMWtPRE16TW1JMk5HVXlNbUVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--62bb9abf7dcfa7629189e53098ad748a8cbf6fba/mat-19.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt5TURBNE1qSmhaQzAzTWpBMExUUm1ZelV0T1dSaVpTMDNaREkyWTJFME1EQmlPVFFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--4c820c8bb91f6090eec6cb8fd778eb2650755413/mat-19-color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt5TVRWa1lqSTFOUzB4WVdRMkxUUXpZVFl0WVRCallpMDNNakZoT1dKaE9UQXlaR1VHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--e9000a09f88e4ccda340e1a0cc29cbf16c74a50c/mat-19-normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt6TURSaE5qSmhOeTFqTTJabUxUUTJNbUl0WVRoak1pMWhNV1ZrTnpOaVl6RmxORFlHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--77d93168d126b900a4092d61701d17bb1ef69192/mat-19-reflect.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt5TkdObFlqTmtOeTB3TldNNExUUm1NV0l0T1RNeE1TMDBOelU1TURObU5HTXlORGNHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--7bcaf54543fad5d2191bbffe8a3788832109152a/mat-19-rough.jpg"
},
"marketing_color": "blue",
"marketing_name": "Marbre bleu",
"marketing_type": "nubuck",
"metallic": "0.0",
"metallic_texture": true,
"price": 80,
"real_scale": "50.0",
"roughness": "0.0",
"sheen": "0.0",
"uv_ratio": 12.880503144654089
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "7c6e60f2-c7a1-4e89-a9f8-12cce5218154",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs1WkdReU1XRTRaUzFsTmpZMkxUUmxPVFF0WVRNMFpTMDJPV1F4T1RJek1HVXdPREFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--dc1978cdb4d7d1e21302d4418ae8f9dcb564e00a/marble%20c%20preview.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt6WkRObU9USmhZUzB5TUdJekxUUTJaakV0T1dWbVlTMWxOVGd6Wmpoa016RXlOREFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--7d161d9cded721e20bf0596af1c5bf16e90952b6/cipollino_marble_Base_Color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs1WkRNNE5URTBZaTFsT0RJM0xUUXpaRFF0WW1Sa055MDBZVEJsTldZM1lXSTJNMlVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--a4c0c1e28cda18a675df2d5cd16dbb8bd67f0483/cipollino_marble_Normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt4T0dJME9EY3hNeTFtWWpNMkxUUTBPRFV0T1dJMllTMWlZbVF6WVRnNVltSXlObU1HT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--3c25bfd82028890141494d929555a6beced95875/cipollino_marble_Metallic.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWswTXpjM05URXdNUzFrTWpaakxUUmhNVE10T1RWaE1DMDFaakl5Wm1GaU5UWmlZMk1HT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--212f97cc2dfe150c07e7ddf8c21a1ddd3504bc7e/cipollino_marble_Roughness.jpg"
},
"marketing_color": "white",
"marketing_name": "Marbre blanc (cipollino)",
"marketing_type": "nubuck",
"metallic": "0.0",
"metallic_texture": true,
"price": 0.4,
"real_scale": "100.0",
"roughness": "0.1",
"sheen": "0.0",
"uv_ratio": 6.440251572327044
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "cf34ee8c-0cfb-4b3f-b625-8044cf6bd47b",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxsTVRCbU9EQTBOeTAwWlRZM0xUUTROell0T0RGa01pMHhZV05rT0RreU0yTTVNRGtHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--5d5085f9c49d19b4622cf630cca0c65a1d561cf2/marble%20pavonazzetto%20preview.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWsyTkRWbU1qUmhOUzFsWWpCaExUUmhOamt0WWpObE1TMHpZVEV6T0RZek56bGxORGNHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--a96b7fb7cad84b5a735c54c8ff5c1be9011af257/pavonazzetto_marble_Base_Color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxsTURrM01UUXhNeTFoTlRrMUxUUXhNbUV0WWpobE1pMW1ZV1ZrWlRBM1pHUmlOekFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--b932b583593692a5db1a80ec9beaa4f36eaa7357/pavonazzetto_marble_Normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt6TURKaU5ETTJNUzAwTVRZekxUUTNNak10WW1ObFppMWhNVE5qTjJRNU1tVmhOemtHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--4d7656bb5cd1130471f9ef08aadb4d3df8f069e8/pavonazzetto_marble_Metallic.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxrWlRnNU1XTmtZaTB6TW1WbUxUUTFOREV0T0RJeE1TMDBORFptWXpFMk5UYzRabVVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--43404d92fc30c8554211ec3dc77b45e965b81fab/pavonazzetto_marble_Roughness.jpg"
},
"marketing_color": "white",
"marketing_name": "Marbre blanc (pavonazzetto)",
"marketing_type": "nubuck",
"metallic": "0.0",
"metallic_texture": true,
"price": 0.4,
"real_scale": "100.0",
"roughness": "0.1",
"sheen": "0.0",
"uv_ratio": 6.440251572327044
},
{
"IOR": "1.49",
"alpha": "0.5",
"alpha_texture": false,
"angle": 0,
"bump_texture": false,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "f8dc2760-95a7-48e6-aa5c-0fe74d2d4c6d",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt6TUdabE56TTFOaTB6TldNNUxUUTJOVE10T0RrNVl5MWpNRFUzTkRjellqRTROemdHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--d70c0493188ee0dd82f0049817699e19eea4126d/preview%20glass.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxsTWpSbVlUaGxOaTAzTmpBd0xUUXhZbVV0T0RkaE9TMW1OVE5oTWpJd09ESTVOVFVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--9e5a4d3ecb06cb15902b1c11a6e5446f78dc2597/chromatic_glass_gradient_Base_Color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxtWkRFeE5tUTJaQzFqTnpJeExUUTFabVV0WWpReU9TMHpORFExT1dZMU5USmtOemNHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--8e2542d3ab12ba6d450bb75581f80bdbc062cdb0/chromatic_glass_gradient_Normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWsyWkRJek9EZGlaaTAzTkRKbExUUXlaR1V0WVRneU1DMHdNelE0TkdNM1kyVXlNVEFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--13c5931f61626b3c68c672a12982308c825e1d08/chromatic_glass_gradient_Metallic.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt4TnpZME9HVTVZUzA1T0RBMUxUUmlNakl0WWprd1pDMWpOV0ZrWlRnMlkySTVaR1FHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--a9c280a0ae9109afac889c3c1794868ce3f0bee2/chromatic_glass_gradient_Roughness.jpg"
},
"marketing_color": "white",
"marketing_name": "Verre",
"marketing_type": "nubuck",
"metallic": "0.0",
"metallic_texture": false,
"price": 36,
"real_scale": "200.0",
"roughness": "0.0",
"sheen": "0.0",
"uv_ratio": 3.220125786163522
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "7743773b-7979-44e4-8205-deb62d9502b4",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWsyWldabU5UVmtOeTFtTlRrd0xUUTNOell0T1RCbE15MWlPREV6WVdFMVpHUTROV1lHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--86b7ffd1afba4708c6474f3580d4b2e3239379c1/mat-6.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxoTWpneU1ESm1NaTB3TXpWbExUUTROR0l0WVRkaFpTMHlZVEU0TlRabFpUWTJPR1lHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--83dbec44e5973984b85c6702fc0e066e0fa99828/mat-6-color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt5WTJNM1kyUmhNQzB6WlRVekxUUTBaRFV0WWpjek1pMDFaREkzT1RGa1l6VmpaallHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--1ef1ee433c5d3b9cc80a354cda98f3aed28fc376/mat-6-normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt4WWpKa1pXVXlZeTB6TnpRMkxUUTVaREV0T0Rsa05DMWlZbVUzWldWaFpXUmtabVFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--34aaac8b6c0fe2297777d1acb2285f11bc8898f4/mat-6-reflect.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWswTmpVeE9EbG1NQzB6TnpCbUxUUmpOR0l0T0dFellTMDBNRGN4TXprMVpHWXdaREFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--929a269f4ca05c98982d96a49fbb06d18ae7e76f/mat-6-rough.jpg"
},
"marketing_color": "black",
"marketing_name": "Marbre noir",
"marketing_type": "nubuck",
"metallic": "0.0",
"metallic_texture": true,
"price": 4,
"real_scale": "50.0",
"roughness": "0.1",
"sheen": "0.0",
"uv_ratio": 12.880503144654089
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "ac8443bd-fbff-4c7b-b477-43849bbe2a66",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWswWWpRd1lqa3dOeTFtTkRkakxUUTRPVFl0WWpFd015MHdNVEppWkRRMVlqSXlOVElHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--e2219e2d475a521c664fc9fc2ba815932aada0a5/mat-7.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt5TnpBeFpUWmpOaTA1WkdRNUxUUmxOR1F0WVdVMU1TMWtNalEyWm1RMlptTmhZV1FHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--47b8ad82ed3bc6525ccddc6fa3035048398e5b09/mat-7-color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt6TlRCaE9ETXpZeTB3WVdZNUxUUmpObVl0WWpnM1ppMHpaR1psWkdObU5qSmhNR1FHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--a3437cc8a92e275c5dce58fa23581108ab7fdb88/mat-7-normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxqWmpWaFpqUTFPUzFtWTJVMkxUUmpZV010T0dVeU5DMWpNelkxWTJSaVpqazVNemdHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--fdc0703b4b42f6d56e8b1972ee2e91532b570f45/mat-7-reflect.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt5WVRFeFpHSTBaaTB4TmpabUxUUmhOR010T0RjNFlpMDVNak15TkRrM1lUUTFNR1FHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--ce8119f7a60fc7e4ade845f942cd5879d56ad4ea/mat-7-rough.jpg"
},
"marketing_color": "white",
"marketing_name": "Marbre blanc",
"marketing_type": "nubuck",
"metallic": "0.0",
"metallic_texture": true,
"price": 100,
"real_scale": "50.0",
"roughness": "0.1",
"sheen": "0.0",
"uv_ratio": 12.880503144654089
},
{
"IOR": "1.45",
"alpha": "1.0",
"alpha_texture": false,
"angle": 0,
"bump_texture": true,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "f6f8e731-a3f8-4532-9dd4-70912b84d18e",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxqWVRWak1qbGhZaTAyWXpRd0xUUTVaVGN0WWprd09TMWxNRFJqT0dNNFptWTFNaklHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--169748efb6a9f459f624d8e8bd2a12715537f0c1/preview%20marble%20orange.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxrTnprME5qTm1aUzB3WW1FekxUUmtPR1V0T0RNMU1DMW1OVE0zT0dZeVpURTROelFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--f1838505a1c02b847e0d8429ae095c47540d0c40/marble_orange_Base_Color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWswT1dFd1lqRTNNUzFqTkROaUxUUmlabUV0WW1RMk5DMDBNR0ZqWmprellUY3paamNHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--c64316fd215779f82f45de1cce370b12e255a566/marble_orange_Normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWsxT1RObU9HSTBOaTFqWW1JNExUUmhNR1F0WVRneU9DMW1PV1ZoTWpBeU5URmhNRFlHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--0637cdafb92b01f8de24d987f69dff2efda9dfa5/marble_orange_Metallic.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWszTWpVelpXVmlNeTA1WWpKbExUUXpZalF0WVdZMk9DMDFNV1l3Tm1ReE1UZzVNamdHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--ee81d4e9e35f5182dbd81bd9f9ec2d9d69f26695/marble_orange_Roughness.jpg"
},
"marketing_color": "orange",
"marketing_name": "Marbre orange",
"marketing_type": "nubuck",
"metallic": "0.0",
"metallic_texture": false,
"price": 2,
"real_scale": "50.0",
"roughness": "0.1",
"sheen": "0.0",
"uv_ratio": 12.880503144654089
},
{
"IOR": "1.47",
"alpha": "0.5",
"alpha_texture": false,
"angle": 0,
"bump_texture": false,
"clearcoat": "0.0",
"color": "#ffffff",
"color_texture": true,
"id": "65b4f3a4-21cf-45d6-a345-c093f2a02375",
"low_image": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt3TmpNM01tVTNNeTFrWVRGakxUUmlORE10WWpZMFlpMDBNamhtTlRBMU56aG1NMkVHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--7bd79806413381a6e8dd59a25ada956fbe09a117/preview%20glass%202.jpg"
},
"low_image_color": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxrTm1GaE9XWTNOeTFpTXpneUxUUmtNell0T0dKbU5pMHhORGt6WldSbE16Z3paV1lHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--7d1eeb722630794f1ec88e4d6347f8aaaed28474/chromatic_glass_gradient_Base_Color.jpg"
},
"low_image_normal": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWxrT1RjMk1ERTVNUzA1TW1SbExUUTVaVFl0T0RreU5TMW1aV0l4WXpsbVpEUmlaVGdHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--f5b880ff633c108cf22f00040ccd9de78e514f0e/chromatic_glass_gradient_Normal.jpg"
},
"low_image_reflect": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWt4TVRReVlqTmxOQzFtWXpKaUxUUmlZemd0WVRSaVpTMDRNVFJrTTJNd1ltRTVabVFHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--7acca21cf64b2d85815bf1ea2ff9ebf0f2b77018/chromatic_glass_gradient_Metallic.jpg"
},
"low_image_rough": {
"url": "https://api-platform-dev-pi.znx.fr/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWsyWVdNME9EQTBPQzAwT1RKbExUUXpPVFV0WWpZNE1pMDNZakl5TW1GaFlXVTBPVE1HT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--8ec31010beee3869e51680b702d94283ffab8bb9/chromatic_glass_gradient_Roughness.jpg"
},
"marketing_color": "white",
"marketing_name": "Verre chromatique gradué",
"marketing_type": "nubuck",
"metallic": "0.0",
"metallic_texture": false,
"price": 0.4,
"real_scale": "200.0",
"roughness": "0.0",
"sheen": "0.0",
"uv_ratio": 3.220125786163522
}
],
"name": "Accoudoirs Haut"
}
]
}
},
{
"primsic_id": "product-2",
"product": {},
"product_id": "bbe8d351-3355-4eee-9a82-d1f9415263d0"
}
]
}
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"properties": {
"apiKey": {
"type": "string"
},
"serviceId": {
"type": "string"
}
},
"title": "Application - Create Intern Application API key",
"type": "object"
}
{}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultFungicideDayRisks_2225": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"globalRiskLevel": {
"type": "integer"
},
"globalRiskLevelLabel": {
"type": "string"
},
"globalRiskPictureURL": {
"type": "string"
},
"organs": {
"items": {
"$ref": "#/definitions/DefaultFungicideOrgan_2222",
"type": "object"
},
"type": "array"
},
"targets": {
"items": {
"$ref": "#/definitions/FungicideDetailTarget_2224",
"type": "object"
},
"type": "array"
}
},
"required": [
"globalRiskLevelLabel",
"targets"
],
"title": "FungicideDayRisks - DefaultFungicideDayRisks",
"type": "object"
},
"DefaultFungicideOrgan_2222": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"organId": {
"type": "integer"
},
"organLabel": {
"type": "string"
},
"organRiskLevel": {
"type": "integer"
},
"organRiskLevelLabel": {
"type": "string"
}
},
"required": [
"organId",
"organLabel",
"organRiskLevel",
"organRiskLevelLabel"
],
"title": "FungicideOrgan - DefaultFungicideOrgan",
"type": "object"
},
"DefaultFungicideStage_2221": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"observationId": {
"description": "Obligatoire si stageType == 1",
"type": "integer"
},
"position": {
"type": "integer"
},
"stageDate": {
"type": "string"
},
"stageDescription": {
"type": "string"
},
"stageId": {
"type": "integer"
},
"stageLabel": {
"type": "string"
},
"stagePictureURL": {
"type": "string"
},
"stageType": {
"type": "integer"
}
},
"required": [
"observationId",
"position",
"stageDate",
"stageDescription",
"stageId",
"stageLabel",
"stagePictureURL",
"stageType"
],
"title": "FungicideStage - DefaultFungicideStage",
"type": "object"
},
"DefaultFungicideWorkOperation_2227": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"operationDate": {
"type": "string"
},
"operationId": {
"type": "integer"
},
"operationsProducts": {
"items": {
"$ref": "#/definitions/FungicideOperationProduct_2226",
"type": "object"
},
"type": "array"
},
"workOperationLabel": {
"type": "string"
},
"workOperationType": {
"type": "integer"
}
},
"required": [
"operationDate",
"operationId",
"operationsProducts",
"workOperationLabel",
"workOperationType"
],
"title": "FungicideWorkOperation - DefaultFungicideWorkOperation",
"type": "object"
},
"DefaultLocalization_2210": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
}
},
"required": [
"latitude",
"longitude"
],
"title": "Localization - DefaultLocalization",
"type": "object"
},
"FungicideDetailTarget_2224": {
"additionalProperties": false,
"properties": {
"isTargetInTest": {
"type": "boolean"
},
"numberOfDays": {
"type": "integer"
},
"organs": {
"items": {
"$ref": "#/definitions/DefaultFungicideOrgan_2222",
"type": "object"
},
"type": "array"
},
"plantAlertLevel": {
"type": "integer"
},
"plantAlertLevelLabel": {
"type": "string"
},
"targetDescription": {
"type": "string"
},
"targetId": {
"type": "integer"
},
"targetLabel": {
"type": "string"
}
},
"required": [
"isTargetInTest",
"organs",
"plantAlertLevel",
"plantAlertLevelLabel",
"targetId",
"targetLabel"
],
"title": "FungicideTarget - FungicideDetailTarget",
"type": "object"
},
"FungicideOperationProduct_2226": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"productId": {
"type": "integer"
},
"productLabel": {
"type": "string"
},
"quantity": {
"type": "number"
},
"unitCode": {
"type": "string"
},
"unitId": {
"type": "integer"
}
},
"required": [
"productId",
"productLabel",
"quantity",
"unitCode",
"unitId"
],
"title": "FungicideProduct - FungicideOperationProduct",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"antePreviousCropId": {
"type": "integer"
},
"antePreviousCropLabel": {
"type": "string"
},
"calculationDate": {
"description": "Non utilisé",
"type": "string"
},
"cityCode": {
"type": "string"
},
"cityName": {
"type": "string"
},
"countryCode": {
"description": "Non utilisé",
"type": "string"
},
"cropId": {
"type": "integer"
},
"cropLabel": {
"type": "string"
},
"currentDayRisks": {
"$ref": "#/definitions/DefaultFungicideDayRisks_2225",
"type": "object"
},
"farmId": {
"description": "Non utilisé",
"type": "integer"
},
"fieldId": {
"type": "integer"
},
"fieldName": {
"type": "string"
},
"groupId": {
"type": "integer"
},
"groupLabel": {
"type": "string"
},
"localization": {
"$ref": "#/definitions/DefaultLocalization_2210",
"type": "object"
},
"missingObservations": {
"type": "integer"
},
"nextDaysRisks": {
"items": {
"$ref": "#/definitions/DefaultFungicideDayRisks_2225",
"type": "object"
},
"type": "array"
},
"ploughed": {
"type": "string"
},
"predictionDate": {
"type": "string"
},
"predictionModelLabel": {
"description": "Non utilisé",
"type": "string"
},
"previousCropId": {
"type": "integer"
},
"previousCropLabel": {
"type": "string"
},
"soilTextureId": {
"type": "integer"
},
"soilTextureLabel": {
"type": "string"
},
"sowingDate": {
"type": "string"
},
"stages": {
"items": {
"$ref": "#/definitions/DefaultFungicideStage_2221",
"type": "object"
},
"type": "array"
},
"surface": {
"type": "number"
},
"workOperations": {
"items": {
"$ref": "#/definitions/DefaultFungicideWorkOperation_2227",
"type": "object"
},
"type": "array"
},
"yieldPotential": {
"type": "string"
}
},
"required": [
"antePreviousCropId",
"antePreviousCropLabel",
"calculationDate",
"cityCode",
"countryCode",
"cropId",
"cropLabel",
"currentDayRisks",
"farmId",
"fieldId",
"fieldName",
"groupId",
"groupLabel",
"localization",
"missingObservations",
"nextDaysRisks",
"ploughed",
"predictionDate",
"predictionModelLabel",
"previousCropId",
"previousCropLabel",
"soilTextureId",
"soilTextureLabel",
"sowingDate",
"stages",
"surface",
"workOperations",
"yieldPotential"
],
"title": "FungicideParcel - DefaultFungicideFieldDetail",
"type": "object"
}
{
"antePreviousCropId": 559,
"antePreviousCropLabel": "Pailles",
"calculationDate": "2021-02-24T15:53:23",
"cityCode": "CY_FR_21432",
"cityName": "MONTIGNY-SUR-AUBE",
"countryCode": "FR",
"cropId": 107,
"cropLabel": "CHEVIGNON",
"currentDayRisks": {
"globalRiskLevel": 0,
"globalRiskLevelLabel": "Pas de risque",
"globalRiskPictureURL": "https://sflapifarmidevhsto-cdn.azureedge.net/plantsimages-rec/2F71814154B9800DE760C34E38E5A8C0.png",
"organs": [
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 0,
"organRiskLevelLabel": "Pas de risque"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 0,
"organRiskLevelLabel": "Pas de risque"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 0,
"organRiskLevelLabel": "Pas de risque"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 0,
"organRiskLevelLabel": "Pas de risque"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 0,
"organRiskLevelLabel": "Pas de risque"
}
],
"targets": [
{
"isTargetInTest": true,
"organs": [],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "Pas de risque",
"targetDescription": "En dehors de la période d'intervention ",
"targetId": 1,
"targetLabel": "Piétin-verse"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
}
],
"plantAlertLevel": 0,
"plantAlertLevelLabel": "Pas de risque",
"targetDescription": "Pas de risque",
"targetId": 2,
"targetLabel": "Septoriose"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
}
],
"plantAlertLevel": 0,
"plantAlertLevelLabel": "Pas de risque",
"targetDescription": "Pas de risque",
"targetId": 3,
"targetLabel": "Rouille brune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
}
],
"plantAlertLevel": 0,
"plantAlertLevelLabel": "Pas de risque",
"targetDescription": "Pas de risque",
"targetId": 4,
"targetLabel": "Rouille jaune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
}
],
"plantAlertLevel": 0,
"plantAlertLevelLabel": "Pas de risque",
"targetDescription": "Période pertinente non atteinte",
"targetId": 6,
"targetLabel": "Oïdium"
},
{
"isTargetInTest": true,
"organs": [],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "Pas de risque",
"targetDescription": "En dehors de la période d'intervention ",
"targetId": 7,
"targetLabel": "Fusariose"
}
]
},
"farmId": 22,
"fieldId": 426,
"fieldName": "Fontenies",
"groupId": 2,
"groupLabel": "Blé tendre",
"localization": {
"latitude": 47.9598,
"longitude": 4.8164
},
"missingObservations": 0,
"nextDaysRisks": [
{
"globalRiskLevel": 0,
"globalRiskLevelLabel": "Pas de risque",
"globalRiskPictureURL": "https://sflapifarmidevhsto-cdn.azureedge.net/plantsimages-rec/2F71814154B9800DE760C34E38E5A8C0.png",
"organs": [
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 0,
"organRiskLevelLabel": "Pas de risque"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 0,
"organRiskLevelLabel": "Pas de risque"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 0,
"organRiskLevelLabel": "Pas de risque"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 0,
"organRiskLevelLabel": "Pas de risque"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 0,
"organRiskLevelLabel": "Pas de risque"
}
],
"targets": [
{
"isTargetInTest": true,
"organs": [],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "Pas de risque",
"targetDescription": "En dehors de la période d'intervention ",
"targetId": 1,
"targetLabel": "Piétin-verse"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
}
],
"plantAlertLevel": 0,
"plantAlertLevelLabel": "Pas de risque",
"targetDescription": "Pas de risque",
"targetId": 2,
"targetLabel": "Septoriose"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
}
],
"plantAlertLevel": 0,
"plantAlertLevelLabel": "Pas de risque",
"targetDescription": "Pas de risque",
"targetId": 3,
"targetLabel": "Rouille brune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
}
],
"plantAlertLevel": 0,
"plantAlertLevelLabel": "Pas de risque",
"targetDescription": "Pas de risque",
"targetId": 4,
"targetLabel": "Rouille jaune"
},
{
"isTargetInTest": false,
"organs": [
{
"organId": 2,
"organLabel": "F1",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 3,
"organLabel": "F2",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 4,
"organLabel": "F3",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 5,
"organLabel": "F4",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
},
{
"organId": 6,
"organLabel": "F5",
"organRiskLevel": 0,
"organRiskLevelLabel": "Sain"
}
],
"plantAlertLevel": 0,
"plantAlertLevelLabel": "Pas de risque",
"targetDescription": "Période pertinente non atteinte",
"targetId": 6,
"targetLabel": "Oïdium"
},
{
"isTargetInTest": true,
"organs": [],
"plantAlertLevel": 3,
"plantAlertLevelLabel": "Pas de risque",
"targetDescription": "En dehors de la période d'intervention ",
"targetId": 7,
"targetLabel": "Fusariose"
}
]
}
],
"ploughed": "Labour",
"predictionDate": "2021-02-25T00:00:00",
"predictionModelLabel": "Simulation agroclimatique",
"previousCropId": 541,
"previousCropLabel": "Blé",
"soilTextureId": 5,
"soilTextureLabel": "Argile limoneuse",
"sowingDate": "2020-10-17T00:00:00",
"stages": [
{
"position": 1,
"stageDate": "2021-03-19T00:00:00",
"stageDescription": "Les plantes se redressent : c'est la fin du tallage herbacé et la tige principale commence à s'allonger. La distance entre le sommet de l'épi et le plateau de tallage est en moyenne d'1cm.\n Pour l'observer :\n - Isoler le maitre-brin de chaque plante arrachée et éliminer les talles.\n - Couper les racines à la base de la tige.\n - Fendre la base de la tige avec une lame de couteau dans le sens de la longueur\n - Mesurer la distance entre le sommet de l'épi et la base du plateau de tallage",
"stageId": 2285,
"stageLabel": "Épi 1 cm, début montaison",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH30_EPI1CM.jpg",
"stageType": 0
},
{
"position": 2,
"stageDate": "2021-04-06T00:00:00",
"stageDescription": "Il faut l'observer 10 à 15 jours après le stade épi 1cm. Le premier nœud est situé le plus près de la base de la tige.\n La hauteur entre le sommet de l'épi et le plateau de tallage varie entre 3 à 5 cm.",
"stageId": 2286,
"stageLabel": "1er nœud formé",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH31_1NOEUD.jpg",
"stageType": 0
},
{
"position": 3,
"stageDate": "2021-04-17T00:00:00",
"stageDescription": "Les deux premiers nœuds sont bien visibles à la base de la tige quand on atteint 2 nœuds.\n La hauteur entre le sommet de l'épi et le plateau de tallage varie entre 6 à 12 cm.",
"stageId": 2287,
"stageLabel": "2ème nœud formé",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH32_2NOEUD.jpg",
"stageType": 0
},
{
"position": 4,
"stageDate": "2021-04-24T00:00:00",
"stageDescription": "La dernière feuille est visible mais encore enroulée. ",
"stageId": 2292,
"stageLabel": "Dernière feuille pointante",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH37_DERNIERE_FEUILLE_POINTANTE.jpg",
"stageType": 0
},
{
"position": 5,
"stageDate": "2021-04-30T00:00:00",
"stageDescription": "La ligule de la dernière feuille est entièrement développée. La gaine est gonflée au niveau de l'épi",
"stageId": 2293,
"stageLabel": "Dernière feuille étalée",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH39_DERNIERE_FEUILLE_ETALEE.png",
"stageType": 0
},
{
"position": 6,
"stageDate": "2021-05-23T00:00:00",
"stageDescription": "L'épiaison est le stade phénologique qui correspond à l'apparition de l'épi hors de la gaine de la dernière feuille.\n Le stade mi-épaison correspond à 50 % de l'inflorescence sortie et la gaine est éclatée.",
"stageId": 2303,
"stageLabel": "Mi épiaison",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH55_MI_EPIAISON.png",
"stageType": 0
},
{
"position": 7,
"stageDate": "2021-05-29T00:00:00",
"stageDescription": "La floraison se caractérise par l'apparition des étamines hors des épillets.\n C'est la fin de la montaison, la croissance des tiges est terminée.\n L'appréciaiton précise du stade est délicate en raison de la présence des étamines sur les épi longtemps après la floraision.",
"stageId": 2329,
"stageLabel": "Floraison",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH60_FLORAISON.png",
"stageType": 0
},
{
"position": 8,
"stageDate": "2021-07-08T00:00:00",
"stageDescription": "",
"stageId": 2324,
"stageLabel": "Maturité complète",
"stagePictureURL": "https://static-cf.farmi.com/cmsoufflet/BLE_BBCH89_MATURITECOMPLETE.png",
"stageType": 0
}
],
"surface": 60.43,
"workOperations": [],
"yieldPotential": "de 80 à 90 q/ha"
}