Unified.to · Schema

KmsComments

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-kmscomments-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/KmsComments",
  "title": "KmsComments",
  "items": {
    "$ref": "#/components/schemas/KmsComment"
  },
  "type": "array"
}