@cognigy/rest-api-client
Version:
Cognigy REST-Client
17 lines • 544 B
JavaScript
export const 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