We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac26a73 + 64bd810 commit e3aef97Copy full SHA for e3aef97
src/JSONSchema.ts
@@ -1,6 +1,6 @@
1
export namespace JSONSchema {
2
3
- export type SimpleTypes = "array" | "boolean" | "integer" | "null" | "number" | "object" | "string";
+ export type SimpleTypes = 'array' | 'boolean' | 'integer' | 'null' | 'number' | 'object' | 'string';
4
/** Core schema meta-schema */
5
export type HttpJsonSchemaOrgDraft04Schema = {
6
id?: string;
0 commit comments