git ssb

0+

Piet / ssb-loomio



Tree: ac1a79fec1e45652d23a6905c8540851a850a868

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