{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "sdgArticle", "type": "object", "properties": { "date": { "type": "string", "description": "Date of article based on dateOf parameter." }, "fsymId": { "type": "string", "description": "FactSet Entity Identifier. Six alpha-numeric characters, excluding vowels, with a -E suffix (XXXXXX-E)." }, "requestId": { "type": "string", "description": "Identifier that was used for the request." } } }