JSON Examples for v1.0-dev
Best Common Practices
BCP-002-02: Asset Distinguishing Information
BCP-003-01: Secure Communications in NMOS Systems
BCP-003-02: Authorization in NMOS Systems
BCP-003-03: Certificate Provisioning in NMOS Systems
BCP-004-01: Receiver Capabilities
BCP-004-02: Sender Capabilities
BCP-005-01: EDID to Receiver Capabilities Mapping
BCP-005-02: NMOS Support for IPMX/HKEP
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"
}