UNPKG

186 BJSONView Raw
1{
2 "$id": "me",
3 "type": "object",
4 "additionalProperties": false,
5 "properties": {
6 "audience": {
7 "type": "string",
8 "minLength": 1,
9 "maxLength": 50
10 }
11 }
12}