{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "links", "properties": { "self": { "description": "Link to this disqualification resource.", "type": "string" } }, "required": [ "self" ] }