web3_create_request

APIs.ioEngineeringPlatform

Properties

Name Type Description
description object
dnslink object
name object
target object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-web3-create-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/web3_create_request",
  "title": "web3_create_request",
  "properties": {
    "description": {
      "$ref": "#/components/schemas/web3_description"
    },
    "dnslink": {
      "$ref": "#/components/schemas/web3_dnslink"
    },
    "name": {
      "$ref": "#/components/schemas/web3_name"
    },
    "target": {
      "$ref": "#/components/schemas/web3_target"
    }
  },
  "required": [
    "name",
    "target"
  ],
  "type": "object"
}