Skip to content

Commit

Permalink
create schemas for the two types of panels we want to have
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Nov 12, 2024
1 parent 00eeef3 commit 5a98fd4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/depiction_targeted_preproc/panel/schema/panel.main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
fields:
- name: label
type: string
- name: mass
type: number
- name: type
type: string
categories: [target, standard]
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
fields:
- name: label
type: string
- name: mass
type: number
- name: tol
type: number

0 comments on commit 5a98fd4

Please sign in to comment.