export declare const schema: { $id: string; $schema: string; additionalProperties: boolean; definitions: { address: { description: string; minLength: number; type: string; }; alias: { description: string; minLength: number; type: string; }; city: { description: string; minLength: number; type: string; }; commit: { description: string; minLength: number; type: string; }; country: { $comment: string; description: string; enum: string[]; type: string; }; date: { $comment: string; examples: string[]; format: string; pattern: string; type: string; }; doi: { description: string; examples: string[]; pattern: string; type: string; }; email: { description: string; pattern: string; type: string; }; entity: { additionalProperties: boolean; description: string; properties: { address: { $ref: string; description: string; }; alias: { $ref: string; description: string; }; city: { $ref: string; description: string; }; country: { $ref: string; description: string; }; 'date-end': { $ref: string; description: string; }; 'date-start': { $ref: string; description: string; }; email: { $ref: string; description: string; }; fax: { $ref: string; description: string; }; location: { description: string; minLength: number; type: string; }; name: { description: string; minLength: number; type: string; }; orcid: { $ref: string; description: string; }; 'post-code': { $ref: string; description: string; }; region: { $ref: string; description: string; }; tel: { $ref: string; description: string; }; website: { $ref: string; description: string; }; }; required: string[]; type: string; }; fax: { description: string; minLength: number; type: string; }; identifier: { anyOf: ({ additionalProperties: boolean; properties: { description: { $ref: string; }; type: { enum: string[]; type: string; }; value: { $ref: string; minLength?: undefined; type?: undefined; }; }; required: string[]; type: string; } | { additionalProperties: boolean; properties: { description: { $ref: string; }; type: { enum: string[]; type: string; }; value: { minLength: number; type: string; $ref?: undefined; }; }; required: string[]; type: string; })[]; description: string; }; 'identifier-description': { description: string; examples: string[]; minLength: number; type: string; }; license: { description: string; oneOf: ({ $ref: string; examples: string[]; $comment?: undefined; items?: undefined; minItems?: undefined; type?: undefined; uniqueItems?: undefined; } | { $comment: string; examples: string[][]; items: { $ref: string; }; minItems: number; type: string; uniqueItems: boolean; $ref?: undefined; })[]; }; 'license-enum': { $comment: string; description: string; enum: string[]; type: string; }; orcid: { description: string; format: string; pattern: string; type: string; }; person: { additionalProperties: boolean; description: string; properties: { address: { $ref: string; description: string; }; affiliation: { description: string; minLength: number; type: string; }; alias: { $ref: string; description: string; }; city: { $ref: string; description: string; }; country: { $ref: string; description: string; }; email: { $ref: string; description: string; }; 'family-names': { description: string; minLength: number; type: string; }; fax: { $ref: string; description: string; }; 'given-names': { description: string; minLength: number; type: string; }; 'name-particle': { description: string; examples: string[]; minLength: number; type: string; }; 'name-suffix': { description: string; examples: string[]; minLength: number; type: string; }; orcid: { $ref: string; description: string; }; 'post-code': { $ref: string; description: string; }; region: { $ref: string; description: string; }; tel: { $ref: string; description: string; }; website: { $ref: string; description: string; }; }; required: never[]; type: string; }; 'post-code': { anyOf: ({ minLength: number; type: string; } | { type: string; minLength?: undefined; })[]; description: string; }; reference: { additionalProperties: boolean; description: string; properties: { abbreviation: { description: string; minLength: number; type: string; }; abstract: { description: string; minLength: number; type: string; }; authors: { description: string; items: { anyOf: { $ref: string; }[]; }; minItems: number; type: string; uniqueItems: boolean; }; 'collection-doi': { $ref: string; description: string; }; 'collection-title': { description: string; minLength: number; type: string; }; 'collection-type': { description: string; minLength: number; type: string; }; commit: { $ref: string; }; conference: { $ref: string; description: string; }; contact: { description: string; items: { anyOf: { $ref: string; }[]; }; minItems: number; type: string; uniqueItems: boolean; }; copyright: { description: string; minLength: number; type: string; }; 'data-type': { description: string; minLength: number; type: string; }; database: { description: string; minLength: number; type: string; }; 'database-provider': { $ref: string; description: string; }; 'date-accessed': { $ref: string; description: string; }; 'date-downloaded': { $ref: string; description: string; }; 'date-published': { $ref: string; description: string; }; 'date-released': { $ref: string; description: string; }; department: { description: string; minLength: number; type: string; }; doi: { $ref: string; description: string; }; edition: { description: string; minLength: number; type: string; }; editors: { description: string; items: { anyOf: { $ref: string; }[]; }; minItems: number; type: string; uniqueItems: boolean; }; 'editors-series': { description: string; items: { anyOf: { $ref: string; }[]; }; minItems: number; type: string; uniqueItems: boolean; }; end: { anyOf: ({ type: string; minLength?: undefined; } | { minLength: number; type: string; })[]; description: string; }; entry: { description: string; minLength: number; type: string; }; filename: { description: string; minLength: number; type: string; }; format: { description: string; minLength: number; type: string; }; identifiers: { description: string; items: { $ref: string; }; minItems: number; type: string; uniqueItems: boolean; }; institution: { $ref: string; description: string; }; isbn: { description: string; pattern: string; type: string; }; issn: { description: string; pattern: string; type: string; }; issue: { anyOf: ({ minLength: number; type: string; } | { type: string; minLength?: undefined; })[]; description: string; }; 'issue-date': { description: string; minLength: number; type: string; }; 'issue-title': { description: string; minLength: number; type: string; }; journal: { description: string; minLength: number; type: string; }; keywords: { description: string; items: { minLength: number; type: string; }; minItems: number; type: string; uniqueItems: boolean; }; languages: { description: string; items: { maxLength: number; minLength: number; pattern: string; type: string; }; minItems: number; type: string; uniqueItems: boolean; }; license: { $ref: string; }; 'license-url': { $ref: string; description: string; }; 'loc-end': { anyOf: ({ type: string; minLength?: undefined; } | { minLength: number; type: string; })[]; description: string; }; 'loc-start': { anyOf: ({ type: string; minLength?: undefined; } | { minLength: number; type: string; })[]; description: string; }; location: { $ref: string; description: string; }; medium: { description: string; minLength: number; type: string; }; month: { anyOf: ({ maximum: number; minimum: number; type: string; enum?: undefined; } | { enum: string[]; type: string; maximum?: undefined; minimum?: undefined; })[]; description: string; }; nihmsid: { description: string; minLength: number; type: string; }; notes: { description: string; minLength: number; type: string; }; number: { anyOf: ({ minLength: number; type: string; } | { type: string; minLength?: undefined; })[]; description: string; }; 'number-volumes': { anyOf: ({ type: string; minLength?: undefined; } | { minLength: number; type: string; })[]; description: string; }; pages: { anyOf: ({ type: string; minLength?: undefined; } | { minLength: number; type: string; })[]; description: string; }; 'patent-states': { description: string; items: { minLength: number; type: string; }; minItems: number; type: string; uniqueItems: boolean; }; pmcid: { description: string; pattern: string; type: string; }; publisher: { $ref: string; description: string; }; recipients: { description: string; items: { anyOf: { $ref: string; }[]; }; minItems: number; type: string; uniqueItems: boolean; }; repository: { $ref: string; description: string; }; 'repository-artifact': { $ref: string; description: string; }; 'repository-code': { $ref: string; description: string; }; scope: { description: string; minLength: number; type: string; }; section: { anyOf: ({ minLength: number; type: string; } | { type: string; minLength?: undefined; })[]; description: string; }; senders: { description: string; items: { anyOf: { $ref: string; }[]; }; minItems: number; type: string; uniqueItems: boolean; }; start: { anyOf: ({ type: string; minLength?: undefined; } | { minLength: number; type: string; })[]; description: string; }; status: { description: string; enum: string[]; type: string; }; term: { description: string; minLength: number; type: string; }; 'thesis-type': { description: string; minLength: number; type: string; }; title: { description: string; minLength: number; type: string; }; translators: { description: string; items: { anyOf: { $ref: string; }[]; }; minItems: number; type: string; uniqueItems: boolean; }; type: { description: string; enum: string[]; type: string; }; url: { $ref: string; description: string; }; version: { $ref: string; description: string; }; volume: { anyOf: ({ type: string; minLength?: undefined; } | { minLength: number; type: string; })[]; description: string; }; 'volume-title': { description: string; minLength: number; type: string; }; year: { anyOf: ({ type: string; minLength?: undefined; } | { minLength: number; type: string; })[]; description: string; }; 'year-original': { anyOf: ({ type: string; minLength?: undefined; } | { minLength: number; type: string; })[]; description: string; }; }; required: string[]; type: string; }; region: { description: string; minLength: number; type: string; }; 'swh-identifier': { $comment: string; description: string; examples: string[]; pattern: string; type: string; }; tel: { description: string; minLength: number; type: string; }; url: { format: string; pattern: string; type: string; }; version: { anyOf: ({ minLength: number; type: string; } | { type: string; minLength?: undefined; })[]; }; }; description: string; properties: { abstract: { description: string; minLength: number; type: string; }; authors: { description: string; items: { anyOf: { $ref: string; }[]; }; minItems: number; type: string; uniqueItems: boolean; }; 'cff-version': { description: string; examples: string[]; pattern: string; type: string; }; commit: { $ref: string; }; contact: { description: string; items: { anyOf: { $ref: string; }[]; }; minItems: number; type: string; uniqueItems: boolean; }; 'date-released': { $ref: string; description: string; }; doi: { $ref: string; }; identifiers: { description: string; items: { $ref: string; }; minItems: number; type: string; uniqueItems: boolean; }; keywords: { description: string; items: { minLength: number; type: string; }; minItems: number; type: string; uniqueItems: boolean; }; license: { $ref: string; }; 'license-url': { $ref: string; description: string; }; message: { default: string; description: string; examples: string[]; minLength: number; type: string; }; 'preferred-citation': { $ref: string; description: string; }; references: { description: string; items: { $ref: string; }; minItems: number; type: string; uniqueItems: boolean; }; repository: { $ref: string; description: string; examples: string[]; }; 'repository-artifact': { $ref: string; description: string; }; 'repository-code': { $ref: string; description: string; }; title: { description: string; minLength: number; type: string; }; type: { default: string; description: string; enum: string[]; type: string; }; url: { $ref: string; description: string; }; version: { $ref: string; description: string; }; }; required: string[]; title: string; type: string; }; //# sourceMappingURL=schema.d.ts.map