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