Follow the steps below to create a new interface in Ontology Manager.
First, verify you are working within your ontology of choice by checking the Ontologies dropdown menu located at the top of the left side panel.
To create a new interface, you can do either of the following:
The first page of the helper provides information about interfaces. Select Next.
Input the display name and API name for your interface. You can also optionally provide a description of the interface and select an appropriate icon.
Select the shared properties for the interface.
If a shared property required for the interface does not exist, you must create it.
Choose the optionality of each shared property in the interface.
For required shared properties, any object type that implements the interface must have the shared property or provide a mapping from a local property to the interface shared property. For optional shared properties, mapping may be skipped during implementation. Optional shared properties can be useful when building marketplace packages to iterate on your interface without introducing difficult-to-resolve upgrade blockers.
Select a project to save this interface to, then select Create.
Back in Ontology Manager, select Save in the upper right corner to make the change to your ontology.
If you want this interface to link to another interface or object type, you can optionally add any interface link types to the interface.
If an interface link type is required for your modeling use case, any object type that implements the interface must add a new or existing link type that satisfies the interface link type constraints.