Skip to content

Commit

Permalink
feat(schema): support version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme authored and vsgoulart committed Aug 23, 2024
1 parent f0b8461 commit 967279e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/form-json-schema/src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
"description": "The target execution platform version of a form",
"type": "string"
},
"versionTag": {
"$id": "#/versionTag",
"description": "The version tag of a form",
"type": "string"
},
"exporter": {
"$id": "#/exporter",
"$ref": "src/defs/exporter.json"
Expand Down

0 comments on commit 967279e

Please sign in to comment.