From 4c9b69a7c27b9119e835a125cd2dddc16feae9ef Mon Sep 17 00:00:00 2001 From: "Jonathan Thorpe (Sony)" Date: Thu, 15 Feb 2024 09:21:03 +0000 Subject: [PATCH] Add new line to end of file --- APIs/schemas/base.json | 2 +- APIs/schemas/descriptor-get.json | 2 +- APIs/schemas/members-base.json | 2 +- APIs/schemas/method-patch-request.json | 2 +- APIs/schemas/method-patch-response.json | 2 +- APIs/schemas/methods-base.json | 2 +- APIs/schemas/ms05-error.json | 2 +- APIs/schemas/properties-base.json | 2 +- APIs/schemas/property-descriptor.json | 2 +- APIs/schemas/property-value-get.json | 2 +- APIs/schemas/property-value-put-request.json | 2 +- APIs/schemas/property-value-put-response.json | 2 +- APIs/schemas/property.json | 2 +- APIs/schemas/rolePath.json | 2 +- APIs/schemas/rolePaths-base.json | 2 +- examples/base-get-200.json | 2 +- examples/class-descriptor-get-200.json | 2 +- examples/members-base-get-200.json | 2 +- examples/method-patch-200.json | 2 +- examples/method-patch-request.json | 2 +- examples/methods-base-get-200.json | 2 +- examples/properties-base-get-200.json | 2 +- examples/property-descriptor-get-200.json | 2 +- examples/property-get-200.json | 2 +- examples/property-value-get-200.json | 2 +- examples/property-value-put-200.json | 4 +++- examples/property-value-put-request.json | 4 +++- examples/rolePath-get-200.json | 2 +- examples/rolePaths-base-get-200.json | 2 +- 29 files changed, 33 insertions(+), 29 deletions(-) diff --git a/APIs/schemas/base.json b/APIs/schemas/base.json index 0336c47..d8c791b 100644 --- a/APIs/schemas/base.json +++ b/APIs/schemas/base.json @@ -12,4 +12,4 @@ "minItems": 1, "maxItems": 1, "uniqueItems": true -} \ No newline at end of file +} diff --git a/APIs/schemas/descriptor-get.json b/APIs/schemas/descriptor-get.json index d751558..28f76a4 100644 --- a/APIs/schemas/descriptor-get.json +++ b/APIs/schemas/descriptor-get.json @@ -3,4 +3,4 @@ "type": "object", "description": "NcMethodResultClassDescriptor", "title": "NcMethodResultClassDescriptor" -} \ No newline at end of file +} diff --git a/APIs/schemas/members-base.json b/APIs/schemas/members-base.json index 241d311..71a27a0 100644 --- a/APIs/schemas/members-base.json +++ b/APIs/schemas/members-base.json @@ -14,4 +14,4 @@ }, "uniqueItems": true } -} \ No newline at end of file +} diff --git a/APIs/schemas/method-patch-request.json b/APIs/schemas/method-patch-request.json index 5d07368..cfc86e6 100644 --- a/APIs/schemas/method-patch-request.json +++ b/APIs/schemas/method-patch-request.json @@ -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." } } -} \ No newline at end of file +} diff --git a/APIs/schemas/method-patch-response.json b/APIs/schemas/method-patch-response.json index 8d5008d..c74183f 100644 --- a/APIs/schemas/method-patch-response.json +++ b/APIs/schemas/method-patch-response.json @@ -3,4 +3,4 @@ "type": "object", "description": "NcMethodResult", "title": "NcMethodResult" -} \ No newline at end of file +} diff --git a/APIs/schemas/methods-base.json b/APIs/schemas/methods-base.json index 7855c86..dd30ab1 100644 --- a/APIs/schemas/methods-base.json +++ b/APIs/schemas/methods-base.json @@ -7,4 +7,4 @@ "type": "string" }, "uniqueItems": true -} \ No newline at end of file +} diff --git a/APIs/schemas/ms05-error.json b/APIs/schemas/ms05-error.json index 95e927e..4eea45a 100644 --- a/APIs/schemas/ms05-error.json +++ b/APIs/schemas/ms05-error.json @@ -3,4 +3,4 @@ "type": "object", "description": "NcMethodResultError", "title": "NcMethodResultError" -} \ No newline at end of file +} diff --git a/APIs/schemas/properties-base.json b/APIs/schemas/properties-base.json index 03d736a..ae1a931 100644 --- a/APIs/schemas/properties-base.json +++ b/APIs/schemas/properties-base.json @@ -7,4 +7,4 @@ "type": "string" }, "uniqueItems": true -} \ No newline at end of file +} diff --git a/APIs/schemas/property-descriptor.json b/APIs/schemas/property-descriptor.json index 2288f08..e564e0f 100644 --- a/APIs/schemas/property-descriptor.json +++ b/APIs/schemas/property-descriptor.json @@ -3,4 +3,4 @@ "type": "object", "description": "NcMethodResultDatatypeDescriptor", "title": "NcMethodResultDatatypeDescriptor" -} \ No newline at end of file +} diff --git a/APIs/schemas/property-value-get.json b/APIs/schemas/property-value-get.json index b4fcd0f..0f01883 100644 --- a/APIs/schemas/property-value-get.json +++ b/APIs/schemas/property-value-get.json @@ -2,4 +2,4 @@ "type": "object", "description": "NcMethodResultPropertyValue with the contents of the property", "title": "NcMethodResultPropertyValue" -} \ No newline at end of file +} diff --git a/APIs/schemas/property-value-put-request.json b/APIs/schemas/property-value-put-request.json index aaa7221..fdbd07d 100644 --- a/APIs/schemas/property-value-put-request.json +++ b/APIs/schemas/property-value-put-request.json @@ -34,4 +34,4 @@ ] } } -} \ No newline at end of file +} diff --git a/APIs/schemas/property-value-put-response.json b/APIs/schemas/property-value-put-response.json index 8d5008d..c74183f 100644 --- a/APIs/schemas/property-value-put-response.json +++ b/APIs/schemas/property-value-put-response.json @@ -3,4 +3,4 @@ "type": "object", "description": "NcMethodResult", "title": "NcMethodResult" -} \ No newline at end of file +} diff --git a/APIs/schemas/property.json b/APIs/schemas/property.json index edf4dba..42cc45d 100644 --- a/APIs/schemas/property.json +++ b/APIs/schemas/property.json @@ -13,4 +13,4 @@ "minItems": 2, "maxItems": 2, "uniqueItems": true -} \ No newline at end of file +} diff --git a/APIs/schemas/rolePath.json b/APIs/schemas/rolePath.json index a0c6d06..7dac99f 100644 --- a/APIs/schemas/rolePath.json +++ b/APIs/schemas/rolePath.json @@ -15,4 +15,4 @@ "minItems": 4, "maxItems": 4, "uniqueItems": true -} \ No newline at end of file +} diff --git a/APIs/schemas/rolePaths-base.json b/APIs/schemas/rolePaths-base.json index 0c8b3e3..de6d1c0 100644 --- a/APIs/schemas/rolePaths-base.json +++ b/APIs/schemas/rolePaths-base.json @@ -7,4 +7,4 @@ "type": "string" }, "uniqueItems": true -} \ No newline at end of file +} diff --git a/examples/base-get-200.json b/examples/base-get-200.json index 33673cc..a9601d4 100644 --- a/examples/base-get-200.json +++ b/examples/base-get-200.json @@ -1,3 +1,3 @@ [ "rolePaths/" -] \ No newline at end of file +] diff --git a/examples/class-descriptor-get-200.json b/examples/class-descriptor-get-200.json index 4c7b7d1..f9e25e0 100644 --- a/examples/class-descriptor-get-200.json +++ b/examples/class-descriptor-get-200.json @@ -321,4 +321,4 @@ "isDeprecated": false } ] -} \ No newline at end of file +} diff --git a/examples/members-base-get-200.json b/examples/members-base-get-200.json index 6e2bde5..5ace7f9 100644 --- a/examples/members-base-get-200.json +++ b/examples/members-base-get-200.json @@ -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" } -] \ No newline at end of file +] diff --git a/examples/method-patch-200.json b/examples/method-patch-200.json index 9339961..339d2b1 100644 --- a/examples/method-patch-200.json +++ b/examples/method-patch-200.json @@ -1,4 +1,4 @@ { "status": 200, "value": "user label string" -} \ No newline at end of file +} diff --git a/examples/method-patch-request.json b/examples/method-patch-request.json index ae93b87..ebc8479 100644 --- a/examples/method-patch-request.json +++ b/examples/method-patch-request.json @@ -9,4 +9,4 @@ "index": 6 } } -} \ No newline at end of file +} diff --git a/examples/methods-base-get-200.json b/examples/methods-base-get-200.json index 240e300..debbaed 100644 --- a/examples/methods-base-get-200.json +++ b/examples/methods-base-get-200.json @@ -5,4 +5,4 @@ "1m4/", "1m5/", "1m6/" -] \ No newline at end of file +] diff --git a/examples/properties-base-get-200.json b/examples/properties-base-get-200.json index 948f762..9ca10d6 100644 --- a/examples/properties-base-get-200.json +++ b/examples/properties-base-get-200.json @@ -5,4 +5,4 @@ "1p4/", "1p5/", "1p6/" -] \ No newline at end of file +] diff --git a/examples/property-descriptor-get-200.json b/examples/property-descriptor-get-200.json index 5cf1072..1dee579 100644 --- a/examples/property-descriptor-get-200.json +++ b/examples/property-descriptor-get-200.json @@ -54,4 +54,4 @@ ], "parentType": "NcDescriptor", "constraints": null -} \ No newline at end of file +} diff --git a/examples/property-get-200.json b/examples/property-get-200.json index 4ec8726..5f0f5bd 100644 --- a/examples/property-get-200.json +++ b/examples/property-get-200.json @@ -1,4 +1,4 @@ [ "value/", "descriptor/" -] \ No newline at end of file +] diff --git a/examples/property-value-get-200.json b/examples/property-value-get-200.json index 97cfe18..3304242 100644 --- a/examples/property-value-get-200.json +++ b/examples/property-value-get-200.json @@ -1,4 +1,4 @@ { "status": 200, "value": "this is the property value" -} \ No newline at end of file +} diff --git a/examples/property-value-put-200.json b/examples/property-value-put-200.json index 9a7d8db..157a1be 100644 --- a/examples/property-value-put-200.json +++ b/examples/property-value-put-200.json @@ -1 +1,3 @@ -{ "status": 200 } \ No newline at end of file +{ + "status": 200 +} diff --git a/examples/property-value-put-request.json b/examples/property-value-put-request.json index abee32e..d086709 100644 --- a/examples/property-value-put-request.json +++ b/examples/property-value-put-request.json @@ -1 +1,3 @@ -{ "value": 42 } \ No newline at end of file +{ + "value": 42 +} diff --git a/examples/rolePath-get-200.json b/examples/rolePath-get-200.json index a8374fb..fe6cf39 100644 --- a/examples/rolePath-get-200.json +++ b/examples/rolePath-get-200.json @@ -3,4 +3,4 @@ "methods/", "members/", "descriptors/" -] \ No newline at end of file +] diff --git a/examples/rolePaths-base-get-200.json b/examples/rolePaths-base-get-200.json index ef2e2d0..65ef1ce 100644 --- a/examples/rolePaths-base-get-200.json +++ b/examples/rolePaths-base-get-200.json @@ -1,3 +1,3 @@ [ "root/" -] \ No newline at end of file +]