Commit 151edaf4 authored by rengasamis's avatar rengasamis
Browse files

CR004 AssociationTime Addition

parent 2d521e8c
Loading
Loading
Loading
Loading
Loading
+146 −145
Original line number Diff line number Diff line
@@ -110,7 +110,8 @@
        "CommsIDToVINRecord" : {
            "type" : "object",
            "properties" : {
                "VIN" : { "$ref" : "ts_103280_2017_07#/$defs/VIN" }
                "VIN" : { "$ref" : "ts_103280_2017_07#/$defs/VIN" },
                "AssociationTime" : { "$ref" : "#/$defs/AssociationTime"}
            },
            "required" : ["VIN"]
        },