Skip to content

Commit

Permalink
[BOT] [CREATE-SWAGGER] [SKIP-GH-PAGES] create swagger for "autoscout"…
Browse files Browse the repository at this point in the history
… of version main
  • Loading branch information
blockscout-bot committed Oct 8, 2024
1 parent 6e54647 commit f5c9cf8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions services/autoscout/main/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,8 @@ definitions:
$ref: '#/definitions/v1Ads'
meta_og:
$ref: '#/definitions/v1MetaOg'
final_config:
$ref: '#/definitions/v1FinalConfig'
required:
- rpc_url
- server_size
Expand Down Expand Up @@ -817,6 +819,21 @@ definitions:
- DEPOSIT_STATUS_FAILED
- DEPOSIT_STATUS_RESOLVED
default: UNSPECIFIED_DEPOSIT_STATUS
v1FinalConfig:
type: object
properties:
fields:
type: array
items:
type: object
$ref: '#/definitions/v1FinalConfigField'
v1FinalConfigField:
type: object
properties:
json_path:
type: string
value:
type: string
v1Footer:
type: object
properties:
Expand Down

0 comments on commit f5c9cf8

Please sign in to comment.