UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

8 lines 274 B
export const resourceId = { name: 'resourceId', in: 'path', description: 'The ID of the resource on which to perform an operation', required: true, schema: { $ref: '#/components/schemas/Resource/properties/id' }, }; //# sourceMappingURL=resourceId.js.map