Skip to content

Commit

Permalink
fix(import): test field jsonschema_definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
20cents committed Dec 12, 2024
1 parent 4e43064 commit c024684
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion backend/geonature/tests/imports/jsonschema_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,16 @@
],
},
"type_field": {
"type": "string",
"type": [
"string",
"null",
],
},
"type_field_params": {
"type": [
"object",
"null",
],
},
"synthese_field": {
"type": "boolean",
Expand Down

0 comments on commit c024684

Please sign in to comment.