Vaulta

discussionsx

Contract

  • Action parameter in post

    {
      "name": "post",
      "base": "",
      "fields": [
        {
          "name": "poster",
          "type": "name"
        },
        {
          "name": "content",
          "type": "string"
        },
        {
          "name": "uuid",
          "type": "string"
        },
        {
          "name": "threadUuid",
          "type": "string"
        },
        {
          "name": "parentUuid",
          "type": "string"
        },
        {
          "name": "tags",
          "type": "string[]"
        },
        {
          "name": "mentions",
          "type": "name[]"
        },
        {
          "name": "metadata",
          "type": "string"
        }
      ]
    }