From 9cda4ce089f5fb68164573f221464071cef6ff67 Mon Sep 17 00:00:00 2001 From: Eric Kao Date: Tue, 6 Jun 2017 14:50:09 -0700 Subject: [PATCH] make policy description and kind option in library API To be consistent with existing policy API behavior Change-Id: I958e9ea4825e55e26c229cd482860cd2c2dc58bc --- specs/pike/policy-library.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/pike/policy-library.rst b/specs/pike/policy-library.rst index 01b376f..5d18a08 100644 --- a/specs/pike/policy-library.rst +++ b/specs/pike/policy-library.rst @@ -488,11 +488,11 @@ Policy metadata schema with UUID description: title: Policy description type: string - required: true + required: false kind: title: Policy kind type: string - required: true + required: false abbreviation: title: Policy name abbreviation type: string