cspace-config Spec
- 1 What is Spec
- 2 Where is Spec
- 3 Structure
- 3.1 Relationships
- 3.2 Schemas
- 3.3 Records
What is Spec
used to define the relationship between the service layer and the UI layer
Where is Spec
part of cspace-config
Structure
<spec>
<relationships>
...
</relationships>
<schemas>
...
</schemas>
<records>
...
</records>
</spec>
Relationships
holds all the configuration for relationships
Schemas
holds all the list of non record/procedure schemas that the ui requires
Records
holds all the configuration for the records (procedure, objects and authorities)