UNPKG

@golemio/pid

Version:
40 lines 1.09 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.notPublicVehiclesJsonSchema = void 0; exports.notPublicVehiclesJsonSchema = { type: "object", properties: { tram: { type: "object", properties: { registrationNumbers: { type: "array", items: { type: "string", }, }, }, required: ["registrationNumbers"], }, road: { type: "object", properties: { registrationNumbers: { type: "array", items: { type: "string", }, }, }, required: ["registrationNumbers"], }, routeIds: { type: "array", items: { type: "string", }, }, }, required: ["tram", "road", "routeIds"], }; //# sourceMappingURL=NotPublicVehiclesJsonSchema.js.map