main

PASS Data Model

The PASS data model is represented using (JSON API)[https://jsonapi.org/].

In this project you will find

Model Objects

The data model consists of the following components. Each is documented in full on its own page, you can see all of these pages in the model folder.

Model Diagram

data model

Notes

Identifiers

An object is uniquely identified by a tuple consiting of its id attribute and its type.

DateTime attributes

DateTime attributes are strings formatted as per the Java DateTimeFormatter with pattern yyyy-MM-dd'T'HH:mm:ss.SSSX.