{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "fif-profiles.json", "title": "FIF Profiles object schema", "type": "object", "minProperties": 1, "additionalProperties": { "$ref": "fif-profile.json" } }