From b11eb67bcef0dda7dfbaf5670c39fa52a39f94df Mon Sep 17 00:00:00 2001 From: Alexis Koralewski Date: Mon, 30 Jan 2023 15:45:36 +0100 Subject: [PATCH] fix schema for output_data --- config/schemas/schema_device-2.0.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config/schemas/schema_device-2.0.yml b/config/schemas/schema_device-2.0.yml index 4d330ff..eaf4528 100644 --- a/config/schemas/schema_device-2.0.yml +++ b/config/schemas/schema_device-2.0.yml @@ -36,7 +36,7 @@ schema;schema_component_output_data: type: map required: False mapping: - attribute: + data: type: map required: False mapping: @@ -51,9 +51,13 @@ schema;schema_component_output_data: value_type: type: str unit: - type: str + type: str description: - type: str + type: str + min_value: + type: any + max_value: + type: any schema;schema_capability: type: map -- libgit2 0.21.2