@golemio/parkings
Version:
Golemio Parkings Module
19 lines • 646 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PmdpMeasurementSchema = void 0;
const pmdpMeasurementSchema = {
type: "object",
properties: {
kapacita: { type: "string" },
kp: { type: "string" },
dp_bez_rezervace: { type: "string" },
dp_rezervace: { type: "string" },
volno: { type: "string" },
volno_bez_prepoctu: { type: "string" },
datum_aktualizace: { type: "string" },
},
required: ["volno"],
additionalProperties: true,
};
exports.PmdpMeasurementSchema = pmdpMeasurementSchema;
//# sourceMappingURL=PmdpMeasurementSchema.js.map