{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DomainReport", "type": "object", "required": [ "report_id" ], "properties": { "report_id": { "type": "string", "format": "uuid", "example": "6a6d5dbd-5cac-41d5-8f3f-14a3e8ae6f76" } } }