@appsemble/utils
Version:
Utility functions used in Appsemble internally
21 lines • 617 B
JavaScript
export const pathItems = {
parameters: [{ $ref: '#/components/parameters/appId' }],
get: {
tags: ['main', 'app', 'scim'],
security: [{ scim: [] }],
operationId: 'getAppScimSchemas',
responses: {
200: {
description: 'The SCIM Schema',
content: {
'application/scim+json': {
schema: {
$ref: '#/components/schemas/ScimUser',
},
},
},
},
},
},
};
//# sourceMappingURL=schemas.js.map