git ssb

0+

Piet / ssb-loomio



Tree: 4d462b129a9f5195f3ae4e70fcf2bccea36ebbb4

Files: 4d462b129a9f5195f3ae4e70fcf2bccea36ebbb4 / poll / schema / details / dot.js

298 bytesRaw
1var schema = {
2 type: 'object',
3 required: ['type', 'maxStanceScore', 'choices'],
4 properties: {
5 type: {
6 type: 'string',
7 pattern: '^dot$'
8 },
9 numDots: {
10 type: 'integer',
11 minimum: 1
12 },
13 choices: {
14 type: 'array'
15 }
16 }
17}
18
19module.exports = schema
20

Built with git-ssb-web