Add "aliases" definition to the "test object" of 1.5 schema.

Change-Id: I0752dacd95d15876ef3a0122e8aeebd541efd4dd
This commit is contained in:
Catherine Diep 2016-06-13 16:18:01 -07:00
parent dadd055985
commit a3da960ffc

View File

@ -274,6 +274,14 @@
"pattern": "\\d{4}-\\d{2}-\\d{2}"
}
}
},
"aliases": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1,
"uniqueItems": true
}
}
},