{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ShieldInformationBarrierReportDetails", "title": "Shield information barrier report details", "type": "object", "x-box-resource-id": "shield_information_barrier_report_details", "x-box-tag": "shield_information_barrier_reports", "description": "Indicates which folder the report\nfile is located and any errors when generating the report.", "properties": { "details": { "type": "object", "properties": { "folder_id": { "type": "string", "example": "124235", "description": "Folder ID for locating this report" } } } } }