web3_single_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-web3-single-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/web3_single_response",
  "title": "web3_single_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/web3_api-response-single"
    },
    {
      "properties": {
        "result": {
          "$ref": "#/components/schemas/web3_web3-hostname"
        }
      }
    }
  ]
}