Skip to content

Commit

Permalink
incomplete json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Jan 7, 2025
1 parent 4d2e3f2 commit fb1bcb4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pypeec/data/schema_problem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,22 @@
"type":
- "number"
- "array"
"source_val":
"type": "object"
"additionalProperties":
"type": "object"
"anyOf":
- "required":
- "I_re"
- "I_im"
- "Y_re"
- "Y_im"
- "required":
- "V_re"
- "V_im"
- "Z_re"
- "Z_im"
"additionalProperties":
"type":
- "number"
- "array"

0 comments on commit fb1bcb4

Please sign in to comment.