Fix a JSON schema that doesn't include enough fields
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
a2718ebaff
commit
c6311207ee
1 changed files with 4 additions and 0 deletions
|
@ -2,12 +2,16 @@
|
|||
"type": ["object", "null"],
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"username",
|
||||
"state",
|
||||
"avatar_url",
|
||||
"web_url"
|
||||
],
|
||||
"properties": {
|
||||
"id": { "type": "integer" },
|
||||
"name": { "type": "string" },
|
||||
"username": { "type": "string" },
|
||||
"state": { "type": "string" },
|
||||
"avatar_url": { "type": "string" },
|
||||
"web_url": { "type": "string" }
|
||||
|
|
Loading…
Reference in a new issue