TalentLMS · Schema

getuserbranches-response-200

Learning Management SystemLMSeLearningTrainingCoursesUsersEnrollmentsEducationHR TechCloud

Properties

Name Type Description
_data object
View JSON Schema on GitHub

JSON Schema

getuserbranches-response-200.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "getuserbranches-response-200",
  "properties": {
    "_data": {
      "properties": {
        "branches": {
          "type": "array",
          "items": {
            "required": [
              "id",
              "name"
            ],
            "properties": {
              "id": {
                "type": "integer"
              },
              "name": {
                "type": "string"
              }
            },
            "type": "object"
          }
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}