Get Schemas Aggregated (POST)

Gets the aggregated schema.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
custom_schema_specobjectOptional
Custom schemas described using identifiers
is_custom_leaf_typebooleanOptional
Whether the leaf type corresponds to a custom object.
leaf_typestringOptionalformat: "text"
The leaf type. Used for inferring the default stage diagram and tenant fragment ID.

Response

Success.
schemaobject
List of custom fields from multiple source fragments.

Errors