UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

20 lines 646 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.skillSchema = void 0; exports.skillSchema = { title: "skillSchema", type: "object", properties: { apis: { type: "array", items: { type: "string" } }, lastUpdated: { type: "string" }, nameByLocale: { type: "object", propertyNames: { type: "string", format: "language-code" }, additionalProperties: { type: "string" } }, publicationStatus: { type: "string" }, skillId: { type: "string" }, stage: { type: "string" }, } }; //# sourceMappingURL=ISkill.js.map