UNPKG

@golemio/parkings

Version:
115 lines (114 loc) 5.12 kB
/** * JSON Schema for validating the complete GraphQL response */ export declare const smart4CityGraphQLResponse: { type: string; required: string[]; properties: { data: { type: string; required: string[]; properties: { parking_locations: { type: string; items: { type: string; required: string[]; properties: { _places: { type: string; items: { type: string; required: string[]; properties: { placeID: { type: string; }; occ: { type: string; }; id: { type: string; format: string; }; coords: { type: string; required: string[]; properties: { type: { type: string; enum: string[]; }; coordinates: { type: string; items: { type: string; }; minItems: number; maxItems: number; description: string; }; }; }; actualRoleID: { type: string; required: string[]; properties: { $oid: { type: string; }; }; }; }; }; description: string; }; capacity: { type: string; minimum: number; }; code: { type: string; }; definition: { type: string; required: string[]; properties: { type: { type: string; enum: string[]; }; coordinates: { type: string; items: { type: string; items: { type: string; items: { type: string; }; minItems: number; maxItems: number; }; }; }; }; }; last_changes: { type: string; format: string; }; name: { type: string; }; total_occ: { type: string; minimum: number; }; }; }; }; }; }; }; };