Skip to content

Commit

Permalink
Add new line to end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Feb 15, 2024
1 parent 164415b commit 4c9b69a
Show file tree
Hide file tree
Showing 29 changed files with 33 additions and 29 deletions.
2 changes: 1 addition & 1 deletion APIs/schemas/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"minItems": 1,
"maxItems": 1,
"uniqueItems": true
}
}
2 changes: 1 addition & 1 deletion APIs/schemas/descriptor-get.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"type": "object",
"description": "NcMethodResultClassDescriptor",
"title": "NcMethodResultClassDescriptor"
}
}
2 changes: 1 addition & 1 deletion APIs/schemas/members-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
},
"uniqueItems": true
}
}
}
2 changes: 1 addition & 1 deletion APIs/schemas/method-patch-request.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
"description": "Method arguments. Arguments are specified as nested properties inside this object and their types are dictated by the specific MS-05-02 model for the method targeted. Arguments only need to be included for methods which have arguments and MUST be omitted if the method does not require any arguments."
}
}
}
}
2 changes: 1 addition & 1 deletion APIs/schemas/method-patch-response.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"type": "object",
"description": "NcMethodResult",
"title": "NcMethodResult"
}
}
2 changes: 1 addition & 1 deletion APIs/schemas/methods-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"type": "string"
},
"uniqueItems": true
}
}
2 changes: 1 addition & 1 deletion APIs/schemas/ms05-error.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"type": "object",
"description": "NcMethodResultError",
"title": "NcMethodResultError"
}
}
2 changes: 1 addition & 1 deletion APIs/schemas/properties-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"type": "string"
},
"uniqueItems": true
}
}
2 changes: 1 addition & 1 deletion APIs/schemas/property-descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"type": "object",
"description": "NcMethodResultDatatypeDescriptor",
"title": "NcMethodResultDatatypeDescriptor"
}
}
2 changes: 1 addition & 1 deletion APIs/schemas/property-value-get.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"type": "object",
"description": "NcMethodResultPropertyValue with the contents of the property",
"title": "NcMethodResultPropertyValue"
}
}
2 changes: 1 addition & 1 deletion APIs/schemas/property-value-put-request.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion APIs/schemas/property-value-put-response.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"type": "object",
"description": "NcMethodResult",
"title": "NcMethodResult"
}
}
2 changes: 1 addition & 1 deletion APIs/schemas/property.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"minItems": 2,
"maxItems": 2,
"uniqueItems": true
}
}
2 changes: 1 addition & 1 deletion APIs/schemas/rolePath.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"minItems": 4,
"maxItems": 4,
"uniqueItems": true
}
}
2 changes: 1 addition & 1 deletion APIs/schemas/rolePaths-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"type": "string"
},
"uniqueItems": true
}
}
2 changes: 1 addition & 1 deletion examples/base-get-200.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[
"rolePaths/"
]
]
2 changes: 1 addition & 1 deletion examples/class-descriptor-get-200.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,4 +321,4 @@
"isDeprecated": false
}
]
}
}
2 changes: 1 addition & 1 deletion examples/members-base-get-200.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
{ "href": "http://api.example.com/x-nmos/configuration/v1.0/rolePaths/root.ClassManager" },
{ "href": "http://api.example.com/x-nmos/configuration/v1.0/rolePaths/root.DeviceManager" },
{ "href": "http://api.example.com/x-nmos/configuration/v1.0/rolePaths/root.StereoGain" }
]
]
2 changes: 1 addition & 1 deletion examples/method-patch-200.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"status": 200,
"value": "user label string"
}
}
2 changes: 1 addition & 1 deletion examples/method-patch-request.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"index": 6
}
}
}
}
2 changes: 1 addition & 1 deletion examples/methods-base-get-200.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"1m4/",
"1m5/",
"1m6/"
]
]
2 changes: 1 addition & 1 deletion examples/properties-base-get-200.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"1p4/",
"1p5/",
"1p6/"
]
]
2 changes: 1 addition & 1 deletion examples/property-descriptor-get-200.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
],
"parentType": "NcDescriptor",
"constraints": null
}
}
2 changes: 1 addition & 1 deletion examples/property-get-200.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
"value/",
"descriptor/"
]
]
2 changes: 1 addition & 1 deletion examples/property-value-get-200.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"status": 200,
"value": "this is the property value"
}
}
4 changes: 3 additions & 1 deletion examples/property-value-put-200.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{ "status": 200 }
{
"status": 200
}
4 changes: 3 additions & 1 deletion examples/property-value-put-request.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{ "value": 42 }
{
"value": 42
}
2 changes: 1 addition & 1 deletion examples/rolePath-get-200.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"methods/",
"members/",
"descriptors/"
]
]
2 changes: 1 addition & 1 deletion examples/rolePaths-base-get-200.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[
"root/"
]
]

0 comments on commit 4c9b69a

Please sign in to comment.