export const DelegateSchema = {
  type: 'object',
  properties: {
    companyDelegate: { type: 'boolean' },
    delegatedUsers: { type: 'array', items: {} },
    delegates: { type: 'array', items: {} }
  }
};
