feat: Add version property to Lowdefy schema.

This commit is contained in:
Sam 2022-06-06 15:31:48 +02:00
parent a62d205b50
commit 04ff15f89e
No known key found for this signature in database
GPG Key ID: D004126FCD1A6DF0

View File

@ -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',
},