-- JSON module extracted from ITU-T H.627.3 (12/2022)

{ "$schema":"https://json-schema.org/draft/2020-12/schema", "$id":"http://www.itu.int/schema/case-list", "description":"The definition of the structure of the video image case acquisition list. The video image case acquisition refers to objects that combine video image cases and associated video slices, images, motor vehicles, non-motor vehicles, etc.", "type":"array", "items":{ "$ref":"#/$defs/case" }, "$defs":{ "case":{ "type":"object", "description":"Video image case content definition", "properties" : { "CaseInfo":{ "$ref":"/schema/case-info-list#/$defs/caseInfo" }, "VideoSliceListObject": { "$ref": "/schema/video-slice-list" }, "ImageListObject":{ "$ref":"/schema/image-list" }, "MotorVehicleListObject":{ "$ref":"/schema/motor-vehicle-list" }, "NonMotorVehicleListObject":{ "$ref":"/schema/nonmotor-vehicle-list" } }, "required":["CaseInfo"] } } }