Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 22, 2022
1 parent 3901e8a commit b28bcd5
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 34 deletions.
4 changes: 2 additions & 2 deletions docs/swagger/models/FederateConfig.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
title: FederateConfig
$ref: ''
description: ''
$ref: ""
description: ""
2 changes: 1 addition & 1 deletion docs/swagger/models/FilterOptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ anyOf:
- array
items:
type: string
'':
"":
type: string
- $ref: ./interfaceOptions.yaml
4 changes: 2 additions & 2 deletions docs/swagger/models/base_status_info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ type: object
properties:
id:
type: integer
'':
"":
type: string
state:
type: string
required:
- id
- ''
- ""
- state
2 changes: 1 addition & 1 deletion docs/swagger/models/counts_query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ examples:
federates: 0
countable_federates: 0
interfaces: 0
title: ''
title: ""
properties:
brokers:
type: number
Expand Down
2 changes: 1 addition & 1 deletion docs/swagger/models/endpoints_query.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: endpoints_query
type: array
description: query a list of avaialble endpoints
description: query a list of available endpoints
items:
type: string
2 changes: 1 addition & 1 deletion docs/swagger/models/logs_query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ properties:
description: logging level
header:
type: string
description: 'header information for the message(time, source,etc)'
description: "header information for the message(time, source,etc)"
message:
type: string
description: actual log message
Expand Down
2 changes: 1 addition & 1 deletion docs/swagger/models/queries_query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ title: queries_query
type: array
items:
type: string
description: list of avaialble queries
description: list of available queries
2 changes: 1 addition & 1 deletion docs/swagger/models/translators_query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ properties:
type: array
items:
type: string
description: return a list of avaialble queries
description: return a list of available queries
30 changes: 6 additions & 24 deletions docs/swagger/reference/web-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,7 @@
"format": "date"
}
},
"required": [
"firstName",
"lastName",
"email",
"dateOfBirth"
]
"required": ["firstName", "lastName", "email", "dateOfBirth"]
},
"examples": {
"Create User Bob Fellow": {
Expand Down Expand Up @@ -338,9 +333,7 @@
"minLength": 1
}
},
"required": [
"broker_uuid"
],
"required": ["broker_uuid"],
"x-examples": {
"example-1": {
"broker_uuid": "broker_name"
Expand All @@ -366,10 +359,7 @@
"minLength": 1
}
},
"required": [
"status",
"error"
],
"required": ["status", "error"],
"x-examples": {
"example-1": {
"status": 400,
Expand Down Expand Up @@ -506,9 +496,7 @@
"type": "boolean"
}
},
"required": [
"success"
],
"required": ["success"],
"x-examples": {
"example-1": {
"success": true
Expand Down Expand Up @@ -572,14 +560,8 @@
"description": "The date that the user was created."
}
},
"required": [
"name",
"firstName",
"lastName",
"email",
"emailVerified"
]
"required": ["name", "firstName", "lastName", "email", "emailVerified"]
}
}
}
}
}

0 comments on commit b28bcd5

Please sign in to comment.