{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "application_id": { "type": ["string", "null"], "description": "Unique identifier for the application." }, "evtg04": { "type": ["object", "null"], "description": "VantageScore 4.0" } }, "required": [ "application_id" ] }