artisan-tattoo/assistant-api

View on GitHub
src/modules/customers/schema.js

Summary

Maintainability
A
50 mins
Test Coverage
module.exports = {
  body: {
    properties: {
      id: {
        type: 'integer'
      },
      links: {
        artist: {
          type: 'string'
        }
      }
    }
  }
};