Schema exampleapi-base.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Describes the Example API base resource",
"properties": { },
"required": [
"id"
],
"title": "Example API base resource",
"type": "object"
}