getSchemaProps MethodProtected

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<SchemaProps | undefined>

Parameter Type Description
schemaKey SchemaKey The key of the schema to be resolved.

Returns - Promise<SchemaProps | undefined>

Defined in

Last Updated: 09 May, 2026