UNPKG

@xrengine/server-core

Version:

Shared components for XREngine server

22 lines (21 loc) 406 B
/** * An object for swagger documentation configuration */ export default { definitions: { 'location-ban': { type: 'object', properties: {} }, 'location-ban_list': { type: 'array', items: { $ref: '#/definitions/location-ban' } } }, securities: ['create', 'update', 'patch', 'remove'], operations: { find: { security: [{ bearer: [] }] } } }