UNPKG

@golemio/parkings

Version:
20 lines 616 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.smart4CityListJsonSchema = void 0; exports.smart4CityListJsonSchema = { type: "array", items: { type: "object", properties: { id: { type: "number" }, code: { type: "string" }, name: { type: "string" }, country: { type: "string" }, latitude: { type: "number" }, longitude: { type: "number" }, }, required: ["id", "code"], additionalProperties: true, }, }; //# sourceMappingURL=Smart4CityListJsonSchema.js.map