Commit e4e1a3b2 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Fixing error in ListOfCommsIDs

parent 8753b993
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@
        },
        "ListOfCommsIDs" : {
            "type" : "array",
            "items" : "#/$defs/CommsID"
            "items" : { "ref" : "#/$defs/CommsID" }
        },
        "ResultRecords" : {
            "type" : "object",