UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.

12 lines 421 B
export const sortOrderSchema = { $id: '#/components/schemas/sortOrderSchema', type: 'object', description: 'A map of object IDs and their corresponding sort orders.', additionalProperties: { type: 'integer', description: 'Sort order for the object whose ID is the key used for this property.', example: 6, }, components: {}, }; //# sourceMappingURL=sort-order-schema.js.map