X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=examples%2Fconfig%2Fschema.json;fp=examples%2Fconfig%2Fschema.json;h=10e9243b77159f867aa9af14167f5f5d0c6f8b7e;hb=bf6780bc2a998042027174a760fc12b8af9db3c1;hp=0000000000000000000000000000000000000000;hpb=8dcedb41ac9ae5150847542d0a3d52c43cf35aac;p=ric-plt%2Fxapp-frame.git diff --git a/examples/config/schema.json b/examples/config/schema.json new file mode 100755 index 0000000..10e9243 --- /dev/null +++ b/examples/config/schema.json @@ -0,0 +1,21 @@ +{ + "definitions": {}, + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "http://example.com/root.json", + "type": "object", + "title": "The Root Schema", + "required": [ + "subscriptionActive" + ], + "properties": { + "subscriptionActive": { + "$id": "#/properties/subscriptionActive", + "type": "boolean", + "title": "The Active Schema", + "default": false, + "examples": [ + true + ] + } + } +} \ No newline at end of file