Change rules field to required in library API

Use explicit empty collection if there are no rules.

Change-Id: Ie58956911ab4a1f75f05ca4d20e7cc4cd43c8948
This commit is contained in:
Eric Kao 2017-06-06 12:46:38 -07:00
parent c03c63501f
commit 72bc419a33
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ Policy full schema
rules: rules:
title: collection of rules title: collection of rules
type: array type: array
required: false required: true
items: items:
type: object type: object
properties: properties: