Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISchemaDefinition

Describes how keys and key references can be declared in a schema

Example:

{
  "keys": {
    "identifier": "$.some.query",
    "anotherIdentifier": "$.another.query"
  }
}

Hierarchy

  • ISchemaDefinition

Indexable

[identifier: string]: string

Property is an identifier, value is a json path

Generated using TypeDoc