JSON_Msg Specification
Protocols: JSON_Msg
JSON_Msg
{
"$id": "validate_Msg",
"$schema": "http://json-schema.org/draft-07/schema#",
"type" : "object",
"required" : ["id", "referer", "dt"],
"properties" : {
"id" : { "type" : "string"},
"referer" : {
"type" : "array",
"minItems" : 2,
"maxItems": 2,
"items": { "type" : "string" }
},
"dt" : { "type" : "string" }
}
}
-
referer [sic] —
-
[0]— package, product or service name. -
[1]— instance specifier.
-