This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://jsonapi.org/faq/ | |
http://blogs.mulesoft.org/api-best-practices-hypermedia-part-3/ | |
https://lists.w3.org/Archives/Public/public-hydra/2015Feb/0086.html | |
Is there a JSON Schema describing JSON API? | |
Not currently, no. JSON Schema cannot fully represent the semantics of JSON API, and so any such schema would be partial anyway. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swagger: '2.0' | |
info: | |
title: CMS API | |
description: CMS Page Metadata | |
version: "1.0.0" | |
# the domain of the service | |
host: brands.zalando.net | |
basePath: /api | |
schemes: | |
- https |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
================================================= | |
Contents | |
================================================= | |
brew doctor output 12 | |
make output 21 | |
console.log 188 | |