{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/dassault/json-schema/date_time_from.json", "title": "Date Time From", "type": "string", "description": "This property represents a timestamp in UTC format, following the ISO 8601 standard.\nAll date-time values must be provided in Coordinated Universal Time (UTC).\nThe timestamp must not be set in the future.\nIf not provided, the system will automatically calculate it by subtracting the maximum number of days specified for the time range defined for the parent search criteria.\n", "format": "date-time", "example": "2024-05-21T14:30:00Z" }