Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99923376
resolve.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Jan 27, 07:30
Size
755 B
Mime Type
text/x-java
Expires
Wed, Jan 29, 07:30 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23803424
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
resolve.d.ts
View Options
import type { AnySchema, AnySchemaObject, UriResolver } from "../types";
import type Ajv from "../ajv";
import type { URIComponents } from "uri-js";
export type LocalRefs = {
[Ref in string]?: AnySchemaObject;
};
export declare function inlineRef(schema: AnySchema, limit?: boolean | number): boolean;
export declare function getFullPath(resolver: UriResolver, id?: string, normalize?: boolean): string;
export declare function _getFullPath(resolver: UriResolver, p: URIComponents): string;
export declare function normalizeId(id: string | undefined): string;
export declare function resolveUrl(resolver: UriResolver, baseId: string, id: string): string;
export declare function getSchemaRefs(this: Ajv, schema: AnySchema, baseId: string): LocalRefs;
Event Timeline
Log In to Comment