{ "$id": "http://schema.soapboxapis.com/home.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "artists": { "type": "array", "items": { "type": "artist", "$ref": "artist.schema.json" } } } }