-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now aired() method return all data that contains in raw JSON
- Loading branch information
Travis
committed
Jul 18, 2020
1 parent
64b0658
commit 2761d32
Showing
3 changed files
with
60 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
JikanPHP\Model\Common\DateProp: | ||
properties: | ||
day: | ||
type: '' | ||
type: integer | ||
month: | ||
type: '' | ||
type: integer | ||
year: | ||
type: '' | ||
type: integer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
JikanPHP\Model\Common\DateRange: | ||
properties: | ||
date: | ||
string: | ||
type: string | ||
from: | ||
type: string | ||
to: | ||
type: string | ||
prop: | ||
type: array<JikanPHP\Model\Common\DateProp> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters