From c32e666ca85a841a8728d522c97f87a56a5148f0 Mon Sep 17 00:00:00 2001 From: Matthias Wolf Date: Tue, 23 Apr 2024 10:14:52 +0200 Subject: [PATCH] FUNCZ-357 Add a marker classifier. Will allow to have an additional classification property based on * `/nodes//0/mclass` (integer field) * `/nodes//0/@library/mclass` (string field) --- fz_td_recipe/data/schema.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fz_td_recipe/data/schema.yaml b/fz_td_recipe/data/schema.yaml index eee4a67..8c70572 100644 --- a/fz_td_recipe/data/schema.yaml +++ b/fz_td_recipe/data/schema.yaml @@ -8,7 +8,7 @@ $defs: type: object additionalProperties: false patternProperties: - "^(src|dst)_([em]type|region|synapse_class)$": + "^(src|dst)_([em]type|region|synapse_class|mclass)$": type: string properties: active_fraction: @@ -193,6 +193,6 @@ properties: type: string pattern: "^[EI][A-Za-z0-9-_]+$" patternProperties: - "^(src|dst)_([em]type|region|synapse_class)$": + "^(src|dst)_([em]type|region|synapse_class|mclass)$": type: string - type: string