@golemio/energetics
Version:
Golemio Energetics Module
41 lines • 1.52 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ptasWebScrapingJsonSchema = void 0;
exports.ptasWebScrapingJsonSchema = {
type: "object",
properties: {
placeId: { type: "string" },
measurements: {
type: "array",
items: {
type: "object",
properties: {
"Datum odečtu": { type: "string", pattern: "^\\d{1,2}.\\d{1,2}.\\d{4}$" },
"Čas odečtu": { type: "string" },
"Výrobní číslo": { type: "string" },
"Druh registru": { type: "string" },
Odečet: { type: "string" },
"MJ odečtu": { type: "string" },
"MJ zúčt.": { type: "string" },
"OM závislé": { type: "string" },
"Typ odečtu": { type: "string" },
"Status odečtu": { type: "string" },
},
required: [
"Datum odečtu",
"Čas odečtu",
"Druh registru",
"Výrobní číslo",
"Odečet",
"MJ odečtu",
"MJ zúčt.",
"OM závislé",
"Typ odečtu",
"Status odečtu",
],
},
},
},
required: ["placeId", "measurements"],
};
//# sourceMappingURL=PtasWebScrapingJsonSchema.js.map
;