{
    "type": "object",
    "properties": {
        "id": {
            "type": "string"
        },
        "type": {
            "type": "string"
        },
        "name": {
            "type": "string"
        },
        "href": {
            "type": "string"
        },
        "display": {
            "type": "boolean"
        },
        "format": {
            "type": "object",
            "properties": {
                "type": {
                    "type": "string"
                },
                "isArray": {
                    "type": "boolean"
                }
            },
            "required": [
                "type",
                "isArray"
            ]
        }
    },
    "required": [
        "id",
        "type",
        "name",
        "href",
        "format"
    ],
    "version": 1
}
