From 7f7fde796ea874be428f82c7b04e54d7a3d27d93 Mon Sep 17 00:00:00 2001 From: "jonas.schwab@ipg-automotive.com" Date: Thu, 12 Sep 2024 12:12:20 +0200 Subject: [PATCH] add retro-reflectivity to the material schema Signed-off-by: jonas.schwab@ipg-automotive.com --- schemas/material_schema.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/schemas/material_schema.json b/schemas/material_schema.json index 6950f870..26106d00 100644 --- a/schemas/material_schema.json +++ b/schemas/material_schema.json @@ -82,6 +82,24 @@ "surface_correlation_length" ] }, + "retroreflectivity_data": { + "type": "object", + "description": "Information about the retro-reflective properties of the material in the visible light spectrum.", + "properties": { + "coefficient_of_retroreflection": { + "type": "number", + "description": "Coefficient of retro-reflection in cd lx^-1 m^-2." + }, + "source": { + "type": "string", + "description": "Source of the retro-reflectivity data." + } + }, + "required": [ + "coefficient_of_retroreflection", + "source" + ] + }, "electromagnetic_properties_uri": { "type": "string", "description": "Relative path to a property lookup table file with electromagnetic material properties.",