Skip to content

Commit

Permalink
extra properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dkackman committed May 11, 2022
1 parent 2ecd6d0 commit 9f636e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/farmer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ paths:
properties:
search_for_private_key:
type: boolean
max_ph_to_search:
type: integer
format: int32
default: 500
responses:
"200":
description: OK
Expand Down
3 changes: 3 additions & 0 deletions src/schemas/pool_state_info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@
type: array
items:
$ref: "./error_response.yaml#/error_response"
plot_count:
type: integer
format: int32

0 comments on commit 9f636e5

Please sign in to comment.