constructor();
loggerService: any
_frameMap: any
addFrame: (frameName: string, frameSchema: IFrameSchema) => void
Adds a frame schema to the validation service
validate: (frameName: string, source: string) => void
Validates the existence of a frame
list: () => Promise<IFrameSchema[]>
Returns a list of all registered frame schemas