Search
⌃K
Introduction
Features
Getting Started
Cortex User Guide
Cortex API
Overview
Objects
Object Definition
Object Types
Access Control
Querying
Aggregating
Scripting
Script Types
Script Limits
ObjectId
CortexObject
Cursors
Operations
Script Modules
API Module
Base64 Module
Cache Module
Connections Module
Console Module
Consts Module
Counters Module
Crypto Module
HTTP Module
Logger Module
Notifications Module
Request Module
Response Module
SAML Module
Schemas Modules
Script Module
Session Module
Util.id Module
Util.ip Module
Util.paths Module
XML Module
Developer
Config
Renderer
SFTP
FTP
DB
Static Methods
Audit
Environments
HTTP Driver
Notifications
Televisit
Transforms
Localization
Available Javascript Libraries
Decorators
Expressions
Faults
Releases
Cortex Release Notes
Third-Party License Attribution
Powered By GitBook

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
Previous
SAML Module
Next
Script Module
Last modified 1yr ago
Copy link
On this page
Methods
read(schema, path=null)