{ "$id": "networkGroupDocument", "title": "networkGroupDocument", "description": "A group of network references", "type": "object", "properties": { "_id": { "$ref": "common#/definitions/mongoObjectId" }, "name": { "$ref": "common#/definitions/standardName" }, "description": { "$ref": "common#/definitions/standardDescription" }, "addressType": { "$ref": "common#/definitions/addressType" }, "networks": { "type": "array", "title": "networks", "description": "A referenced list of networks", "items": { "$ref": "common#/definitions/mongoObjectId" } } }, "required": [ "name", "addressType", "networks" ], "additionalProperties": true }