SYMBOL INDEX (56 symbols across 4 files) FILE: src/example.js constant ROLES (line 5) | const ROLES = { FILE: src/utils.js class FluentSchemaError (line 8) | class FluentSchemaError extends Error { method constructor (line 9) | constructor (message) { constant REQUIRED (line 66) | const REQUIRED = Symbol('required') constant FLUENT_SCHEMA (line 67) | const FLUENT_SCHEMA = Symbol.for('fluent-schema-object') constant RELATIVE_JSON_POINTER (line 69) | const RELATIVE_JSON_POINTER = 'relative-json-pointer' constant JSON_POINTER (line 70) | const JSON_POINTER = 'json-pointer' constant UUID (line 71) | const UUID = 'uuid' constant REGEX (line 72) | const REGEX = 'regex' constant IPV6 (line 73) | const IPV6 = 'ipv6' constant IPV4 (line 74) | const IPV4 = 'ipv4' constant HOSTNAME (line 75) | const HOSTNAME = 'hostname' constant EMAIL (line 76) | const EMAIL = 'email' constant URL (line 77) | const URL = 'url' constant URI_TEMPLATE (line 78) | const URI_TEMPLATE = 'uri-template' constant URI_REFERENCE (line 79) | const URI_REFERENCE = 'uri-reference' constant URI (line 80) | const URI = 'uri' constant TIME (line 81) | const TIME = 'time' constant DATE (line 82) | const DATE = 'date' constant DATE_TIME (line 83) | const DATE_TIME = 'date-time' constant ISO_TIME (line 84) | const ISO_TIME = 'iso-time' constant ISO_DATE_TIME (line 85) | const ISO_DATE_TIME = 'iso-date-time' constant FORMATS (line 87) | const FORMATS = { constant STRING (line 107) | const STRING = 'string' constant NUMBER (line 108) | const NUMBER = 'number' constant BOOLEAN (line 109) | const BOOLEAN = 'boolean' constant INTEGER (line 110) | const INTEGER = 'integer' constant OBJECT (line 111) | const OBJECT = 'object' constant ARRAY (line 112) | const ARRAY = 'array' constant NULL (line 113) | const NULL = 'null' constant TYPES (line 115) | const TYPES = { FILE: types/FluentJSONSchema.d.ts type BaseSchema (line 1) | interface BaseSchema { type TYPE (line 29) | type TYPE = type FORMATS (line 38) | type FORMATS = { type JSONSchema (line 58) | type JSONSchema = class FluentSchemaError (line 68) | class FluentSchemaError extends Error { type SchemaOptions (line 72) | interface SchemaOptions { type StringSchema (line 77) | interface StringSchema extends BaseSchema { type NullSchema (line 86) | interface NullSchema { type BooleanSchema (line 90) | interface BooleanSchema extends BaseSchema { type NumberSchema (line 94) | interface NumberSchema extends BaseSchema { type IntegerSchema (line 102) | interface IntegerSchema extends BaseSchema { type ArraySchema (line 110) | interface ArraySchema extends BaseSchema { type ObjectSchema (line 119) | interface ObjectSchema = Record type InferSchemaMap (line 137) | type InferSchemaMap = { type MixedSchema (line 147) | type MixedSchema = type PatternPropertiesOptions (line 152) | interface PatternPropertiesOptions { type DependenciesOptions (line 156) | interface DependenciesOptions { type Key (line 160) | type Key = keyof T | (string & {}) type DependentSchemaOptions (line 162) | type DependentSchemaOptions... type DependentRequiredOptions (line 164) | type DependentRequiredOptions... type ObjectPlaceholder (line 168) | type ObjectPlaceholder = Record type S (line 170) | interface S extends BaseSchema { FILE: types/FluentJSONSchema.test-d.ts type Foo (line 148) | type Foo = { type ReallyLongType (line 179) | type ReallyLongType = {