-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
011a6ae
commit bbf6c64
Showing
3 changed files
with
46 additions
and
44 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# NMOS Specifications by Document Type | ||
|
||
The tables below are organised by the specification document type. To see them organised by themes, click [here](.) | ||
|
||
### [NMOS Interface Specifications (IS)](is/) | ||
|
||
These specify NMOS APIs using RAML, JSON Schema and normative text, supported by examples and other text: | ||
|
||
{% include spec_table.html filter_id="IS-" show_releases=true %} | ||
|
||
### [NMOS Data Model Specifications (MS)](ms/) | ||
|
||
These model the resources used in NMOS APIs: | ||
|
||
{% include spec_table.html filter_id="MS-" show_releases=true %} | ||
|
||
### [NMOS Best Common Practices (BCP)](bcp/) | ||
|
||
These specify best practice for use of NMOS APIs: | ||
|
||
{% include spec_table.html filter_id="BCP-" show_releases=true %} | ||
|
||
### [NMOS Informative Documents (INFO)](info/) | ||
|
||
These provide NMOS implementation guides: | ||
|
||
{% include spec_table.html filter_id="INFO-" %} | ||
|
||
### [NMOS Parameter Registers](https://specs.amwa.tv/nmos-parameter-registers) | ||
|
||
These specify constants for many types of NMOS parameter values: | ||
|
||
{% include registers_table.html %} | ||
|
||
### [NMOS Control Feature Sets](https://specs.amwa.tv/nmos-control-feature-sets) | ||
|
||
These specify opt-in models for the NMOS Control Framework | ||
|
||
{% include feature_sets_table.html %} | ||
|