An example of a classification object

The following figure is a graphical representation of a simple classification object consisting of two components:

A hierarchy of the Countries classification object

In the JSON format, the Countries classification object will be represented this way:

[ {        "uri": "/countries",        "name": "Countries",        "obsolete": false,        "attributes": {        } }, {        "uri": "/countries/USA",        "name": "USA",        "parent": "/countries",        "obsolete": false,        "attributes": {        } }, {        "uri": "/countries/Japan",        "name": "Japan",        "parent": "/countries",        "obsolete": false,        "attributes": {        } }]
You can find this and more examples, as well as additional ...

Get Industrial Internet Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.