UNPKG

@golemio/parkings

Version:
81 lines (80 loc) 2.25 kB
export declare const SupportedGeometrySchema: { $id: string; title: string; description: string; type: string; required: string[]; oneOf: ({ title: string; properties: { type: { enum: string[]; }; coordinates: { type: string; minItems: number; maxItems: number; items: { type: string; minItems?: undefined; items?: undefined; }; additionalItems: boolean; }; }; } | { title: string; properties: { type: { enum: string[]; }; coordinates: { type: string; items: { type: string; minItems: number; items: { type: string; minItems: number; items: { type: string; minItems?: undefined; items?: undefined; }; }; }; minItems?: undefined; maxItems?: undefined; additionalItems?: undefined; }; }; } | { title: string; properties: { type: { enum: string[]; }; coordinates: { type: string; items: { type: string; items: { type: string; minItems: number; items: { type: string; minItems: number; items: { type: string; }; }; }; minItems?: undefined; }; minItems?: undefined; maxItems?: undefined; additionalItems?: undefined; }; }; })[]; };