X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsim_hw.json;fp=test%2Fsim_hw.json;h=47e0ae056573ddde0f5203f854d73efada07f711;hb=d457ef2d32ae703669b8c0856de753b068f9057e;hp=0000000000000000000000000000000000000000;hpb=11e0d2bbacdd00a536ed369f84815344f61922a2;p=nonrtric%2Frapp%2Fhealthcheck.git diff --git a/test/sim_hw.json b/test/sim_hw.json new file mode 100644 index 0000000..47e0ae0 --- /dev/null +++ b/test/sim_hw.json @@ -0,0 +1,18 @@ +{ + "name": "hwpolicy", + "description": "Hellow World policy type", + "policy_type_id": 2, + "create_schema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "title": "HW Policy", + "description": "Hello World policy type", + "type": "object", + "properties": { + "threshold": { + "type": "integer", + "default": 0 + } + }, + "additionalProperties": false + } + } \ No newline at end of file