Skip to content

Commit

Permalink
feat: Add version property to Lowdefy schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTolmay committed Jun 6, 2022
1 parent a62d205 commit 04ff15f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/build/src/lowdefySchema.js
Expand Up @@ -652,6 +652,12 @@ export default {
type: 'App "license" should be a string.',
},
},
version: {
type: 'string',
errorMessage: {
type: 'App "version" should be a string.',
},
},
app: {
$ref: '#/definitions/app',
},
Expand Down

0 comments on commit 04ff15f

Please sign in to comment.