X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Ftest%2FSTD_2.0.0%2Fjsonfiles%2Fstd_2.json;fp=near-rt-ric-simulator%2Ftest%2FSTD_2.0.0%2Fjsonfiles%2Fstd_2.json;h=b485fd0b7c5641dc9e011c66eb192dbd7a03fee5;hb=24ee2701e54884c8fc2ed7e6cf522d71286a3b33;hp=0000000000000000000000000000000000000000;hpb=59e2b2abfe0474acacb44a2922bfaf01b26bfa06;p=sim%2Fa1-interface.git diff --git a/near-rt-ric-simulator/test/STD_2.0.0/jsonfiles/std_2.json b/near-rt-ric-simulator/test/STD_2.0.0/jsonfiles/std_2.json new file mode 100644 index 0000000..b485fd0 --- /dev/null +++ b/near-rt-ric-simulator/test/STD_2.0.0/jsonfiles/std_2.json @@ -0,0 +1,56 @@ +{ + "policySchema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "title": "STD_2_0.2.0", + "description": "STD 2 policy type", + "type": "object", + "properties": { + "scope": { + "type": "object", + "properties": { + "ueId": { + "type": "string" + }, + "qosId": { + "type": "string" + } + }, + "additionalProperties": false, + "required": [ + "ueId", + "qosId" + ] + }, + "statement": { + "type": "object", + "properties": { + "priorityLevel": { + "type": "number" + } + }, + "additionalProperties": false, + "required": [ + "priorityLevel" + ] + } + } + }, + "statusSchema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "title": "STD_2_0.2.0", + "description": "STD 2 policy type status", + "type": "object", + "properties": { + "enforceStatus": { + "type": "string" + }, + "enforceReason": { + "type": "string" + }, + "additionalProperties": false, + "required": [ + "enforceStatus" + ] + } + } +} \ No newline at end of file