End-to-end object type flow
This is the clearest current end-to-end semantic flow in the repo because the P3 smoke test already exercises it.
Flow taken from P3 smoke
The scenario in smoke/scenarios/p3-semantic-governance-critical-path.json currently does the following:
- create an interface
- add a property to that interface
- create a case object type
- attach the interface to the case type
- add multiple properties to the case type
- create supporting object types and objects
- use those semantics in downstream object interactions
Sequence
text
operator
-> gateway
-> ontology-service: create interface
-> ontology-service: create object type
-> ontology-service: attach interface to type
-> ontology-service: add properties
-> ontology-service: create objects
-> downstream search/rules/apps consume the resulting semantic modelWhy this is important
This is already more than static metadata. It shows OpenFoundry moving toward a model where ontology definitions directly power operational objects and behavior.
