UNPKG

@keymanapp/common-types

Version:

Keyman Developer keyboard file types

123 lines 3.27 kB
declare const _default: { title: string; $schema: string; type: string; properties: { KeymanDeveloperProject: { properties: { Options: { $ref: string; }; Files: { $ref: string; }; }; required: string[]; additionalProperties: boolean; type: string; }; }; required: string[]; additionalProperties: boolean; definitions: { Options: { type: string; properties: { BuildPath: { type: string; }; SourcePath: { type: string; }; CompilerWarningsAsErrors: { type: string; pattern: string; }; WarnDeprecatedCode: { type: string; pattern: string; }; CheckFilenameConventions: { type: string; pattern: string; }; SkipMetadataFiles: { type: string; pattern: string; }; ProjectType: { type: string; pattern: string; }; Version: { type: string; pattern: string; }; }; required: any[]; additionalProperties: boolean; }; Files: { type: string; properties: { File: { type: string; items: { $ref: string; }; }; }; additionalProperties: boolean; required: string[]; }; File: { type: string; properties: { ID: { type: string; }; Filename: { type: string; }; Filepath: { type: string; }; FileVersion: { type: string; }; FileType: { type: string; }; Details: { $ref: string; }; ParentFileID: { type: string; }; }; required: string[]; additionalProperties: boolean; }; FileDetails: { type: string; properties: { Name: { type: string; }; Copyright: { type: string; }; Message: { type: string; }; Version: { type: string; }; }; required: any[]; additionalProperties: boolean; }; }; }; export default _default; //# sourceMappingURL=kpj.schema.d.ts.map