Skip to content

Commit

Permalink
support for 'format' schema annotation, not generated to marshmallow
Browse files Browse the repository at this point in the history
  • Loading branch information
mesemus committed Sep 2, 2022
1 parent a1113eb commit 1c9af83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions oarepo_model_builder/validation/schemas/modelschema.json5
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
"enum": {
"type": "array"
},
"format": {
"type": "string"
},
"additionalProperties": {
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = oarepo-model-builder
version = 1.0.0.dev13
version = 1.0.0.dev14
description = An utility library that generates OARepo required data model files from a JSON specification file
authors = Miroslav Bauer <[email protected]>, Miroslav Simek <[email protected]>
readme = README.md
Expand Down

0 comments on commit 1c9af83

Please sign in to comment.