Skip to content

Commit

Permalink
Merge branch 'main' into INFOPLAT-1559-csa-auth-token-expiry
Browse files Browse the repository at this point in the history
  • Loading branch information
hendoxc authored Dec 13, 2024
2 parents 9ca97ff + dbebc0f commit 0bce328
Show file tree
Hide file tree
Showing 20 changed files with 1,319 additions and 20 deletions.
90 changes: 90 additions & 0 deletions pkg/capabilities/actions/readcontract/action_builders_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/smartcontractkit/chainlink-common/pkg/capabilities/actions/readcontract/[email protected]",
"$defs": {
"Config": {
"type": "object",
"properties": {
"ContractReaderConfig": {
"type": "string"
},
"ReadIdentifier": {
"type": "string"
},
"ContractAddress": {
"type": "string"
},
"ContractName": {
"type": "string"
}
},
"required": ["ContractReaderConfig", "ReadIdentifier", "ContractAddress", "ContractName"]
},
"Input": {
"type": "object",
"properties": {
"ConfidenceLevel": {
"type": "string"
},
"Params": {
"type": "object",
"additionalProperties": true
}
},
"required": ["ConfidenceLevel", "Params"]
},
"Output": {
"type": "object",
"properties": {
"LatestValue": {
"type": ["object", "string", "boolean", "null", "array"]
}
},
"required": ["LatestValue"]
}
},
"type": "object",
"properties": {
"Config": {
"$ref": "#/$defs/Config"
},
"Inputs": {
"$ref": "#/$defs/Input"
},
"Outputs": {
"$ref": "#/$defs/Output"
}
}
}
115 changes: 115 additions & 0 deletions pkg/capabilities/actions/readcontract/readcontract_action_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0bce328

Please sign in to comment.