FileSchema

pydantic model FileSchema[source]

The schema identifying the format of a standard result.

Fields:
field version: VersionStr [Required]

The version of the standard result schema.

Constraints:
  • pattern = ^(0|[1-9]d*).(0|[1-9]d*).(0|[1-9]d*)

field url: AnyHttpUrl [Required]

The url to the standard result schema.