{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "#Record",
    "description": "A DNS record; or an official record (e.g. Risk); or a written document (e.g. Policy/Procedure); or a reference (e.g. Vulnerability/Weakness). The exact record type is captured in the _type property of the Entity.",
    "type": "object",
    "allOf": [
        {
            "$ref": "#RecordEntity"
        },
        {
            "properties": {},
            "required": []
        }
    ]
}
