All the objects manipulated by the system are modelled in the form of REST requests.
The REST requests are all described unambiguously by using semantic web technologies:
•The site reference https://schema.org is used to model all of our “classic” resources
•The specific resources (mainly parking management related) are described in our repository: https://schema.parkeon.com
•All interfaces are implemented using the HTTP communication protocol
•for the integration of semantics and the definition of the links between resources, we use the standard JSON for Linking Data (JSON-LD).
•If the resources returned by our interfaces have an URI, it is returned in addition to the functional properties
For reasons of simplification, this document describes the set of objects used in interfaces. During the project, the definition of all the specific objects will be accessible on our site https://schema.parkeon.com.
Interfaces and objects here after are taken from our product repository.
The objects that only appear in the form of a URI in our interfaces are not described in this document. The definition of these objects will be available in our website https://schema.parkeon.com at the start of the project.
reference: The detailed description of the principles is described in the PRD_SIS_004_Developer's Guide specification. |