Unified.to · Schema

LmsStudent

IntegrationsUnified API

Properties

Name Type Description
address object
created_at string
emails object
first_name string
id string
image_url string
last_name string
name string
raw object
telephones object
updated_at string
View JSON Schema on GitHub

JSON Schema

unified-to-lmsstudent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LmsStudent",
  "title": "LmsStudent",
  "properties": {
    "address": {
      "$ref": "#/components/schemas/property_LmsStudent_address"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "emails": {
      "$ref": "#/components/schemas/property_LmsStudent_emails"
    },
    "first_name": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "image_url": {
      "type": "string"
    },
    "last_name": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "raw": {
      "additionalProperties": true,
      "type": "object"
    },
    "telephones": {
      "$ref": "#/components/schemas/property_LmsStudent_telephones"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    }
  },
  "type": "object"
}