UNPKG

@xrengine/server-core

Version:

Shared components for XREngine server

20 lines (19 loc) 336 B
/** * An object for swagger documentation configuration */ export default { definitions: { 'seat-status': { type: 'object', properties: { status: { type: 'string' } } }, 'seat-status_list': { type: 'array', items: { $ref: '#/definitions/seat-status' } } } }