summaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/resources/json/mso/response
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/main/resources/json/mso/response')
-rwxr-xr-xvid-app-common/src/main/resources/json/mso/response13
1 files changed, 13 insertions, 0 deletions
diff --git a/vid-app-common/src/main/resources/json/mso/response b/vid-app-common/src/main/resources/json/mso/response
new file mode 100755
index 000000000..fa37d2db7
--- /dev/null
+++ b/vid-app-common/src/main/resources/json/mso/response
@@ -0,0 +1,13 @@
+{
+ "$schema": "http://json-schema.org/draft-04/schema#",
+ "description": "response structure",
+ "type": "object",
+ "code": {
+ "description": "Return code",
+ "type": "string"
+ },
+ "message": {
+ "description": "Result message",
+ "type": "string"
+ }
+} \ No newline at end of file