File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ Returns a json with the following stucture:
3030| first_name [[ !badge variant="info" text="Filter"]] ( #filters ) | String |
3131| last_name [[ !badge variant="info" text="Filter"]] ( #filters ) | String |
3232| nicknames [[ !badge variant="info" text="Filter"]] ( #filters ) | List\< String\> |
33- | birth_date [[ !badge variant="info" text="Filter"]] ( #filters ) | TIMESTAMP |
34- | death_date [[ !badge variant="info" text="Filter"]] ( #filters ) | TIMESTAMP |
33+ | birth_date [[ !badge variant="info" text="Filter"]] ( #filters ) | Date |
34+ | death_date [[ !badge variant="info" text="Filter"]] ( #filters ) | Date |
3535| gender [[ !badge variant="info" text="Filter"]] ( #filters ) | Byte ([ Why?] ( ../Guides/ISO-IEC-5218.md ) ) |
3636| nationality [[ !badge variant="info" text="Filter"]] ( #filters ) | String |
3737| seasons | List\< String\> |
@@ -40,8 +40,8 @@ Returns a json with the following stucture:
4040| thumbnail | String |
4141| images | List\< String\> |
4242| sources | List\< String\> |
43- | created_at | TIMESTAMP |
44- | updated_at | TIMESTAMP |
43+ | created_at | Date |
44+ | updated_at | Date |
4545
4646## Filters
4747
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ Returns a json with the following stucture:
2626| first_name [[ !badge variant="info" text="Filter"]] ( #filters ) | String |
2727| last_name [[ !badge variant="info" text="Filter"]] ( #filters ) | String |
2828| nicknames [[ !badge variant="info" text="Filter"]] ( #filters ) | List\< String\> |
29- | birth_date [[ !badge variant="info" text="Filter"]] ( #filters ) | TIMESTAMP |
30- | death_date [[ !badge variant="info" text="Filter"]] ( #filters ) | TIMESTAMP |
29+ | birth_date [[ !badge variant="info" text="Filter"]] ( #filters ) | Date |
30+ | death_date [[ !badge variant="info" text="Filter"]] ( #filters ) | Date |
3131| gender [[ !badge variant="info" text="Filter"]] ( #filters ) | Byte ([ Why?] ( ../Guides/ISO-IEC-5218.md ) ) |
3232| thumbnail | String |
3333| actor | String |
3434| images | List\< String\> |
3535| sources | List\< String\> |
36- | created_at | TIMESTAMP |
37- | updated_at | TIMESTAMP |
36+ | created_at | Date |
37+ | updated_at | Date |
3838
3939## Filters
4040
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ Returns a json with the following stucture:
3535| season | String |
3636| images | List\< String\> |
3737| sources | List\< String\> |
38- | created_at | TIMESTAMP |
39- | updated_at | TIMESTAMP |
38+ | created_at | Date |
39+ | updated_at | Date |
4040
4141## Filters
4242
Original file line number Diff line number Diff line change @@ -33,16 +33,16 @@ Returns a json with the following stucture:
3333| platforms [[ !badge variant="info" text="Filter"]] ( #filters ) | List\< String\> |
3434| publishers [[ !badge variant="info" text="Filter"]] ( #filters ) | List\< String\> |
3535| developers [[ !badge variant="info" text="Filter"]] ( #filters ) | List\< String\> |
36- | release_date [[ !badge variant="info" text="Filter"]] ( #filters ) | TIMESTAMP |
36+ | release_date [[ !badge variant="info" text="Filter"]] ( #filters ) | Date |
3737| website | String |
3838| playtime | Integer |
3939| trailer | String |
4040| age_rating | String |
4141| thumbnail | String |
4242| images | List\< String\> |
4343| sources | List\< String\> |
44- | created_at | TIMESTAMP |
45- | updated_at | TIMESTAMP |
44+ | created_at | Date |
45+ | updated_at | Date |
4646
4747## Filters
4848
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ Returns a json with the following stucture:
3030| thumbnail | String |
3131| images | List\< String\> |
3232| sources | List\< String\> |
33- | created_at | TIMESTAMP |
34- | updated_at | TIMESTAMP |
33+ | created_at | Date |
34+ | updated_at | Date |
3535
3636## Filters
3737
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Returns a json with the following stucture:
3737| genres [[ !badge variant="info" text="Filter"]] ( #filters ) | List\< String\> |
3838| season | Int |
3939| season_num [[ !badge variant="info" text="Filter"]] ( #filters ) | Int |
40- | release_date [[ !badge variant="info" text="Filter"]] ( #filters ) | TIMESTAMP |
40+ | release_date [[ !badge variant="info" text="Filter"]] ( #filters ) | Date |
4141| next_season | String |
4242| prev_season | String |
4343| episodes | List\< String\> |
@@ -46,8 +46,8 @@ Returns a json with the following stucture:
4646| budget [[ !badge variant="info" text="Filter"]] ( #filters ) | Int |
4747| images | List\< String\> |
4848| sources | List\< String\> |
49- | created_at | TIMESTAMP |
50- | updated_at | TIMESTAMP |
49+ | created_at | Date |
50+ | updated_at | Date |
5151
5252## Filters
5353
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ Returns a json with the following stucture:
2727| duration [[ !badge variant="info" text="Filter"]] ( #filters ) | Int |
2828| artist [[ !badge variant="info" text="Filter"]] ( #filters ) | String |
2929| album [[ !badge variant="info" text="Filter"]] ( #filters ) | String |
30- | release_date [[ !badge variant="info" text="Filter"]] ( #filters ) | TIMESTAMP |
30+ | release_date [[ !badge variant="info" text="Filter"]] ( #filters ) | Date |
3131| urls | List\< String\> |
3232| thumbnail | String |
3333| sources | List\< String\> |
34- | created_at | TIMESTAMP |
35- | updated_at | TIMESTAMP |
34+ | created_at | Date |
35+ | updated_at | Date |
3636
3737## Filters
3838
You can’t perform that action at this time.
0 commit comments