git ssb

0+

Piet / ssb-loomio



Tree: b85045658dceb1b66821e40f21509c2e1937c463

Files: b85045658dceb1b66821e40f21509c2e1937c463 / 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