Schema devices.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A list of Device resources",
"items": { },
"minItems": 0,
"title": "Collection of Devices",
"type": "array",
"uniqueItems": true
}