git ssb

0+

Piet / ssb-loomio



Tree: b1794feaa06398b355861bf247975bf7501e5910

Files: b1794feaa06398b355861bf247975bf7501e5910 / poll / schema / details / proposal.js

226 bytesRaw
1var schema = {
2 type: 'object',
3 required: ['type', 'proposal'],
4 properties: {
5 type: {
6 type: 'string',
7 pattern: '^proposal$'
8 },
9 proposal: {
10 type: 'string'
11 }
12 }
13}
14
15module.exports = schema
16

Built with git-ssb-web