group_member.json
1 { 2 "$schema": "http://json-schema.org/draft-07/schema#", 3 "title": "Generated schema for Root", 4 "type": "object", 5 "properties": { 6 "id": { 7 "type": ["null", "number"] 8 }, 9 "username": { 10 "type": ["null", "string"] 11 }, 12 "name": { 13 "type": ["null", "string"] 14 }, 15 "avatar_template": { 16 "type": ["null", "string"] 17 }, 18 "title": { 19 "type": ["null", "string"] 20 }, 21 "last_posted_at": { 22 "type": ["null", "string"] 23 }, 24 "last_seen_at": { 25 "type": ["null", "string"] 26 }, 27 "added_at": { 28 "type": ["null", "string"] 29 }, 30 "timezone": { 31 "type": ["null", "string"] 32 } 33 }}