{"type":"api","title":"Full Incident Summary. Equivalent Data to v1 summary endpoints","meta":{"id":"/apps/pubhub/media/cisco-xdr-api-docs/fa9197522b1e6452b6dbfc472555dcc7ceeb71bd/f4d118ae-a2d7-3c4b-98c4-c1e55e1f5e68","info":{"title":"Conure v2","description":"Cisco XDR Incidents and Investigation API","contact":{"name":"Cisco Security Business Group -- Advanced Threat","email":"cisco-intel-api-support@cisco.com"},"license":{"name":"All Rights Reserved","url":"https://www.cisco.com"},"version":"51-1-6bee0d16"},"security":[{"oAuth2":["integration:read","private-intel:read","profile:read","inspect:read","users:read","invite:read","enrich:read","oauth:read","response:read","global-intel:read","ao:read"]}],"x-parser-conf":{"serverConfig":"select","overview":{"markdownPath":"reference/conure/overview.md","uri":"incidents-and-investigations-api-guide"},"disableAuthEditing":true,"exampleAsDefault":true,"oAuth2":{"clientId":"client-546e34fc-c6bf-4951-ac69-f6d7987a7814","clientSecret":"MYw4_E_tBdFwUwrX6WFYKVD5LQrG2k7XrJ5J046wWE0s1gAKCxJ8VA","proxyEnabled":false},"meta":{"useProxy":true}},"openapi":"3.0.1","servers":[{"url":"https://conure.us.security.cisco.com/{basePath}","variables":{"basePath":{"default":""}}}],"securitySchemes":{"oAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://visibility.amp.cisco.com/iroh/oauth2/token","scopes":{"telemetry":"Collect application data for analytics","integration:read":"Manage your modules","private-intel:read":"Access Private Intelligence","admin":"Provide admin privileges","cognitive":"Cognitive Integration","profile:read":"Get your profile information","inspect:read":"Extract Observables and data from text","asset":"Access and modify your assets","event":"Read IROH Events","feedback":"Submit Customer Feedback","sse":"SSE Integration. Manage your Devices.","registry":"Manage registry entries","users:read":"Manage users of your organization","investigation":"Perform threat analysis investigation","invite:read":"Invite users into your organization","casebook":"Access and modify your casebooks","orbital":"Orbital Integration.","enrich:read":"Query your configured modules for threat intelligence","oauth:read":"Manage OAuth2 Clients","vault":"Grants access to Module Vaults","response:read":"List and execute response actions using configured modules","notification":"Receive notifications from integrations","vglobal-intel:read":"Access AMP Global Intelligence","webhook":"Manage your Webhooks","ao:read":"AO Integration."}}}}}},"spec":{"tags":["Incident","Incident Overview"],"summary":"Full Incident Summary. Equivalent Data to v1 summary endpoints.","parameters":[{"name":"incident-id","description":"The short-id for an incident, e.g. incident-64322795-2xx5-49bd-8d0b-106680ae434a.","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"required":["casebooks","event_count","first_seen_event","incident","indicators","investigations","last_seen_event","linked_incidents","linked_references","mitre_data","observables","primary_investigation","severity","source","sources","targets"],"type":"object","properties":{"event_count":{"minimum":0,"type":"integer","format":"int64"},"last_seen_event":{"type":"string","format":"date-time","nullable":true},"first_seen_event":{"type":"string","format":"date-time","nullable":true},"sources":{"type":"array","items":{"type":"string"}},"indicators":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","description","id","internal","producer","short_description","source","source_uri","sources","tags","title","value"],"type":"object","properties":{"id":{"type":"string","x-anyOf":[{"type":"string"},{"type":"string","format":"uuid"}]},"producer":{"type":"string"},"description":{"type":"string","nullable":true},"short_description":{"type":"string","nullable":true},"internal":{"type":"boolean"},"source":{"type":"string","nullable":true},"source_uri":{"type":"string","nullable":true},"sources":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","nullable":true,"items":{"type":"string"}},"title":{"type":"string","nullable":true},"value":{"type":"string"},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"observables":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","disposition","investigated","is_asset","title","type","value"],"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"},"disposition":{"type":"integer"},"title":{"type":"string"},"internal":{"type":"boolean"},"sources":{"type":"array","nullable":true,"items":{"type":"string"}},"is_asset":{"type":"boolean","description":"Always false for non-target observables.","example":false},"investigated":{"type":"boolean"},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"targets":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["asset_id","count","is_asset","observableType","observables","properties","type","value"],"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"},"asset_value":{"minimum":0,"type":"integer","format":"int64","nullable":true},"is_asset":{"type":"boolean","description":"Always true for targets.","example":true},"observableType":{"type":"string"},"observables":{"uniqueItems":true,"type":"array","items":{"required":["type","value"],"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"}}}},"asset_id":{"type":"string","nullable":true},"properties":{"uniqueItems":true,"type":"array","items":{"required":["name","value"],"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string","x-anyOf":[{"type":"string"},{"type":"integer","format":"int64"},{"type":"array","items":{}}]}}}},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"casebooks":{"type":"array","items":{"required":["groups","id","schema_version","type"],"type":"object","properties":{"bundle":{"type":"object","properties":{"id":{"type":"string"},"description":{"type":"string"},"attack_patterns":{"type":"array","items":{"type":"object","properties":{}}},"assets":{"type":"array","items":{"type":"object","properties":{}}},"asset_properties":{"type":"array","items":{"type":"object","properties":{}}},"asset_mappings":{"type":"array","items":{"type":"object","properties":{}}},"casebooks":{"type":"array","items":{"type":"object","properties":{}}},"indicators":{"type":"array","items":{"type":"object","properties":{}}},"judgements":{"type":"array","items":{"type":"object","properties":{}}},"malwares":{"type":"array","items":{"type":"object","properties":{}}},"modules":{"type":"array","items":{"type":"object","properties":{}}},"relationships":{"type":"array","items":{"type":"object","properties":{}}},"sightings":{"type":"array","items":{"type":"object","properties":{}}},"verdicts":{"type":"array","items":{"type":"object","properties":{}}},"tools":{"type":"array","items":{"type":"object","properties":{}}}}},"texts":{"type":"array","items":{"required":["text","type"],"type":"object","properties":{"text":{"type":"string"},"type":{"type":"string"}}}},"observables":{"type":"array","items":{"required":["type","value"],"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"}}}},"description":{"type":"string"},"short_description":{"type":"string"},"source":{"type":"string"},"source_uri":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"},"external_references":{"type":"array","items":{"required":["source_name"],"type":"object","properties":{"source_name":{"type":"string"},"hashes":{"type":"array","items":{"type":"string"}},"url":{"type":"string"},"description":{"type":"string"},"external_id":{"type":"string"}}}},"external_ids":{"type":"array","items":{"type":"string"}},"tlp":{"type":"string","enum":["amber","green","red","white"]},"id":{"type":"string"},"client_id":{"type":"string"},"modified":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"created":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"owner":{"type":"string","nullable":true,"x-anyOf":[{"type":"string"},{"type":"boolean"}]},"groups":{"type":"array","items":{"type":"string"}},"schema_version":{"type":"string"},"revision":{"minimum":0,"type":"integer","format":"int64"},"type":{"type":"string","enum":["casebook"]},"timestamp":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]}}}},"incident":{"required":["confidence","groups","id","incident_time","schema_version","status","type"],"type":"object","properties":{"assignees":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string","enum":["Attrition","Denial of Service","Exercise","Exercise/Network Defense Testing","Explained Anomaly","Forensics","Improper Usage","Intelligence","Investigating","Investigation","Malicious Code","Malicious Logic","Non-Compliant","Reconnaissance","Root Level","Scans/Probes/Attempted Access","Unauthorized Access","Unsuccessful","User Level","eDiscovery"]}},"confidence":{"type":"string","enum":["High","Info","Low","Medium","None","Unknown"]},"discovery_method":{"type":"string","enum":["SecureX Threat Hunting","Agent Disclosure","Antivirus","Audit","Customer","External - Fraud Detection","Financial Audit","HIPS","IT Audit","Incident Response","Internal - Fraud Detection","Law Enforcement","Log Review","Monitoring Service","NIDS","Security Alarm","Unknown","Unrelated Party","User"]},"incident_time":{"required":["opened"],"type":"object","properties":{"opened":{"type":"string"},"closed":{"type":"string"},"discovered":{"type":"string"},"rejected":{"type":"string"},"remediated":{"type":"string"},"reported":{"type":"string"}}},"intended_effect":{"type":"string","enum":["Account Takeover","Advantage","Advantage - Economic","Advantage - Military","Advantage - Political","Brand Damage","Competitive Advantage","Degradation of Service","Denial and Deception","Destruction","Disruption","Embarrassment","Exposure","Extortion","Fraud","Harassment","ICS Control","Theft","Theft - Credential Theft","Theft - Identity Theft","Theft - Intellectual Property","Theft - Theft of Proprietary Information","Traffic Diversion","Unauthorized Access"]},"meta":{"type":"object","properties":{"ai_description":{"type":"boolean"}}},"promotion_method":{"type":"string","enum":["Automated","Manual"]},"scores":{"type":"object","properties":{"asset":{"maximum":10,"minimum":0,"type":"integer","format":"int64"},"global":{"maximum":1000,"minimum":0,"type":"integer","format":"int64"},"ttp":{"maximum":100,"minimum":0,"type":"integer","format":"int64"}}},"severity":{"type":"string","enum":["Critical","High","Info","Low","Medium","None","Unknown"]},"status":{"type":"string","enum":["Closed","Closed: Confirmed Threat","Closed: False Positive","Closed: Near-Miss","Closed: Other","Closed: Suspected","Closed: Under Review","Containment Achieved","Hold","Hold: External","Hold: Internal","Hold: Legal","Incident Reported","New","New: Presented","New: Processing","Open","Open: Contained","Open: Investigating","Open: Recovered","Open: Reported","Rejected","Restoration Achieved","Stalled"]},"tactics":{"type":"array","items":{"type":"string"}},"techniques":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"short_description":{"type":"string"},"source":{"type":"string"},"source_uri":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"},"external_references":{"type":"array","items":{"required":["source_name"],"type":"object","properties":{"source_name":{"type":"string"},"hashes":{"type":"array","items":{"type":"string"}},"url":{"type":"string"},"description":{"type":"string"},"external_id":{"type":"string"}}}},"external_ids":{"type":"array","items":{"type":"string"}},"tlp":{"type":"string","enum":["amber","green","red","white"]},"id":{"type":"string"},"client_id":{"type":"string"},"modified":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"created":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"owner":{"type":"string","nullable":true,"x-anyOf":[{"type":"string"},{"type":"boolean"}]},"groups":{"type":"array","items":{"type":"string"}},"schema_version":{"type":"string"},"revision":{"minimum":0,"type":"integer","format":"int64"},"type":{"type":"string","enum":["incident"]},"timestamp":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]}}},"linked_incidents":{"type":"array","items":{"required":["confidence","groups","id","incident_time","schema_version","status","type"],"type":"object","properties":{"assignees":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string","enum":["Attrition","Denial of Service","Exercise","Exercise/Network Defense Testing","Explained Anomaly","Forensics","Improper Usage","Intelligence","Investigating","Investigation","Malicious Code","Malicious Logic","Non-Compliant","Reconnaissance","Root Level","Scans/Probes/Attempted Access","Unauthorized Access","Unsuccessful","User Level","eDiscovery"]}},"confidence":{"type":"string","enum":["High","Info","Low","Medium","None","Unknown"]},"discovery_method":{"type":"string","enum":["SecureX Threat Hunting","Agent Disclosure","Antivirus","Audit","Customer","External - Fraud Detection","Financial Audit","HIPS","IT Audit","Incident Response","Internal - Fraud Detection","Law Enforcement","Log Review","Monitoring Service","NIDS","Security Alarm","Unknown","Unrelated Party","User"]},"incident_time":{"required":["opened"],"type":"object","properties":{"opened":{"type":"string"},"closed":{"type":"string"},"discovered":{"type":"string"},"rejected":{"type":"string"},"remediated":{"type":"string"},"reported":{"type":"string"}}},"intended_effect":{"type":"string","enum":["Account Takeover","Advantage","Advantage - Economic","Advantage - Military","Advantage - Political","Brand Damage","Competitive Advantage","Degradation of Service","Denial and Deception","Destruction","Disruption","Embarrassment","Exposure","Extortion","Fraud","Harassment","ICS Control","Theft","Theft - Credential Theft","Theft - Identity Theft","Theft - Intellectual Property","Theft - Theft of Proprietary Information","Traffic Diversion","Unauthorized Access"]},"meta":{"type":"object","properties":{"ai_description":{"type":"boolean"}}},"promotion_method":{"type":"string","enum":["Automated","Manual"]},"scores":{"type":"object","properties":{"asset":{"maximum":10,"minimum":0,"type":"integer","format":"int64"},"global":{"maximum":1000,"minimum":0,"type":"integer","format":"int64"},"ttp":{"maximum":100,"minimum":0,"type":"integer","format":"int64"}}},"severity":{"type":"string","enum":["Critical","High","Info","Low","Medium","None","Unknown"]},"status":{"type":"string","enum":["Closed","Closed: Confirmed Threat","Closed: False Positive","Closed: Near-Miss","Closed: Other","Closed: Suspected","Closed: Under Review","Containment Achieved","Hold","Hold: External","Hold: Internal","Hold: Legal","Incident Reported","New","New: Presented","New: Processing","Open","Open: Contained","Open: Investigating","Open: Recovered","Open: Reported","Rejected","Restoration Achieved","Stalled"]},"tactics":{"type":"array","items":{"type":"string"}},"techniques":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"short_description":{"type":"string"},"source":{"type":"string"},"source_uri":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"},"external_references":{"type":"array","items":{"required":["source_name"],"type":"object","properties":{"source_name":{"type":"string"},"hashes":{"type":"array","items":{"type":"string"}},"url":{"type":"string"},"description":{"type":"string"},"external_id":{"type":"string"}}}},"external_ids":{"type":"array","items":{"type":"string"}},"tlp":{"type":"string","enum":["amber","green","red","white"]},"id":{"type":"string"},"client_id":{"type":"string"},"modified":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"created":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"owner":{"type":"string","nullable":true,"x-anyOf":[{"type":"string"},{"type":"boolean"}]},"groups":{"type":"array","items":{"type":"string"}},"schema_version":{"type":"string"},"revision":{"minimum":0,"type":"integer","format":"int64"},"type":{"type":"string","enum":["incident"]},"timestamp":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]}}}},"investigations":{"type":"array","items":{"required":["description","id","short_description","source"],"type":"object","properties":{"id":{"type":"string","nullable":true},"short_description":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"source":{"type":"string","nullable":true}}}},"linked_references":{"required":["casebook_count","incident_count","indicator_count","investigation_count","total"],"type":"object","properties":{"investigation_count":{"minimum":0,"type":"integer","format":"int64"},"incident_count":{"minimum":0,"type":"integer","format":"int64"},"indicator_count":{"minimum":0,"type":"integer","format":"int64"},"casebook_count":{"minimum":0,"type":"integer","format":"int64"},"total":{"minimum":0,"type":"integer","format":"int64"}}},"primary_investigation":{"required":["description","id","short_description","source"],"type":"object","properties":{"id":{"type":"string","nullable":true},"short_description":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"source":{"type":"string","nullable":true}}},"mitre_data":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","id","phase_name","priority","title","url","value"],"type":"object","properties":{"id":{"type":"string","enum":["TA0004","TA0010","TA0005","TA0001","TA0009","TA0002","TA0040","TA0043","TA0011","TA0008","TA0042","TA0006","TA0007","TA0003"]},"value":{"type":"string","enum":["TA0004","TA0010","TA0005","TA0001","TA0009","TA0002","TA0040","TA0043","TA0011","TA0008","TA0042","TA0006","TA0007","TA0003"]},"phase_name":{"type":"string","enum":["privilege-escalation","exfiltration","defense-evasion","initial-access","collection","execution","impact","reconnaissance","command-and-control","lateral-movement","resource-development","credential-access","discovery","persistence"]},"priority":{"type":"integer"},"url":{"type":"string","enum":["https://attack.mitre.org/tactics/TA0004/","https://attack.mitre.org/tactics/TA0010/","https://attack.mitre.org/tactics/TA0005/","https://attack.mitre.org/tactics/TA0001/","https://attack.mitre.org/tactics/TA0009/","https://attack.mitre.org/tactics/TA0002/","https://attack.mitre.org/tactics/TA0040/","https://attack.mitre.org/tactics/TA0043/","https://attack.mitre.org/tactics/TA0011/","https://attack.mitre.org/tactics/TA0008/","https://attack.mitre.org/tactics/TA0042/","https://attack.mitre.org/tactics/TA0006/","https://attack.mitre.org/tactics/TA0007/","https://attack.mitre.org/tactics/TA0003/"]},"title":{"type":"string","enum":["Privilege Escalation","Exfiltration","Defense Evasion","Initial Access","Collection","Execution","Impact","Reconnaissance","Command and Control","Lateral Movement","Resource Development","Credential Access","Discovery","Persistence"]},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"source":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","value"],"type":"object","properties":{"value":{"type":"string"},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"severity":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","value"],"type":"object","properties":{"value":{"type":"string"},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}}}}},"application/transit+msgpack":{"schema":{"required":["casebooks","event_count","first_seen_event","incident","indicators","investigations","last_seen_event","linked_incidents","linked_references","mitre_data","observables","primary_investigation","severity","source","sources","targets"],"type":"object","properties":{"event_count":{"minimum":0,"type":"integer","format":"int64"},"last_seen_event":{"type":"string","format":"date-time","nullable":true},"first_seen_event":{"type":"string","format":"date-time","nullable":true},"sources":{"type":"array","items":{"type":"string"}},"indicators":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","description","id","internal","producer","short_description","source","source_uri","sources","tags","title","value"],"type":"object","properties":{"id":{"type":"string","x-anyOf":[{"type":"string"},{"type":"string","format":"uuid"}]},"producer":{"type":"string"},"description":{"type":"string","nullable":true},"short_description":{"type":"string","nullable":true},"internal":{"type":"boolean"},"source":{"type":"string","nullable":true},"source_uri":{"type":"string","nullable":true},"sources":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","nullable":true,"items":{"type":"string"}},"title":{"type":"string","nullable":true},"value":{"type":"string"},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"observables":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","disposition","investigated","is_asset","title","type","value"],"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"},"disposition":{"type":"integer"},"title":{"type":"string"},"internal":{"type":"boolean"},"sources":{"type":"array","nullable":true,"items":{"type":"string"}},"is_asset":{"type":"boolean","description":"Always false for non-target observables.","example":false},"investigated":{"type":"boolean"},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"targets":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["asset_id","count","is_asset","observableType","observables","properties","type","value"],"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"},"asset_value":{"minimum":0,"type":"integer","format":"int64","nullable":true},"is_asset":{"type":"boolean","description":"Always true for targets.","example":true},"observableType":{"type":"string"},"observables":{"uniqueItems":true,"type":"array","items":{"required":["type","value"],"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"}}}},"asset_id":{"type":"string","nullable":true},"properties":{"uniqueItems":true,"type":"array","items":{"required":["name","value"],"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string","x-anyOf":[{"type":"string"},{"type":"integer","format":"int64"},{"type":"array","items":{}}]}}}},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"casebooks":{"type":"array","items":{"required":["groups","id","schema_version","type"],"type":"object","properties":{"bundle":{"type":"object","properties":{"id":{"type":"string"},"description":{"type":"string"},"attack_patterns":{"type":"array","items":{"type":"object","properties":{}}},"assets":{"type":"array","items":{"type":"object","properties":{}}},"asset_properties":{"type":"array","items":{"type":"object","properties":{}}},"asset_mappings":{"type":"array","items":{"type":"object","properties":{}}},"casebooks":{"type":"array","items":{"type":"object","properties":{}}},"indicators":{"type":"array","items":{"type":"object","properties":{}}},"judgements":{"type":"array","items":{"type":"object","properties":{}}},"malwares":{"type":"array","items":{"type":"object","properties":{}}},"modules":{"type":"array","items":{"type":"object","properties":{}}},"relationships":{"type":"array","items":{"type":"object","properties":{}}},"sightings":{"type":"array","items":{"type":"object","properties":{}}},"verdicts":{"type":"array","items":{"type":"object","properties":{}}},"tools":{"type":"array","items":{"type":"object","properties":{}}}}},"texts":{"type":"array","items":{"required":["text","type"],"type":"object","properties":{"text":{"type":"string"},"type":{"type":"string"}}}},"observables":{"type":"array","items":{"required":["type","value"],"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"}}}},"description":{"type":"string"},"short_description":{"type":"string"},"source":{"type":"string"},"source_uri":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"},"external_references":{"type":"array","items":{"required":["source_name"],"type":"object","properties":{"source_name":{"type":"string"},"hashes":{"type":"array","items":{"type":"string"}},"url":{"type":"string"},"description":{"type":"string"},"external_id":{"type":"string"}}}},"external_ids":{"type":"array","items":{"type":"string"}},"tlp":{"type":"string","enum":["amber","green","red","white"]},"id":{"type":"string"},"client_id":{"type":"string"},"modified":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"created":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"owner":{"type":"string","nullable":true,"x-anyOf":[{"type":"string"},{"type":"boolean"}]},"groups":{"type":"array","items":{"type":"string"}},"schema_version":{"type":"string"},"revision":{"minimum":0,"type":"integer","format":"int64"},"type":{"type":"string","enum":["casebook"]},"timestamp":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]}}}},"incident":{"required":["confidence","groups","id","incident_time","schema_version","status","type"],"type":"object","properties":{"assignees":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string","enum":["Attrition","Denial of Service","Exercise","Exercise/Network Defense Testing","Explained Anomaly","Forensics","Improper Usage","Intelligence","Investigating","Investigation","Malicious Code","Malicious Logic","Non-Compliant","Reconnaissance","Root Level","Scans/Probes/Attempted Access","Unauthorized Access","Unsuccessful","User Level","eDiscovery"]}},"confidence":{"type":"string","enum":["High","Info","Low","Medium","None","Unknown"]},"discovery_method":{"type":"string","enum":["SecureX Threat Hunting","Agent Disclosure","Antivirus","Audit","Customer","External - Fraud Detection","Financial Audit","HIPS","IT Audit","Incident Response","Internal - Fraud Detection","Law Enforcement","Log Review","Monitoring Service","NIDS","Security Alarm","Unknown","Unrelated Party","User"]},"incident_time":{"required":["opened"],"type":"object","properties":{"opened":{"type":"string"},"closed":{"type":"string"},"discovered":{"type":"string"},"rejected":{"type":"string"},"remediated":{"type":"string"},"reported":{"type":"string"}}},"intended_effect":{"type":"string","enum":["Account Takeover","Advantage","Advantage - Economic","Advantage - Military","Advantage - Political","Brand Damage","Competitive Advantage","Degradation of Service","Denial and Deception","Destruction","Disruption","Embarrassment","Exposure","Extortion","Fraud","Harassment","ICS Control","Theft","Theft - Credential Theft","Theft - Identity Theft","Theft - Intellectual Property","Theft - Theft of Proprietary Information","Traffic Diversion","Unauthorized Access"]},"meta":{"type":"object","properties":{"ai_description":{"type":"boolean"}}},"promotion_method":{"type":"string","enum":["Automated","Manual"]},"scores":{"type":"object","properties":{"asset":{"maximum":10,"minimum":0,"type":"integer","format":"int64"},"global":{"maximum":1000,"minimum":0,"type":"integer","format":"int64"},"ttp":{"maximum":100,"minimum":0,"type":"integer","format":"int64"}}},"severity":{"type":"string","enum":["Critical","High","Info","Low","Medium","None","Unknown"]},"status":{"type":"string","enum":["Closed","Closed: Confirmed Threat","Closed: False Positive","Closed: Near-Miss","Closed: Other","Closed: Suspected","Closed: Under Review","Containment Achieved","Hold","Hold: External","Hold: Internal","Hold: Legal","Incident Reported","New","New: Presented","New: Processing","Open","Open: Contained","Open: Investigating","Open: Recovered","Open: Reported","Rejected","Restoration Achieved","Stalled"]},"tactics":{"type":"array","items":{"type":"string"}},"techniques":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"short_description":{"type":"string"},"source":{"type":"string"},"source_uri":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"},"external_references":{"type":"array","items":{"required":["source_name"],"type":"object","properties":{"source_name":{"type":"string"},"hashes":{"type":"array","items":{"type":"string"}},"url":{"type":"string"},"description":{"type":"string"},"external_id":{"type":"string"}}}},"external_ids":{"type":"array","items":{"type":"string"}},"tlp":{"type":"string","enum":["amber","green","red","white"]},"id":{"type":"string"},"client_id":{"type":"string"},"modified":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"created":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"owner":{"type":"string","nullable":true,"x-anyOf":[{"type":"string"},{"type":"boolean"}]},"groups":{"type":"array","items":{"type":"string"}},"schema_version":{"type":"string"},"revision":{"minimum":0,"type":"integer","format":"int64"},"type":{"type":"string","enum":["incident"]},"timestamp":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]}}},"linked_incidents":{"type":"array","items":{"required":["confidence","groups","id","incident_time","schema_version","status","type"],"type":"object","properties":{"assignees":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string","enum":["Attrition","Denial of Service","Exercise","Exercise/Network Defense Testing","Explained Anomaly","Forensics","Improper Usage","Intelligence","Investigating","Investigation","Malicious Code","Malicious Logic","Non-Compliant","Reconnaissance","Root Level","Scans/Probes/Attempted Access","Unauthorized Access","Unsuccessful","User Level","eDiscovery"]}},"confidence":{"type":"string","enum":["High","Info","Low","Medium","None","Unknown"]},"discovery_method":{"type":"string","enum":["SecureX Threat Hunting","Agent Disclosure","Antivirus","Audit","Customer","External - Fraud Detection","Financial Audit","HIPS","IT Audit","Incident Response","Internal - Fraud Detection","Law Enforcement","Log Review","Monitoring Service","NIDS","Security Alarm","Unknown","Unrelated Party","User"]},"incident_time":{"required":["opened"],"type":"object","properties":{"opened":{"type":"string"},"closed":{"type":"string"},"discovered":{"type":"string"},"rejected":{"type":"string"},"remediated":{"type":"string"},"reported":{"type":"string"}}},"intended_effect":{"type":"string","enum":["Account Takeover","Advantage","Advantage - Economic","Advantage - Military","Advantage - Political","Brand Damage","Competitive Advantage","Degradation of Service","Denial and Deception","Destruction","Disruption","Embarrassment","Exposure","Extortion","Fraud","Harassment","ICS Control","Theft","Theft - Credential Theft","Theft - Identity Theft","Theft - Intellectual Property","Theft - Theft of Proprietary Information","Traffic Diversion","Unauthorized Access"]},"meta":{"type":"object","properties":{"ai_description":{"type":"boolean"}}},"promotion_method":{"type":"string","enum":["Automated","Manual"]},"scores":{"type":"object","properties":{"asset":{"maximum":10,"minimum":0,"type":"integer","format":"int64"},"global":{"maximum":1000,"minimum":0,"type":"integer","format":"int64"},"ttp":{"maximum":100,"minimum":0,"type":"integer","format":"int64"}}},"severity":{"type":"string","enum":["Critical","High","Info","Low","Medium","None","Unknown"]},"status":{"type":"string","enum":["Closed","Closed: Confirmed Threat","Closed: False Positive","Closed: Near-Miss","Closed: Other","Closed: Suspected","Closed: Under Review","Containment Achieved","Hold","Hold: External","Hold: Internal","Hold: Legal","Incident Reported","New","New: Presented","New: Processing","Open","Open: Contained","Open: Investigating","Open: Recovered","Open: Reported","Rejected","Restoration Achieved","Stalled"]},"tactics":{"type":"array","items":{"type":"string"}},"techniques":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"short_description":{"type":"string"},"source":{"type":"string"},"source_uri":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"},"external_references":{"type":"array","items":{"required":["source_name"],"type":"object","properties":{"source_name":{"type":"string"},"hashes":{"type":"array","items":{"type":"string"}},"url":{"type":"string"},"description":{"type":"string"},"external_id":{"type":"string"}}}},"external_ids":{"type":"array","items":{"type":"string"}},"tlp":{"type":"string","enum":["amber","green","red","white"]},"id":{"type":"string"},"client_id":{"type":"string"},"modified":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"created":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"owner":{"type":"string","nullable":true,"x-anyOf":[{"type":"string"},{"type":"boolean"}]},"groups":{"type":"array","items":{"type":"string"}},"schema_version":{"type":"string"},"revision":{"minimum":0,"type":"integer","format":"int64"},"type":{"type":"string","enum":["incident"]},"timestamp":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]}}}},"investigations":{"type":"array","items":{"required":["description","id","short_description","source"],"type":"object","properties":{"id":{"type":"string","nullable":true},"short_description":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"source":{"type":"string","nullable":true}}}},"linked_references":{"required":["casebook_count","incident_count","indicator_count","investigation_count","total"],"type":"object","properties":{"investigation_count":{"minimum":0,"type":"integer","format":"int64"},"incident_count":{"minimum":0,"type":"integer","format":"int64"},"indicator_count":{"minimum":0,"type":"integer","format":"int64"},"casebook_count":{"minimum":0,"type":"integer","format":"int64"},"total":{"minimum":0,"type":"integer","format":"int64"}}},"primary_investigation":{"required":["description","id","short_description","source"],"type":"object","properties":{"id":{"type":"string","nullable":true},"short_description":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"source":{"type":"string","nullable":true}}},"mitre_data":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","id","phase_name","priority","title","url","value"],"type":"object","properties":{"id":{"type":"string","enum":["TA0004","TA0010","TA0005","TA0001","TA0009","TA0002","TA0040","TA0043","TA0011","TA0008","TA0042","TA0006","TA0007","TA0003"]},"value":{"type":"string","enum":["TA0004","TA0010","TA0005","TA0001","TA0009","TA0002","TA0040","TA0043","TA0011","TA0008","TA0042","TA0006","TA0007","TA0003"]},"phase_name":{"type":"string","enum":["privilege-escalation","exfiltration","defense-evasion","initial-access","collection","execution","impact","reconnaissance","command-and-control","lateral-movement","resource-development","credential-access","discovery","persistence"]},"priority":{"type":"integer"},"url":{"type":"string","enum":["https://attack.mitre.org/tactics/TA0004/","https://attack.mitre.org/tactics/TA0010/","https://attack.mitre.org/tactics/TA0005/","https://attack.mitre.org/tactics/TA0001/","https://attack.mitre.org/tactics/TA0009/","https://attack.mitre.org/tactics/TA0002/","https://attack.mitre.org/tactics/TA0040/","https://attack.mitre.org/tactics/TA0043/","https://attack.mitre.org/tactics/TA0011/","https://attack.mitre.org/tactics/TA0008/","https://attack.mitre.org/tactics/TA0042/","https://attack.mitre.org/tactics/TA0006/","https://attack.mitre.org/tactics/TA0007/","https://attack.mitre.org/tactics/TA0003/"]},"title":{"type":"string","enum":["Privilege Escalation","Exfiltration","Defense Evasion","Initial Access","Collection","Execution","Impact","Reconnaissance","Command and Control","Lateral Movement","Resource Development","Credential Access","Discovery","Persistence"]},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"source":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","value"],"type":"object","properties":{"value":{"type":"string"},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"severity":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","value"],"type":"object","properties":{"value":{"type":"string"},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}}}}},"application/transit+json":{"schema":{"required":["casebooks","event_count","first_seen_event","incident","indicators","investigations","last_seen_event","linked_incidents","linked_references","mitre_data","observables","primary_investigation","severity","source","sources","targets"],"type":"object","properties":{"event_count":{"minimum":0,"type":"integer","format":"int64"},"last_seen_event":{"type":"string","format":"date-time","nullable":true},"first_seen_event":{"type":"string","format":"date-time","nullable":true},"sources":{"type":"array","items":{"type":"string"}},"indicators":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","description","id","internal","producer","short_description","source","source_uri","sources","tags","title","value"],"type":"object","properties":{"id":{"type":"string","x-anyOf":[{"type":"string"},{"type":"string","format":"uuid"}]},"producer":{"type":"string"},"description":{"type":"string","nullable":true},"short_description":{"type":"string","nullable":true},"internal":{"type":"boolean"},"source":{"type":"string","nullable":true},"source_uri":{"type":"string","nullable":true},"sources":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","nullable":true,"items":{"type":"string"}},"title":{"type":"string","nullable":true},"value":{"type":"string"},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"observables":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","disposition","investigated","is_asset","title","type","value"],"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"},"disposition":{"type":"integer"},"title":{"type":"string"},"internal":{"type":"boolean"},"sources":{"type":"array","nullable":true,"items":{"type":"string"}},"is_asset":{"type":"boolean","description":"Always false for non-target observables.","example":false},"investigated":{"type":"boolean"},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"targets":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["asset_id","count","is_asset","observableType","observables","properties","type","value"],"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"},"asset_value":{"minimum":0,"type":"integer","format":"int64","nullable":true},"is_asset":{"type":"boolean","description":"Always true for targets.","example":true},"observableType":{"type":"string"},"observables":{"uniqueItems":true,"type":"array","items":{"required":["type","value"],"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"}}}},"asset_id":{"type":"string","nullable":true},"properties":{"uniqueItems":true,"type":"array","items":{"required":["name","value"],"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string","x-anyOf":[{"type":"string"},{"type":"integer","format":"int64"},{"type":"array","items":{}}]}}}},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"casebooks":{"type":"array","items":{"required":["groups","id","schema_version","type"],"type":"object","properties":{"bundle":{"type":"object","properties":{"id":{"type":"string"},"description":{"type":"string"},"attack_patterns":{"type":"array","items":{"type":"object","properties":{}}},"assets":{"type":"array","items":{"type":"object","properties":{}}},"asset_properties":{"type":"array","items":{"type":"object","properties":{}}},"asset_mappings":{"type":"array","items":{"type":"object","properties":{}}},"casebooks":{"type":"array","items":{"type":"object","properties":{}}},"indicators":{"type":"array","items":{"type":"object","properties":{}}},"judgements":{"type":"array","items":{"type":"object","properties":{}}},"malwares":{"type":"array","items":{"type":"object","properties":{}}},"modules":{"type":"array","items":{"type":"object","properties":{}}},"relationships":{"type":"array","items":{"type":"object","properties":{}}},"sightings":{"type":"array","items":{"type":"object","properties":{}}},"verdicts":{"type":"array","items":{"type":"object","properties":{}}},"tools":{"type":"array","items":{"type":"object","properties":{}}}}},"texts":{"type":"array","items":{"required":["text","type"],"type":"object","properties":{"text":{"type":"string"},"type":{"type":"string"}}}},"observables":{"type":"array","items":{"required":["type","value"],"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"}}}},"description":{"type":"string"},"short_description":{"type":"string"},"source":{"type":"string"},"source_uri":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"},"external_references":{"type":"array","items":{"required":["source_name"],"type":"object","properties":{"source_name":{"type":"string"},"hashes":{"type":"array","items":{"type":"string"}},"url":{"type":"string"},"description":{"type":"string"},"external_id":{"type":"string"}}}},"external_ids":{"type":"array","items":{"type":"string"}},"tlp":{"type":"string","enum":["amber","green","red","white"]},"id":{"type":"string"},"client_id":{"type":"string"},"modified":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"created":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"owner":{"type":"string","nullable":true,"x-anyOf":[{"type":"string"},{"type":"boolean"}]},"groups":{"type":"array","items":{"type":"string"}},"schema_version":{"type":"string"},"revision":{"minimum":0,"type":"integer","format":"int64"},"type":{"type":"string","enum":["casebook"]},"timestamp":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]}}}},"incident":{"required":["confidence","groups","id","incident_time","schema_version","status","type"],"type":"object","properties":{"assignees":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string","enum":["Attrition","Denial of Service","Exercise","Exercise/Network Defense Testing","Explained Anomaly","Forensics","Improper Usage","Intelligence","Investigating","Investigation","Malicious Code","Malicious Logic","Non-Compliant","Reconnaissance","Root Level","Scans/Probes/Attempted Access","Unauthorized Access","Unsuccessful","User Level","eDiscovery"]}},"confidence":{"type":"string","enum":["High","Info","Low","Medium","None","Unknown"]},"discovery_method":{"type":"string","enum":["SecureX Threat Hunting","Agent Disclosure","Antivirus","Audit","Customer","External - Fraud Detection","Financial Audit","HIPS","IT Audit","Incident Response","Internal - Fraud Detection","Law Enforcement","Log Review","Monitoring Service","NIDS","Security Alarm","Unknown","Unrelated Party","User"]},"incident_time":{"required":["opened"],"type":"object","properties":{"opened":{"type":"string"},"closed":{"type":"string"},"discovered":{"type":"string"},"rejected":{"type":"string"},"remediated":{"type":"string"},"reported":{"type":"string"}}},"intended_effect":{"type":"string","enum":["Account Takeover","Advantage","Advantage - Economic","Advantage - Military","Advantage - Political","Brand Damage","Competitive Advantage","Degradation of Service","Denial and Deception","Destruction","Disruption","Embarrassment","Exposure","Extortion","Fraud","Harassment","ICS Control","Theft","Theft - Credential Theft","Theft - Identity Theft","Theft - Intellectual Property","Theft - Theft of Proprietary Information","Traffic Diversion","Unauthorized Access"]},"meta":{"type":"object","properties":{"ai_description":{"type":"boolean"}}},"promotion_method":{"type":"string","enum":["Automated","Manual"]},"scores":{"type":"object","properties":{"asset":{"maximum":10,"minimum":0,"type":"integer","format":"int64"},"global":{"maximum":1000,"minimum":0,"type":"integer","format":"int64"},"ttp":{"maximum":100,"minimum":0,"type":"integer","format":"int64"}}},"severity":{"type":"string","enum":["Critical","High","Info","Low","Medium","None","Unknown"]},"status":{"type":"string","enum":["Closed","Closed: Confirmed Threat","Closed: False Positive","Closed: Near-Miss","Closed: Other","Closed: Suspected","Closed: Under Review","Containment Achieved","Hold","Hold: External","Hold: Internal","Hold: Legal","Incident Reported","New","New: Presented","New: Processing","Open","Open: Contained","Open: Investigating","Open: Recovered","Open: Reported","Rejected","Restoration Achieved","Stalled"]},"tactics":{"type":"array","items":{"type":"string"}},"techniques":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"short_description":{"type":"string"},"source":{"type":"string"},"source_uri":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"},"external_references":{"type":"array","items":{"required":["source_name"],"type":"object","properties":{"source_name":{"type":"string"},"hashes":{"type":"array","items":{"type":"string"}},"url":{"type":"string"},"description":{"type":"string"},"external_id":{"type":"string"}}}},"external_ids":{"type":"array","items":{"type":"string"}},"tlp":{"type":"string","enum":["amber","green","red","white"]},"id":{"type":"string"},"client_id":{"type":"string"},"modified":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"created":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"owner":{"type":"string","nullable":true,"x-anyOf":[{"type":"string"},{"type":"boolean"}]},"groups":{"type":"array","items":{"type":"string"}},"schema_version":{"type":"string"},"revision":{"minimum":0,"type":"integer","format":"int64"},"type":{"type":"string","enum":["incident"]},"timestamp":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]}}},"linked_incidents":{"type":"array","items":{"required":["confidence","groups","id","incident_time","schema_version","status","type"],"type":"object","properties":{"assignees":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string","enum":["Attrition","Denial of Service","Exercise","Exercise/Network Defense Testing","Explained Anomaly","Forensics","Improper Usage","Intelligence","Investigating","Investigation","Malicious Code","Malicious Logic","Non-Compliant","Reconnaissance","Root Level","Scans/Probes/Attempted Access","Unauthorized Access","Unsuccessful","User Level","eDiscovery"]}},"confidence":{"type":"string","enum":["High","Info","Low","Medium","None","Unknown"]},"discovery_method":{"type":"string","enum":["SecureX Threat Hunting","Agent Disclosure","Antivirus","Audit","Customer","External - Fraud Detection","Financial Audit","HIPS","IT Audit","Incident Response","Internal - Fraud Detection","Law Enforcement","Log Review","Monitoring Service","NIDS","Security Alarm","Unknown","Unrelated Party","User"]},"incident_time":{"required":["opened"],"type":"object","properties":{"opened":{"type":"string"},"closed":{"type":"string"},"discovered":{"type":"string"},"rejected":{"type":"string"},"remediated":{"type":"string"},"reported":{"type":"string"}}},"intended_effect":{"type":"string","enum":["Account Takeover","Advantage","Advantage - Economic","Advantage - Military","Advantage - Political","Brand Damage","Competitive Advantage","Degradation of Service","Denial and Deception","Destruction","Disruption","Embarrassment","Exposure","Extortion","Fraud","Harassment","ICS Control","Theft","Theft - Credential Theft","Theft - Identity Theft","Theft - Intellectual Property","Theft - Theft of Proprietary Information","Traffic Diversion","Unauthorized Access"]},"meta":{"type":"object","properties":{"ai_description":{"type":"boolean"}}},"promotion_method":{"type":"string","enum":["Automated","Manual"]},"scores":{"type":"object","properties":{"asset":{"maximum":10,"minimum":0,"type":"integer","format":"int64"},"global":{"maximum":1000,"minimum":0,"type":"integer","format":"int64"},"ttp":{"maximum":100,"minimum":0,"type":"integer","format":"int64"}}},"severity":{"type":"string","enum":["Critical","High","Info","Low","Medium","None","Unknown"]},"status":{"type":"string","enum":["Closed","Closed: Confirmed Threat","Closed: False Positive","Closed: Near-Miss","Closed: Other","Closed: Suspected","Closed: Under Review","Containment Achieved","Hold","Hold: External","Hold: Internal","Hold: Legal","Incident Reported","New","New: Presented","New: Processing","Open","Open: Contained","Open: Investigating","Open: Recovered","Open: Reported","Rejected","Restoration Achieved","Stalled"]},"tactics":{"type":"array","items":{"type":"string"}},"techniques":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"short_description":{"type":"string"},"source":{"type":"string"},"source_uri":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"},"external_references":{"type":"array","items":{"required":["source_name"],"type":"object","properties":{"source_name":{"type":"string"},"hashes":{"type":"array","items":{"type":"string"}},"url":{"type":"string"},"description":{"type":"string"},"external_id":{"type":"string"}}}},"external_ids":{"type":"array","items":{"type":"string"}},"tlp":{"type":"string","enum":["amber","green","red","white"]},"id":{"type":"string"},"client_id":{"type":"string"},"modified":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"created":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"owner":{"type":"string","nullable":true,"x-anyOf":[{"type":"string"},{"type":"boolean"}]},"groups":{"type":"array","items":{"type":"string"}},"schema_version":{"type":"string"},"revision":{"minimum":0,"type":"integer","format":"int64"},"type":{"type":"string","enum":["incident"]},"timestamp":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]}}}},"investigations":{"type":"array","items":{"required":["description","id","short_description","source"],"type":"object","properties":{"id":{"type":"string","nullable":true},"short_description":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"source":{"type":"string","nullable":true}}}},"linked_references":{"required":["casebook_count","incident_count","indicator_count","investigation_count","total"],"type":"object","properties":{"investigation_count":{"minimum":0,"type":"integer","format":"int64"},"incident_count":{"minimum":0,"type":"integer","format":"int64"},"indicator_count":{"minimum":0,"type":"integer","format":"int64"},"casebook_count":{"minimum":0,"type":"integer","format":"int64"},"total":{"minimum":0,"type":"integer","format":"int64"}}},"primary_investigation":{"required":["description","id","short_description","source"],"type":"object","properties":{"id":{"type":"string","nullable":true},"short_description":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"source":{"type":"string","nullable":true}}},"mitre_data":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","id","phase_name","priority","title","url","value"],"type":"object","properties":{"id":{"type":"string","enum":["TA0004","TA0010","TA0005","TA0001","TA0009","TA0002","TA0040","TA0043","TA0011","TA0008","TA0042","TA0006","TA0007","TA0003"]},"value":{"type":"string","enum":["TA0004","TA0010","TA0005","TA0001","TA0009","TA0002","TA0040","TA0043","TA0011","TA0008","TA0042","TA0006","TA0007","TA0003"]},"phase_name":{"type":"string","enum":["privilege-escalation","exfiltration","defense-evasion","initial-access","collection","execution","impact","reconnaissance","command-and-control","lateral-movement","resource-development","credential-access","discovery","persistence"]},"priority":{"type":"integer"},"url":{"type":"string","enum":["https://attack.mitre.org/tactics/TA0004/","https://attack.mitre.org/tactics/TA0010/","https://attack.mitre.org/tactics/TA0005/","https://attack.mitre.org/tactics/TA0001/","https://attack.mitre.org/tactics/TA0009/","https://attack.mitre.org/tactics/TA0002/","https://attack.mitre.org/tactics/TA0040/","https://attack.mitre.org/tactics/TA0043/","https://attack.mitre.org/tactics/TA0011/","https://attack.mitre.org/tactics/TA0008/","https://attack.mitre.org/tactics/TA0042/","https://attack.mitre.org/tactics/TA0006/","https://attack.mitre.org/tactics/TA0007/","https://attack.mitre.org/tactics/TA0003/"]},"title":{"type":"string","enum":["Privilege Escalation","Exfiltration","Defense Evasion","Initial Access","Collection","Execution","Impact","Reconnaissance","Command and Control","Lateral Movement","Resource Development","Credential Access","Discovery","Persistence"]},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"source":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","value"],"type":"object","properties":{"value":{"type":"string"},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"severity":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","value"],"type":"object","properties":{"value":{"type":"string"},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}}}}},"application/edn":{"schema":{"required":["casebooks","event_count","first_seen_event","incident","indicators","investigations","last_seen_event","linked_incidents","linked_references","mitre_data","observables","primary_investigation","severity","source","sources","targets"],"type":"object","properties":{"event_count":{"minimum":0,"type":"integer","format":"int64"},"last_seen_event":{"type":"string","format":"date-time","nullable":true},"first_seen_event":{"type":"string","format":"date-time","nullable":true},"sources":{"type":"array","items":{"type":"string"}},"indicators":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","description","id","internal","producer","short_description","source","source_uri","sources","tags","title","value"],"type":"object","properties":{"id":{"type":"string","x-anyOf":[{"type":"string"},{"type":"string","format":"uuid"}]},"producer":{"type":"string"},"description":{"type":"string","nullable":true},"short_description":{"type":"string","nullable":true},"internal":{"type":"boolean"},"source":{"type":"string","nullable":true},"source_uri":{"type":"string","nullable":true},"sources":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","nullable":true,"items":{"type":"string"}},"title":{"type":"string","nullable":true},"value":{"type":"string"},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"observables":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","disposition","investigated","is_asset","title","type","value"],"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"},"disposition":{"type":"integer"},"title":{"type":"string"},"internal":{"type":"boolean"},"sources":{"type":"array","nullable":true,"items":{"type":"string"}},"is_asset":{"type":"boolean","description":"Always false for non-target observables.","example":false},"investigated":{"type":"boolean"},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"targets":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["asset_id","count","is_asset","observableType","observables","properties","type","value"],"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"},"asset_value":{"minimum":0,"type":"integer","format":"int64","nullable":true},"is_asset":{"type":"boolean","description":"Always true for targets.","example":true},"observableType":{"type":"string"},"observables":{"uniqueItems":true,"type":"array","items":{"required":["type","value"],"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"}}}},"asset_id":{"type":"string","nullable":true},"properties":{"uniqueItems":true,"type":"array","items":{"required":["name","value"],"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string","x-anyOf":[{"type":"string"},{"type":"integer","format":"int64"},{"type":"array","items":{}}]}}}},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"casebooks":{"type":"array","items":{"required":["groups","id","schema_version","type"],"type":"object","properties":{"bundle":{"type":"object","properties":{"id":{"type":"string"},"description":{"type":"string"},"attack_patterns":{"type":"array","items":{"type":"object","properties":{}}},"assets":{"type":"array","items":{"type":"object","properties":{}}},"asset_properties":{"type":"array","items":{"type":"object","properties":{}}},"asset_mappings":{"type":"array","items":{"type":"object","properties":{}}},"casebooks":{"type":"array","items":{"type":"object","properties":{}}},"indicators":{"type":"array","items":{"type":"object","properties":{}}},"judgements":{"type":"array","items":{"type":"object","properties":{}}},"malwares":{"type":"array","items":{"type":"object","properties":{}}},"modules":{"type":"array","items":{"type":"object","properties":{}}},"relationships":{"type":"array","items":{"type":"object","properties":{}}},"sightings":{"type":"array","items":{"type":"object","properties":{}}},"verdicts":{"type":"array","items":{"type":"object","properties":{}}},"tools":{"type":"array","items":{"type":"object","properties":{}}}}},"texts":{"type":"array","items":{"required":["text","type"],"type":"object","properties":{"text":{"type":"string"},"type":{"type":"string"}}}},"observables":{"type":"array","items":{"required":["type","value"],"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"}}}},"description":{"type":"string"},"short_description":{"type":"string"},"source":{"type":"string"},"source_uri":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"},"external_references":{"type":"array","items":{"required":["source_name"],"type":"object","properties":{"source_name":{"type":"string"},"hashes":{"type":"array","items":{"type":"string"}},"url":{"type":"string"},"description":{"type":"string"},"external_id":{"type":"string"}}}},"external_ids":{"type":"array","items":{"type":"string"}},"tlp":{"type":"string","enum":["amber","green","red","white"]},"id":{"type":"string"},"client_id":{"type":"string"},"modified":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"created":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"owner":{"type":"string","nullable":true,"x-anyOf":[{"type":"string"},{"type":"boolean"}]},"groups":{"type":"array","items":{"type":"string"}},"schema_version":{"type":"string"},"revision":{"minimum":0,"type":"integer","format":"int64"},"type":{"type":"string","enum":["casebook"]},"timestamp":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]}}}},"incident":{"required":["confidence","groups","id","incident_time","schema_version","status","type"],"type":"object","properties":{"assignees":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string","enum":["Attrition","Denial of Service","Exercise","Exercise/Network Defense Testing","Explained Anomaly","Forensics","Improper Usage","Intelligence","Investigating","Investigation","Malicious Code","Malicious Logic","Non-Compliant","Reconnaissance","Root Level","Scans/Probes/Attempted Access","Unauthorized Access","Unsuccessful","User Level","eDiscovery"]}},"confidence":{"type":"string","enum":["High","Info","Low","Medium","None","Unknown"]},"discovery_method":{"type":"string","enum":["SecureX Threat Hunting","Agent Disclosure","Antivirus","Audit","Customer","External - Fraud Detection","Financial Audit","HIPS","IT Audit","Incident Response","Internal - Fraud Detection","Law Enforcement","Log Review","Monitoring Service","NIDS","Security Alarm","Unknown","Unrelated Party","User"]},"incident_time":{"required":["opened"],"type":"object","properties":{"opened":{"type":"string"},"closed":{"type":"string"},"discovered":{"type":"string"},"rejected":{"type":"string"},"remediated":{"type":"string"},"reported":{"type":"string"}}},"intended_effect":{"type":"string","enum":["Account Takeover","Advantage","Advantage - Economic","Advantage - Military","Advantage - Political","Brand Damage","Competitive Advantage","Degradation of Service","Denial and Deception","Destruction","Disruption","Embarrassment","Exposure","Extortion","Fraud","Harassment","ICS Control","Theft","Theft - Credential Theft","Theft - Identity Theft","Theft - Intellectual Property","Theft - Theft of Proprietary Information","Traffic Diversion","Unauthorized Access"]},"meta":{"type":"object","properties":{"ai_description":{"type":"boolean"}}},"promotion_method":{"type":"string","enum":["Automated","Manual"]},"scores":{"type":"object","properties":{"asset":{"maximum":10,"minimum":0,"type":"integer","format":"int64"},"global":{"maximum":1000,"minimum":0,"type":"integer","format":"int64"},"ttp":{"maximum":100,"minimum":0,"type":"integer","format":"int64"}}},"severity":{"type":"string","enum":["Critical","High","Info","Low","Medium","None","Unknown"]},"status":{"type":"string","enum":["Closed","Closed: Confirmed Threat","Closed: False Positive","Closed: Near-Miss","Closed: Other","Closed: Suspected","Closed: Under Review","Containment Achieved","Hold","Hold: External","Hold: Internal","Hold: Legal","Incident Reported","New","New: Presented","New: Processing","Open","Open: Contained","Open: Investigating","Open: Recovered","Open: Reported","Rejected","Restoration Achieved","Stalled"]},"tactics":{"type":"array","items":{"type":"string"}},"techniques":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"short_description":{"type":"string"},"source":{"type":"string"},"source_uri":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"},"external_references":{"type":"array","items":{"required":["source_name"],"type":"object","properties":{"source_name":{"type":"string"},"hashes":{"type":"array","items":{"type":"string"}},"url":{"type":"string"},"description":{"type":"string"},"external_id":{"type":"string"}}}},"external_ids":{"type":"array","items":{"type":"string"}},"tlp":{"type":"string","enum":["amber","green","red","white"]},"id":{"type":"string"},"client_id":{"type":"string"},"modified":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"created":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"owner":{"type":"string","nullable":true,"x-anyOf":[{"type":"string"},{"type":"boolean"}]},"groups":{"type":"array","items":{"type":"string"}},"schema_version":{"type":"string"},"revision":{"minimum":0,"type":"integer","format":"int64"},"type":{"type":"string","enum":["incident"]},"timestamp":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]}}},"linked_incidents":{"type":"array","items":{"required":["confidence","groups","id","incident_time","schema_version","status","type"],"type":"object","properties":{"assignees":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string","enum":["Attrition","Denial of Service","Exercise","Exercise/Network Defense Testing","Explained Anomaly","Forensics","Improper Usage","Intelligence","Investigating","Investigation","Malicious Code","Malicious Logic","Non-Compliant","Reconnaissance","Root Level","Scans/Probes/Attempted Access","Unauthorized Access","Unsuccessful","User Level","eDiscovery"]}},"confidence":{"type":"string","enum":["High","Info","Low","Medium","None","Unknown"]},"discovery_method":{"type":"string","enum":["SecureX Threat Hunting","Agent Disclosure","Antivirus","Audit","Customer","External - Fraud Detection","Financial Audit","HIPS","IT Audit","Incident Response","Internal - Fraud Detection","Law Enforcement","Log Review","Monitoring Service","NIDS","Security Alarm","Unknown","Unrelated Party","User"]},"incident_time":{"required":["opened"],"type":"object","properties":{"opened":{"type":"string"},"closed":{"type":"string"},"discovered":{"type":"string"},"rejected":{"type":"string"},"remediated":{"type":"string"},"reported":{"type":"string"}}},"intended_effect":{"type":"string","enum":["Account Takeover","Advantage","Advantage - Economic","Advantage - Military","Advantage - Political","Brand Damage","Competitive Advantage","Degradation of Service","Denial and Deception","Destruction","Disruption","Embarrassment","Exposure","Extortion","Fraud","Harassment","ICS Control","Theft","Theft - Credential Theft","Theft - Identity Theft","Theft - Intellectual Property","Theft - Theft of Proprietary Information","Traffic Diversion","Unauthorized Access"]},"meta":{"type":"object","properties":{"ai_description":{"type":"boolean"}}},"promotion_method":{"type":"string","enum":["Automated","Manual"]},"scores":{"type":"object","properties":{"asset":{"maximum":10,"minimum":0,"type":"integer","format":"int64"},"global":{"maximum":1000,"minimum":0,"type":"integer","format":"int64"},"ttp":{"maximum":100,"minimum":0,"type":"integer","format":"int64"}}},"severity":{"type":"string","enum":["Critical","High","Info","Low","Medium","None","Unknown"]},"status":{"type":"string","enum":["Closed","Closed: Confirmed Threat","Closed: False Positive","Closed: Near-Miss","Closed: Other","Closed: Suspected","Closed: Under Review","Containment Achieved","Hold","Hold: External","Hold: Internal","Hold: Legal","Incident Reported","New","New: Presented","New: Processing","Open","Open: Contained","Open: Investigating","Open: Recovered","Open: Reported","Rejected","Restoration Achieved","Stalled"]},"tactics":{"type":"array","items":{"type":"string"}},"techniques":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"short_description":{"type":"string"},"source":{"type":"string"},"source_uri":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"},"external_references":{"type":"array","items":{"required":["source_name"],"type":"object","properties":{"source_name":{"type":"string"},"hashes":{"type":"array","items":{"type":"string"}},"url":{"type":"string"},"description":{"type":"string"},"external_id":{"type":"string"}}}},"external_ids":{"type":"array","items":{"type":"string"}},"tlp":{"type":"string","enum":["amber","green","red","white"]},"id":{"type":"string"},"client_id":{"type":"string"},"modified":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"created":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]},"owner":{"type":"string","nullable":true,"x-anyOf":[{"type":"string"},{"type":"boolean"}]},"groups":{"type":"array","items":{"type":"string"}},"schema_version":{"type":"string"},"revision":{"minimum":0,"type":"integer","format":"int64"},"type":{"type":"string","enum":["incident"]},"timestamp":{"type":"string","format":"date-time","x-anyOf":[{"type":"string","format":"date-time"},{"type":"string"}]}}}},"investigations":{"type":"array","items":{"required":["description","id","short_description","source"],"type":"object","properties":{"id":{"type":"string","nullable":true},"short_description":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"source":{"type":"string","nullable":true}}}},"linked_references":{"required":["casebook_count","incident_count","indicator_count","investigation_count","total"],"type":"object","properties":{"investigation_count":{"minimum":0,"type":"integer","format":"int64"},"incident_count":{"minimum":0,"type":"integer","format":"int64"},"indicator_count":{"minimum":0,"type":"integer","format":"int64"},"casebook_count":{"minimum":0,"type":"integer","format":"int64"},"total":{"minimum":0,"type":"integer","format":"int64"}}},"primary_investigation":{"required":["description","id","short_description","source"],"type":"object","properties":{"id":{"type":"string","nullable":true},"short_description":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"source":{"type":"string","nullable":true}}},"mitre_data":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","id","phase_name","priority","title","url","value"],"type":"object","properties":{"id":{"type":"string","enum":["TA0004","TA0010","TA0005","TA0001","TA0009","TA0002","TA0040","TA0043","TA0011","TA0008","TA0042","TA0006","TA0007","TA0003"]},"value":{"type":"string","enum":["TA0004","TA0010","TA0005","TA0001","TA0009","TA0002","TA0040","TA0043","TA0011","TA0008","TA0042","TA0006","TA0007","TA0003"]},"phase_name":{"type":"string","enum":["privilege-escalation","exfiltration","defense-evasion","initial-access","collection","execution","impact","reconnaissance","command-and-control","lateral-movement","resource-development","credential-access","discovery","persistence"]},"priority":{"type":"integer"},"url":{"type":"string","enum":["https://attack.mitre.org/tactics/TA0004/","https://attack.mitre.org/tactics/TA0010/","https://attack.mitre.org/tactics/TA0005/","https://attack.mitre.org/tactics/TA0001/","https://attack.mitre.org/tactics/TA0009/","https://attack.mitre.org/tactics/TA0002/","https://attack.mitre.org/tactics/TA0040/","https://attack.mitre.org/tactics/TA0043/","https://attack.mitre.org/tactics/TA0011/","https://attack.mitre.org/tactics/TA0008/","https://attack.mitre.org/tactics/TA0042/","https://attack.mitre.org/tactics/TA0006/","https://attack.mitre.org/tactics/TA0007/","https://attack.mitre.org/tactics/TA0003/"]},"title":{"type":"string","enum":["Privilege Escalation","Exfiltration","Defense Evasion","Initial Access","Collection","Execution","Impact","Reconnaissance","Command and Control","Lateral Movement","Resource Development","Credential Access","Discovery","Persistence"]},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"source":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","value"],"type":"object","properties":{"value":{"type":"string"},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}},"severity":{"required":["data","total_count"],"type":"object","properties":{"total_count":{"minimum":0,"type":"integer","format":"int64"},"data":{"type":"array","items":{"required":["count","value"],"type":"object","properties":{"value":{"type":"string"},"count":{"minimum":0,"type":"integer","format":"int64"}}}}}}}}}}},"400":{"description":"","content":{"application/json":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"object"}}}},"application/transit+msgpack":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"object"}}}},"application/transit+json":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"object"}}}},"application/edn":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"object"}}}}}},"401":{"description":"","content":{"application/json":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Unauthorized"]}}}},"application/transit+msgpack":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Unauthorized"]}}}},"application/transit+json":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Unauthorized"]}}}},"application/edn":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Unauthorized"]}}}}}},"403":{"description":"","content":{"application/json":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Forbidden"]}}}},"application/transit+msgpack":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Forbidden"]}}}},"application/transit+json":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Forbidden"]}}}},"application/edn":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Forbidden"]}}}}}},"404":{"description":"","content":{"application/json":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Not Found"]}}}},"application/transit+msgpack":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Not Found"]}}}},"application/transit+json":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Not Found"]}}}},"application/edn":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Not Found"]}}}}}},"405":{"description":"","content":{"application/json":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Method Not Allowed"]}}}},"application/transit+msgpack":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Method Not Allowed"]}}}},"application/transit+json":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Method Not Allowed"]}}}},"application/edn":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Method Not Allowed"]}}}}}},"406":{"description":"","content":{"application/json":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Not Acceptable"]}}}},"application/transit+msgpack":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Not Acceptable"]}}}},"application/transit+json":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Not Acceptable"]}}}},"application/edn":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Not Acceptable"]}}}}}},"429":{"description":"","content":{"application/json":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Too many requests"]}}}},"application/transit+msgpack":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Too many requests"]}}}},"application/transit+json":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Too many requests"]}}}},"application/edn":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["Too many requests"]}}}}}},"500":{"description":"","content":{"application/json":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["exception","default exception","sql exception","JSON too large","schema","external_request"]},"exception":{"type":"string","example":"SqlException"},"data":{"type":"object","description":"Any specific error information passed by custom errors.","example":""},"uri":{"type":"string","description":"The URI the error was seen at","example":"/global/v1/incident/?/incident-summary"}}}},"application/transit+msgpack":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["exception","default exception","sql exception","JSON too large","schema","external_request"]},"exception":{"type":"string","example":"SqlException"},"data":{"type":"object","description":"Any specific error information passed by custom errors.","example":""},"uri":{"type":"string","description":"The URI the error was seen at","example":"/global/v1/incident/?/incident-summary"}}}},"application/transit+json":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["exception","default exception","sql exception","JSON too large","schema","external_request"]},"exception":{"type":"string","example":"SqlException"},"data":{"type":"object","description":"Any specific error information passed by custom errors.","example":""},"uri":{"type":"string","description":"The URI the error was seen at","example":"/global/v1/incident/?/incident-summary"}}}},"application/edn":{"schema":{"required":["message"],"type":"object","properties":{"message":{"type":"string","enum":["exception","default exception","sql exception","JSON too large","schema","external_request"]},"exception":{"type":"string","example":"SqlException"},"data":{"type":"object","description":"Any specific error information passed by custom errors.","example":""},"uri":{"type":"string","description":"The URI the error was seen at","example":"/global/v1/incident/?/incident-summary"}}}}}}},"security":[{"JWT-Bearer":[]},{"oauth2":[]}],"method":"get","path":"/v2/incident/{incident-id}/summary"}}