Given that interfaces expose API names, any change to an interface definition has the potential to break downstream applications and will necessarily break existing object implementations. When adding a new required property, link type constraint, or action type constraint to an interface, all implementations for object types that use the interface must be made in the same update to your Ontology. We also recommend updating your interface definitions and consumers at the same time.
If your downstream applications cannot be updated at the same time as interface changes, you can alternatively create a new version of the interface (as an extension or a standalone interface) and migrate to the new interface definition as soon as possible.
From the Properties tab of the interface configuration, choose New property. This will open an interface property configuration side panel.
The available options for editing property metadata are clustered into four different tabs which give access to the following configurations:
timestamp can be shown in a timeline widget in Object Explorer.If you make a change to the interface property types, you must also update all object types implementing this interface.
prominent property will lead applications to show this property first to users. A hidden property will not appear in user applications.From the Properties tab of the interface configuration, select Add shared properties and choose a shared property to add to the interface.
From the Link type constraints tab, select Create new link type constraint and add the necessary constraint metadata.
From the Action type constraints tab, select Create new action type constraint and add the necessary constraint metadata and parameter constraints.
From the Properties tab, select ... next to the property you wish to remove from the interface. Alternatively, open the interface property side panel and select the trash icon in the upper right corner.
From the Link type constraint tab, select ... next to the link type constraint you wish to edit or remove from the interface.
If editing a constraint, you can update the metadata as you would if you were creating the link type constraint for the first time.
From the Action type constraints tab, select ... next to the action type constraint you wish to edit or remove from the interface.
If editing a constraint, you can update the metadata and parameter configuration as you would if you were creating the action type constraint for the first time.