{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "linksItems", "required": [ "filing" ], "properties": { "filing": { "description": "The URL of the transaction for the resource.", "type": "string" } } }