@appsemble/utils
Version:
Utility functions used in Appsemble internally
12 lines • 369 B
JavaScript
import { normalized } from '../../../constants/index.js';
export const blockId = {
name: 'blockId',
in: 'path',
description: 'The ID of the block on which to perform an operation, but without the organization scope.',
required: true,
schema: {
type: 'string',
pattern: normalized.source,
},
};
//# sourceMappingURL=blockId.js.map