Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

FUNCZ-357 Add a marker classifier. #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fz_td_recipe/data/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Loading