Stable
This component is complete and can be used. The interfaces will be supported until the function is removed from the project via the deprecation process. There will be ongoing extensions to this function, but it will be done to ensure backward compatibility as far as possible. If there is a need to break backward compatibility, this will be discussed and reviewed in the community, with a documented timeline.
Schema Maker API¶
The Schema Maker API provides user interfaces supporting the creation and editing of schema types and schema attributes.
Key Features¶
- Schema Type Management: Full lifecycle management of schema types, which define the structure and data types of metadata elements.
- Schema Attribute Management: Capabilities for creating and maintaining schema attributes that represent individual fields or columns within a schema type.
- Templated Creation: Support for creating new schema types and attributes using existing elements as templates to ensure consistency and speed up the design process.
- Schema Exploration: Tools for searching and retrieving schema types and attributes by name, search strings, or unique identifiers (GUIDs).
Further information¶
Sample REST API requests are found in Egeria-api-schema-maker.http
Raise an issue or comment below