aboutsummaryrefslogtreecommitdiff
path: root/campusconnect
diff options
context:
space:
mode:
authorHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2011-09-26 15:24:30 +0200
committerHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2011-09-26 15:24:30 +0200
commit4edb8fcc43ee0e7b1d0a325e0e9bcb83b4ec2b4f (patch)
tree065d025b6156c0a995ee267cb2a8236712f96a3d /campusconnect
parent62e899c88d1e4373696ae1441281aba1342c18b3 (diff)
downloadecs2-4edb8fcc43ee0e7b1d0a325e0e9bcb83b4ec2b4f.tar.gz
ecs2-4edb8fcc43ee0e7b1d0a325e0e9bcb83b4ec2b4f.zip
CampusConnect organisation_units schema added.
Diffstat (limited to 'campusconnect')
-rw-r--r--campusconnect/schemas/cc_organisation_units.schema.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/campusconnect/schemas/cc_organisation_units.schema.json b/campusconnect/schemas/cc_organisation_units.schema.json
new file mode 100644
index 0000000..89feead
--- /dev/null
+++ b/campusconnect/schemas/cc_organisation_units.schema.json
@@ -0,0 +1,18 @@
+{
+ "description":"Data schema for JSON representation of CampusConnect organization_units resource",
+ "type":"object",
+ "properties": {
+ "id": {"type":"string", "required":true},
+ "number": {"type":"string"},
+ "title": {"type":"string"},
+ "organisationUnitTreeAssignment": {"type":"string"},
+ "type": {"type":"string"},
+ "postalCode": {"type":"string"},
+ "city": {"type":"string"},
+ "street": {"type":"string"},
+ "telephone": {"type":"string"},
+ "fax": {"type":"string"},
+ "email": {"type":"string"},
+ "href": {"type":"string"},
+ }
+}