Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@boospot
Created September 10, 2019 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boospot/46ccb011172e1e4cb67a8add11b8324f to your computer and use it in GitHub Desktop.
Save boospot/46ccb011172e1e4cb67a8add11b8324f to your computer and use it in GitHub Desktop.
After PR, Methods of Books Schema Type
array (
0 => 'bookEdition',
1 => 'bookFormat',
2 => 'illustrator',
3 => 'isbn',
4 => 'numberOfPages',
5 => 'about',
6 => 'accessMode',
7 => 'accessModeSufficient',
8 => 'accessibilityAPI',
9 => 'accessibilityControl',
10 => 'accessibilityFeature',
11 => 'accessibilityHazard',
12 => 'accessibilitySummary',
13 => 'accountablePerson',
14 => 'aggregateRating',
15 => 'alternativeHeadline',
16 => 'associatedMedia',
17 => 'audience',
18 => 'audio',
19 => 'author',
20 => 'award',
21 => 'awards',
22 => 'character',
23 => 'citation',
24 => 'comment',
25 => 'commentCount',
26 => 'contentLocation',
27 => 'contentRating',
28 => 'contributor',
29 => 'copyrightHolder',
30 => 'copyrightYear',
31 => 'creator',
32 => 'dateCreated',
33 => 'dateModified',
34 => 'datePublished',
35 => 'discussionUrl',
36 => 'editor',
37 => 'educationalAlignment',
38 => 'educationalUse',
39 => 'encoding',
40 => 'encodingFormat',
41 => 'encodings',
42 => 'exampleOfWork',
43 => 'expires',
44 => 'fileFormat',
45 => 'funder',
46 => 'genre',
47 => 'hasPart',
48 => 'headline',
49 => 'inLanguage',
50 => 'interactionStatistic',
51 => 'interactivityType',
52 => 'isAccessibleForFree',
53 => 'isBasedOn',
54 => 'isBasedOnUrl',
55 => 'isFamilyFriendly',
56 => 'isPartOf',
57 => 'keywords',
58 => 'learningResourceType',
59 => 'license',
60 => 'locationCreated',
61 => 'mainEntity',
62 => 'material',
63 => 'mentions',
64 => 'offers',
65 => 'position',
66 => 'producer',
67 => 'provider',
68 => 'publication',
69 => 'publisher',
70 => 'publishingPrinciples',
71 => 'recordedAt',
72 => 'releasedEvent',
73 => 'review',
74 => 'reviews',
75 => 'schemaVersion',
76 => 'sourceOrganization',
77 => 'spatial',
78 => 'spatialCoverage',
79 => 'sponsor',
80 => 'temporal',
81 => 'temporalCoverage',
82 => 'text',
83 => 'thumbnailUrl',
84 => 'timeRequired',
85 => 'translator',
86 => 'typicalAgeRange',
87 => 'version',
88 => 'video',
89 => 'workExample',
90 => 'additionalType',
91 => 'alternateName',
92 => 'description',
93 => 'disambiguatingDescription',
94 => 'identifier',
95 => 'image',
96 => 'mainEntityOfPage',
97 => 'name',
98 => 'potentialAction',
99 => 'sameAs',
100 => 'subjectOf',
101 => 'url',
102 => 'getContext',
103 => 'getType',
104 => 'setProperty',
105 => 'addProperties',
106 => 'if',
107 => 'getProperty',
108 => 'getProperties',
109 => 'offsetExists',
110 => 'offsetGet',
111 => 'offsetSet',
112 => 'offsetUnset',
113 => 'toArray',
114 => 'toScript',
115 => 'jsonSerialize',
116 => '__call',
117 => '__toString',
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment