mightstone.services.mtgjson.models.Meta
- pydantic model mightstone.services.mtgjson.models.Meta
Show JSON schema
{ "title": "Meta", "type": "object", "properties": { "date": { "format": "date", "since": "v4.0.0", "title": "Date", "type": "string" }, "version": { "since": "v4.0.0", "title": "Version", "type": "string" } }, "required": [ "date", "version" ] }
- Fields:
- field date: date [Required]
The current release date in ISO 8601 format for the MTGJSON build.
- field version: str [Required]
The current SemVer version for the MTGJSON build appended with the build date.