restore: import verified wave3 baseline
This commit is contained in:
@@ -2,17 +2,22 @@
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"title": "AppInfo",
|
||||
"type": "object",
|
||||
"required": ["name", "version", "contractVersion"],
|
||||
"properties": {
|
||||
"contractVersion": {
|
||||
"type": "integer",
|
||||
"format": "uint32",
|
||||
"minimum": 0
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"version": {
|
||||
"type": "string"
|
||||
},
|
||||
"contractVersion": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
"required": [
|
||||
"name",
|
||||
"version",
|
||||
"contractVersion"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user