{
    "type": "object",
    "properties": {
        "created_at": {
            "type": "string"
        },
        "domain_names": {
            "type": "array",
            "items": {
                "type": "string"
            }
        },
        "id": {
            "type": "integer"
        },
        "name": {
            "type": "string"
        },
        "shared_comments": {
            "type": "boolean"
        },
        "shared_tickets": {
            "type": "boolean"
        },
        "tags": {
            "type": "array",
            "items": {
                "type": "string"
            }
        },
        "updated_at": {
            "type": "string"
        },
        "url": {
            "type": "string"
        }
    },
    "version": 1
}
