UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

18 lines 612 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.optionsResolverReturnDataSchema = void 0; exports.optionsResolverReturnDataSchema = { title: "optionsResolverReturnDataSetSchema", type: "array", items: { type: "object", required: ["label", "value"], additionalProperties: false, properties: { label: { type: "string", minLength: 1, maxLength: 200 }, value: { type: "string", minLength: 1, maxLength: 200 }, }, }, additionalItems: false, }; //# sourceMappingURL=IOptionsResolverFunction.js.map