For the complete documentation index, see llms.txt. This page is also available as Markdown.

Schemas Modules

Import

import schemas from 'schema';

Methods

read(schema, path=null)

read(schema, path=null)

Read an object schema and its properties

Arguments

  • schema (String) the name of the object schema

  • path (String=null) dot syntax path to the a property of the schema

Returns

Object

Last updated

Was this helpful?