@golemio/parkings
Version:
Golemio Parkings Module
25 lines • 999 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TskParkingSectionSchema = void 0;
exports.TskParkingSectionSchema = {
name: "TskParkingSectionsSchema",
jsonSchema: {
type: "array",
items: {
type: "object",
properties: {
idSection: { type: "string" },
sectionCode: { type: "string" },
sectionCat: { type: "integer" },
borderWKT: { type: "string" },
idTariff: { oneOf: [{ type: "string" }, { type: "null", nullable: true }] },
projectedCapacity: { type: "integer" },
activeFrom: { type: "string" },
validFrom: { type: "string" },
validTo: { type: "string" },
},
required: ["idSection", "sectionCode", "sectionCat", "borderWKT", "idTariff", "projectedCapacity", "activeFrom"],
},
},
};
//# sourceMappingURL=TskParkingSectionSchema.js.map