We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I realized that I made a mistake with the OIS. The security field should be a SecurityRequirement, not a SecurityRequirement[]. See: https://github.com/clc-group/airnode/wiki/OIS-v1.0.0#43-security
security
SecurityRequirement
SecurityRequirement[]
The text was updated successfully, but these errors were encountered:
Thanks. I'll make that update
Sorry, something went wrong.
Fixed in the adapter-v1 branch here: b524ee9
adapter-v1
Thanks!
andreogle
No branches or pull requests
I realized that I made a mistake with the OIS. The
security
field should be aSecurityRequirement
, not aSecurityRequirement[]
. See:https://github.com/clc-group/airnode/wiki/OIS-v1.0.0#43-security
The text was updated successfully, but these errors were encountered: