JSON Examples for v1.0-dev
http://api.example.com/x-nmos/example/{version}
This is an example API so the template works
List of paths available from this API
List of paths available from this API
Media type: application/json
Type:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"description": "Describes the Example API base resource",
"title": "Example API base resource",
"required": [
"id"
],
"properties": {
"id": {
"$ref": "id-uuid.json"
}
}
}
Example:
{
"id": "67194c23-4f7d-4246-b440-8184394c2a80"
}