UNPKG

@kravc/schema

Version:

Advanced JSON schema manipulation and validation library.

7 lines (6 loc) 182 B
declare module 'security-context' { /** * Map of security context URLs to their JSON-LD context documents */ export const contexts: Map<string, Record<string, unknown>>; }