Update to the Filing_History Spec

Adding to the Filing History API Spec

Implementation: 12/06/2018

What the spec will look like:
{

"annotations": [{    
    "annotation": "string",
    "category": "string", - new
    "date": "date",
    "description": "string"
    "description_values": [ "<key>" : “<value>”  - new

} ,
“type”: “string” - new
}],
“associated_filings”: [{

    "category": "string", - new

    "date": "date",
    "description": "string",
    "description_values": [ "<key>" : “<value>”  - new

} ,

    "type": "string"
    
}],    
"barcode": "string",    
"category": "string",    
"date": "date",    
"description": "string", 
"description_values": [ "<key>" : “<value>”  

} ,
links: {
“document_metadata”: “string”,
“self”: “string”
},
“pages”: “integer”,
“paper_filed”: “boolean”,
“resolutions”: [{
“category”: “string”,

    "description": "string",
    "description_values": [ "<key>" : “<value>”  - new

} ,
“document_id”: “string”,
“receive_date”: “date”,
“subcategory”: “string”,
“type”: “string”
}],
“subcategory”: “string”,
“transaction_id”: “string”,
“type”: “string”
}