Stellar · Schema

MessageResponse

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Properties

Name Type Description
message string
View JSON Schema on GitHub

JSON Schema

stellar-sdp-messageresponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/sdp/MessageResponse.json",
  "title": "MessageResponse",
  "required": [
    "message"
  ],
  "type": "object",
  "properties": {
    "message": {
      "type": "string"
    }
  }
}