This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Format 1A7 Release: Lazy Referencing
This release brings the possibility to reference a Resource Model before its definition
For example:
# API
# Collection of Items [/items]
+ Model (application/json)
[ { item 1 }, { item 2 } ]
## Create New Item [POST]
+ Request
[Item][]
+ Response 200
[Collection of Items][]
# Item [/items/{id}]
+ Model (application/json)
{ item }
See #71