{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "Describes the Connection API sender/receiver base resource",
    "items": {
        "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}/$",
        "type": "string"
    },
    "title": "Connection API sender/receiver base resource",
    "type": "array",
    "uniqueItems": true
}
