From 5b96d0b220888742ae05f2097d0e39438a944032 Mon Sep 17 00:00:00 2001 From: vburtonComtech <102701947+vburtonComtech@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:02:32 -0800 Subject: [PATCH] Update i3-policy-store.yaml to match STA-010.3e Changes include: - PolicyEnums: Change policyType Required from true to false - LocationCondition: Change "label" and "lang" to optional - LogAction: Change "message" to optional --- i3-policy-store.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/i3-policy-store.yaml b/i3-policy-store.yaml index 09084fb..f06ee61 100644 --- a/i3-policy-store.yaml +++ b/i3-policy-store.yaml @@ -237,7 +237,7 @@ paths: - name: policyType in: query description: Type of the policy - required: true + required: false schema: type: string - name: policyQueueName @@ -467,8 +467,6 @@ components: allOf: - $ref: '#/components/schemas/Action' - type: object - required: - - message properties: message: type: string @@ -580,8 +578,6 @@ components: required: - lo - profile - - label - - lang properties: lo: type: string @@ -827,4 +823,4 @@ components: langList: type: string langTest: - type: string \ No newline at end of file + type: string