Unified.to · Schema

property_RepoOrganization_user_ids

id values of the users/employees associated with this organization

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-repoorganization-user-ids-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_RepoOrganization_user_ids",
  "title": "property_RepoOrganization_user_ids",
  "description": "id values of the users/employees associated with this organization",
  "items": {
    "type": "string"
  },
  "type": "array"
}