A language for describing resource-oriented APIs & turning them into Swagger or resource diagrams. Oriented around the concepts we want to expose in the APIs.
Example: if I want to produce an event for the Directory resource because a file was added to a directory and I want to include all the files as part of the directory in the event.
I'd like to be able to do something like the following (with a potential keyword in front of the resource name):
The properties that would be included when referring to the Schema would be the properties returned as part of the HTTP response for a GET on the resource.
Example: if I want to produce an event for the Directory resource because a file was added to a directory and I want to include all the files as part of the directory in the event.
I'd like to be able to do something like the following (with a potential keyword in front of the resource name):
Right now I can only do:
The properties that would be included when referring to the Schema would be the properties returned as part of the HTTP response for a GET on the resource.