git ssb

0+

Piet / ssb-loomio



Tree: ebb953020ee4430abf945a8a40aeb90b661e3fb0

Files: ebb953020ee4430abf945a8a40aeb90b661e3fb0 / errors / schema / positionLateError.js

281 bytesRaw
1const errorSchema = require('./positionError')
2const cloneDeep = require('lodash.clonedeep')
3
4const schema = cloneDeep(errorSchema)
5
6// collapse the details down to be ONLY late error
7schema.properties.type = { $ref: '#/definitions/errorTypes/errorLate' }
8
9module.exports = schema
10

Built with git-ssb-web