diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-27 17:18:55 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-27 17:19:56 +0200 |
commit | 1fe55667142158af865372a8b9916581662286fe (patch) | |
tree | 797b285d187938f2bf1ff60eec555a14b126c259 /ucs2-afb/ucs_apidef.json | |
parent | bbe0fa2bb0479bf7a09eed345fefc3c375773745 (diff) |
Change marketing stuff
unicens -> UNICENS
MicroChip -> Microchip
Change-Id: I7a2f48ac62f44579831ed252b5e24dc918c09645
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'ucs2-afb/ucs_apidef.json')
-rw-r--r-- | ucs2-afb/ucs_apidef.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ucs2-afb/ucs_apidef.json b/ucs2-afb/ucs_apidef.json index 5a3e81e..5aa33a2 100644 --- a/ucs2-afb/ucs_apidef.json +++ b/ucs2-afb/ucs_apidef.json @@ -1,12 +1,12 @@ { "openapi": "3.0.0", - "$schema": "file:///home/fulup/Workspace/AGL-AppFW/unicens2rc-afb/etc/openapi-schema.json", + "$schema": "file:///home/fulup/Workspace/AGL-AppFW/unicens2rc-afb/etc/openapi-schema.json", "info": { "description": "", "title": "ucs2", "version": "1.0", "x-binding-c-generator": { - "api": "unicens", + "api": "UNICENS", "version": 2, "prefix": "ucs2_", "postfix": "", @@ -14,7 +14,7 @@ "onevent": null, "init": null, "scope": "static", - "private": true + "private": true } }, "servers": [ @@ -82,10 +82,10 @@ }, "x-permissions": { "config": { - "permission": "urn:AGL:permission:unicens:public:initialise" + "permission": "urn:AGL:permission:UNICENS:public:initialise" }, "monitor": { - "permission": "urn:AGL:permission:unicens:public:monitor" + "permission": "urn:AGL:permission:UNICENS:public:monitor" } }, "responses": { @@ -117,7 +117,7 @@ } ], "responses": { - "200": {"$ref": "#/components/responses/200"} + "200": {"$ref": "#/components/responses/200"} } } }, @@ -128,7 +128,7 @@ "$ref": "#/components/x-permissions/monitor" }, "responses": { - "200": {"$ref": "#/components/responses/200"} + "200": {"$ref": "#/components/responses/200"} } } } |