Douglass.network Schemas

Ping method dbmethod

douglass.network/ping-method

Echos back the passed parameter.

{
  "id": "douglass.network/ping-method",
  "title": "Ping method",
  "description": "Echos back the passed parameter.",
  "type": "dbmethod",
  "parameters": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "object",
    "properties": {
      "message": {
        "type": "string",
        "maxLength": 256
      }
    }
  },
  "definition": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "object",
    "properties": {
      "message": {
        "type": "string",
        "maxLength": 256
      }
    }
  }
}

Schemas