4.8. Public IDs
This data structure maps a public identifier to an object class. It is named "publicIds" and is an array of objects, with each object containing the following REQUIRED members:
-
type -- a string denoting the type of public identifier
-
identifier -- a string denoting a public identifier of the type related to "type"
The following is an example of a publicIds structure.
"publicIds":
[
{
"type":"IANA Registrar ID",
"identifier":"1"
}
]
Figure 12