Convert old style jsonschema required params to new style.
This commit is contained in:
parent
5bb4008880
commit
ddf5f2053c
11 changed files with 79 additions and 59 deletions
|
@ -21,7 +21,6 @@ class WebhookList(RepositoryParamResource):
|
|||
'id': 'WebhookCreateRequest',
|
||||
'type': 'object',
|
||||
'description': 'Arbitrary json.',
|
||||
'required': True,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue