{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "#Section",
    "description": "An object to represent a section such as a compliance section.",
    "type": "object",
    "allOf": [
        {
            "$ref": "#Entity"
        },
        {
            "properties": {},
            "required": []
        }
    ]
}
