getSchemaProps Method
Gets SchemaPropsecschema-metadata for the given SchemaKeyecschema-metadata. This is the full schema json with all elements that are defined in the schema.
getSchemaProps(schemaKey: SchemaKey): Promise<undefined | SchemaProps>
Parameter | Type | Description |
---|---|---|
schemaKey | SchemaKey | The key of the schema to be resolved. |
Returns - Promise<undefined | SchemaProps>
Defined in
Last Updated: 13 August, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.