Skip to content

Commit

Permalink
fixup! Add OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin committed Sep 4, 2023
1 parent 914ae77 commit 7593377
Showing 1 changed file with 7 additions and 75 deletions.
82 changes: 7 additions & 75 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"required": [
"description",
"error_count",
"features",
"id",
"last_error_date",
"last_error_message",
Expand All @@ -42,6 +43,10 @@
"type": "integer",
"format": "int64"
},
"features": {
"type": "integer",
"format": "int64"
},
"id": {
"type": "integer",
"format": "int64"
Expand Down Expand Up @@ -7576,81 +7581,8 @@
},
"data": {
"type": "object",
"required": [
"created",
"expires",
"limits",
"owner",
"status",
"signaling"
],
"properties": {
"created": {
"type": "integer",
"format": "int64"
},
"expires": {
"type": "integer",
"format": "int64"
},
"limits": {
"type": "object",
"nullable": true,
"required": [
"users"
],
"properties": {
"users": {
"type": "integer",
"format": "int64"
}
}
},
"owner": {
"type": "object",
"required": [
"url",
"name",
"email",
"language",
"country"
],
"properties": {
"url": {
"type": "string"
},
"name": {
"type": "string"
},
"email": {
"type": "string"
},
"language": {
"type": "string"
},
"country": {
"type": "string"
}
}
},
"status": {
"type": "string"
},
"signaling": {
"type": "object",
"required": [
"url",
"secret"
],
"properties": {
"url": {
"type": "string"
},
"secret": {
"type": "string"
}
}
}
"additionalProperties": {
"type": "object"
}
}
}
Expand Down

0 comments on commit 7593377

Please sign in to comment.