diff --git a/Examples/Schemas/Organisation.php b/Examples/Schemas/Organisation.php new file mode 100644 index 0000000..b374a54 --- /dev/null +++ b/Examples/Schemas/Organisation.php @@ -0,0 +1,101 @@ +Name = $data["name"]; + $this->Departments = $data["departments"]; + $this->Cases = $data["cases"]; + $this->Staff = $data["staff"]; + } +} diff --git a/src/Interfaces/SchemaDocumentInterface.php b/src/Interfaces/SchemaDocumentInterface.php new file mode 100644 index 0000000..6507358 --- /dev/null +++ b/src/Interfaces/SchemaDocumentInterface.php @@ -0,0 +1,8 @@ +