{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ThirdPartyData", "required": [ "Name" ], "type": "object", "properties": { "Name": { "type": "string" }, "TimestampUtc": { "type": "string", "format": "date-time", "nullable": true }, "TtlInMinutes": { "type": "integer", "format": "int32", "nullable": true } }, "additionalProperties": false }