TheEnd: {
    type: "compound";
    value: {
        data: {
            type: "compound";
            value: {
                DragonFight?: {
                    type: "compound";
                    value: {
                        DragonKilled?: { type: "byte"; value: 0 | 1 };
                        DragonSpawned?: { type: "byte"; value: 0 | 1 };
                        DragonUUID?: { type: "long"; value: [high: number, low: number] };
                        ExitPortalLocation?: {
                            type: "list";
                            value: { type: "int"; value: [number, number, number] };
                        };
                        Gateways?: { type: "list"; value: { type: "int"; value: number[] } };
                        IsRespawning?: { type: "byte"; value: 0 | 1 };
                        PreviouslyKilled?: { type: "byte"; value: 0 | 1 };
                    };
                };
                Gateways?: {
                    type: "list";
                    value: {
                        type: "compound";
                        value: {
                            Entry: { type: "list"; value: { type: ...; value: ... } };
                            Exit: { type: "list"; value: { type: ...; value: ... } };
                        }[];
                    };
                };
            };
        };
    };
} & LimboEntities

The TheEnd schema.

The data of the end dimension.