Modern Treasury · Schema

async_response

FintechPaymentsACHWiresTreasury

Properties

Name Type Description
id string
object string
View JSON Schema on GitHub

JSON Schema

modern-treasury-async-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/async_response",
  "title": "async_response",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid"
    },
    "object": {
      "type": "string"
    }
  },
  "additionalProperties": false,
  "minProperties": 2,
  "required": [
    "id",
    "object"
  ]
}