{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "#Alert",
    "description": "A notice of any unusual or dangerous circumstance that is sent to responsible parties for the purpose of triggering action.",
    "type": "object",
    "allOf": [
        {
            "$ref": "#RecordEntity"
        }
    ]
}
