DINA-Web / agent-specs

Specifications for the Agent Module
MIT License
1 stars 3 forks source link

Add person organization relationship #28

Closed cgendreau closed 3 years ago

cgendreau commented 3 years ago

The relationship is missing from the schema

cgendreau commented 3 years ago

Organization should be a real relationship:

"relationships": {
      "organizations": {
        "data": { "type": "organization", "id": "xyz" }
      }

https://jsonapi.org/format/#document-compound-documents

xuemeigan commented 3 years ago

Made the relationship compliant with the json api spec:https://jsonapi.org/format/#document-compound-documents in below commit: https://github.com/DINA-Web/agent-specs/pull/29/commits/e092dcc7342de24d23b2398895e8d789d825863d

xuemeigan commented 3 years ago