blob: c4d17f664c7a66a1436008f65793b43be95a10e4 [file] [log] [blame]
andrea5056b512015-11-18 10:25:28 -08001{
2 "type": "object",
3 "required": [
4 "mappings"
5 ],
6 "properties": {
7 "mappings": {
8 "type": "array",
9 "items": {
10 "type": "string"
11 },
12 "example": "[]"
13 }
14 }
15}
16