{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "BYOFV0.1", "type": "object", "properties": { "address": { "type": "string" }, "followingList": { "type": "array", "items":{ "type": "string" } } } }