Add "aliases" definition to the "test object" of 1.5 schema.
Change-Id: I0752dacd95d15876ef3a0122e8aeebd541efd4dd
This commit is contained in:
parent
dadd055985
commit
a3da960ffc
@ -274,6 +274,14 @@
|
||||
"pattern": "\\d{4}-\\d{2}-\\d{2}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"aliases": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"minItems": 1,
|
||||
"uniqueItems": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user