{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/mconn_admin_flare", "title": "mconn_admin_flare", "properties": { "id": { "$ref": "#/components/schemas/mconn_uuid" }, "triggered_at": { "type": "string" } }, "required": [ "id", "triggered_at" ], "type": "object" }