UNPKG

@xrengine/server-core

Version:

Shared components for XREngine server

24 lines (22 loc) 367 B
/** * An object for swagger documentation configuration */ export default { definitions: { 'match-user': { type: 'object', properties: { id: { type: 'string' }, ticketId: { type: 'string' }, connection: { type: 'string' } } } }, overwriteTagSpec: true }