Meta
The Meta Data Model describes the properties of the MTGJSON application meta data.
- Parent file: Meta
- Parent property:
meta
,data
TypeScript Model
Show/Hide Model
TypeScript
export type Meta = {
date: string;
version: string;
};
Model Properties
date
The current release date in ISO 8601 format for the MTGJSON build.
- Type:
string
Example:""
- Introduced:
v4.0.0
version
The current SemVer version for the MTGJSON build appended with the build date.
- Type:
string
Example:""
- Introduced:
v4.0.0