WikiSchemaService

constructor();
loggerService: LoggerService
registry: any
validateShallow: any

Validates basic requirements of a wiki schema

register: (key: string, value: IWikiSchema) => void

Registers a wiki schema with a given key

get: (key: string) => IWikiSchema

Retrieves a wiki schema by key