Merge · Schema

AssociationSubType

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
id stringnull
created_at string The datetime that this object was created by Merge.
modified_at string The datetime that this object was modified by Merge.
origin_type stringnull
View JSON Schema on GitHub

JSON Schema

merge-associationsubtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AssociationSubType",
  "title": "AssociationSubType",
  "type": "object",
  "properties": {
    "id": {
      "type": [
        "string",
        "null"
      ]
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "The datetime that this object was created by Merge."
    },
    "modified_at": {
      "type": "string",
      "format": "date-time",
      "description": "The datetime that this object was modified by Merge."
    },
    "origin_type": {
      "type": [
        "string",
        "null"
      ]
    }
  }
}