Skip to content

Commit

Permalink
fix: openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Oct 23, 2024
1 parent 176e114 commit 85093ec
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions docs/chainhook-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,48 @@
]
}
}
},
{
"type": "object",
"oneOf": [
{
"type": "object",
"required": [
"after_timestamp"
],
"properties": {
"after_timestamp": {
"type": "integer",
"format": "uint64",
"minimum": 0.0
}
},
"additionalProperties": false
},
{
"type": "object",
"required": [
"from_signer_pub_key"
],
"properties": {
"from_signer_pub_key": {
"type": "string"
}
},
"additionalProperties": false
}
],
"required": [
"scope"
],
"properties": {
"scope": {
"type": "string",
"enum": [
"signer_message"
]
}
}
}
]
},
Expand Down

0 comments on commit 85093ec

Please sign in to comment.