Options
All
  • Public
  • Public/Protected
  • All
Menu

Class for representing a linked Schema.

Hierarchy

  • LinkedSchemas

Index

Properties

Methods

Properties

schemas

schemas: {}

Type declaration

  • [key: string]: Set<string>

Methods

add

  • add(schema: string, parent: string): void

getParents

  • getParents(identifier: string): Set<string>

hasParents

  • hasParents(identifier: string): boolean

Generated using TypeDoc