/**
 * An object for swagger documentation configuration
 */

// TODO: unfinished
export default {
  definitions: {
    'match-instance': {
      type: 'object',
      properties: {}
    }
  },
  overwriteTagSpec: true
}
