1
0
mirror of synced 2026-01-05 21:02:13 -05:00

Source Github: Add undeclared columns to spec (#24523)

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
This commit is contained in:
Serhii Chvaliuk
2023-05-08 22:22:57 +03:00
committed by GitHub
parent 01e075a281
commit 27c408e7fb
37 changed files with 725 additions and 443 deletions

View File

@@ -3,7 +3,7 @@
"type": "object",
"properties": {
"repository": {
"type": ["string"]
"type": "string"
},
"url": {
"type": ["null", "string"]
@@ -128,11 +128,11 @@
"type": ["null", "integer"]
},
"created_at": {
"type": ["null", "string"],
"type": "string",
"format": "date-time"
},
"updated_at": {
"type": ["null", "string"],
"type": "string",
"format": "date-time"
},
"closed_at": {
@@ -149,11 +149,11 @@
"type": ["null", "string"]
},
"created_at": {
"type": ["null", "string"],
"type": "string",
"format": "date-time"
},
"updated_at": {
"type": ["null", "string"],
"type": "string",
"format": "date-time"
},
"closed_at": {