The current time schema does not require a format.
This prevents schemas from requiring a specific format via a structure like:
allOf:
- tag: tag:stsci.edu:asdf/time/time-1.*
- properties:
format:
enum: [iso]
Making the format required also removes the guesswork required by all implementations to determine what a value means (and instead implementations can just use the provided format).
The current time schema does not require a
format.asdf-standard/resources/stable/schemas/stsci.edu/asdf/time/time-1.4.0.yaml
Line 298 in 748b94a
This prevents schemas from requiring a specific format via a structure like:
Making the format required also removes the guesswork required by all implementations to determine what a value means (and instead implementations can just use the provided format).