Convert old style jsonschema required params to new style.

This commit is contained in:
jakedt 2014-03-17 12:25:41 -04:00
parent 5bb4008880
commit ddf5f2053c
11 changed files with 79 additions and 59 deletions

View file

@ -21,7 +21,6 @@ class WebhookList(RepositoryParamResource):
'id': 'WebhookCreateRequest',
'type': 'object',
'description': 'Arbitrary json.',
'required': True,
},
}