EducationalInstitution Data Type

Properties
name data type description
Properties inherited from Unit
name_en string
id number
designation string
closed boolean
name string
units array of Unit

Example

{
  "name_en" : "...",
  "id" : 12345,
  "designation" : "...",
  "closed" : true,
  "name" : "...",
  "units" : [ {
    "name_en" : "...",
    "id" : 12345,
    "designation" : "...",
    "closed" : true,
    "name" : "...",
    "units" : [ { }, { } ]
  }, {
    "name_en" : "...",
    "id" : 12345,
    "designation" : "...",
    "closed" : true,
    "name" : "...",
    "units" : [ { }, { } ]
  } ]
}