-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Data Dictionaries #9
Comments
Does this tie in with the JSON schemas? Using JSON schemas for request and response objects is immensely useful and would be even more so if we can link to them from any part of our API. Edit, I have just read #19 and #20 which seems to be more appropriate to the above. I am therefore not sure what your image is for this issue. |
Not directly related to JSON schemas although a JSON schema (being an asset of API blueprint) could be a part of a data dictionary. Take this issue more like an "umbrella issue" where #19 (and maybe even #20) are a prerequisite to have separate files (data bags) where you store your payloads referenced in blueprint. e.g. (brainstorming here): A data bag file: # My Payload (application/json)
+ Headers
A:1
+ Body
{ "message" : "Hello World" } A blueprint file: # GET /1
+ response 200
[My Payload][] This is of course closely related, but not identical, to #8. |
Closing this issue as duplicate. This issue should be addressed by |
This will be addressed with the introduction of MSON in API Blueprint. See #117 (comment) |
Explore possible concept of data bags for HTTP messages / API Blueprint assets.
The text was updated successfully, but these errors were encountered: