{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "filingHistoryItemLinks",
"properties": {
"self": {
"description": "Link to this filing history item.",
"type": "string"
},
"document_metadata": {
"description": "Link to the document metadata associated with this filing history item. See the Document API documentation for more details.",
"type": "string"
}
}
}