> For the complete documentation index, see [llms.txt](https://docs.medable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.medable.com/cortex-api/scripting/modules-1/schemas-modules.md).

# Schemas Modules

Import

```
import schemas from 'schema';
```

### Methods

[read(schema, path=null)](https://docs.medable.com/reference#section-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
