PluginProbe ʕ •ᴥ•ʔ
Advanced Custom Fields (ACF®) / 6.8.8
Advanced Custom Fields (ACF®) v6.8.8
6.8.9 6.8.8 6.8.7 6.8.6 6.8.5 6.8.4 6.8.3 6.8.2 6.8.1 5.8.5 5.8.6 5.8.7 5.8.8 5.8.9 5.9.0 5.9.1 5.9.2 5.9.3 5.9.4 5.9.5 5.9.6 5.9.7 5.9.8 5.9.9 6.0.0 6.0.1 6.0.2 6.0.3 6.0.4 6.0.5 6.0.6 6.0.7 6.1.0 6.1.1 6.1.2 6.1.3 6.1.4 6.1.5 6.1.6 6.1.7 6.1.8 6.2.0 6.2.1 6.2.2 6.2.3 6.2.4 6.2.5 6.2.6 6.2.6.1 6.2.7 6.2.8 6.2.9 6.3.0 6.3.1 6.3.10.2 6.3.11 6.3.12 6.3.2 6.3.3 6.3.4 6.3.5 6.3.6 6.3.6.1 6.4.0 6.4.0.1 6.4.1 6.4.2 6.4.3 6.5.0 6.5.1 6.6.0 6.6.1 6.6.2 6.7.0 6.7.1 6.7.2 6.8.0 trunk 1.0.0 1.0.2 1.0.3 1.0.5 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1.1 2.1.3 2.1.4 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.6 3.0.7 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.2.0 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8 3.2.9 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9 3.4.0 3.4.1 3.4.2 3.4.3 3.5.0 3.5.1 3.5.2 3.5.3 3.5.4 3.5.5 3.5.6 3.5.7 3.5.8 4.0.0 4.0.1 4.0.2 4.0.3 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.8 4.2.0 4.2.1 4.2.2 4.3.0 4.3.1 4.3.2 4.3.3 4.3.4 4.3.5 4.3.6 4.3.7 4.3.8 4.3.9 4.4.0 4.4.1 4.4.10 4.4.11 4.4.12 4.4.2 4.4.3 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 5.10 5.10.1 5.10.2 5.11 5.11.1 5.11.2 5.11.3 5.11.4 5.12 5.12.1 5.12.2 5.12.3 5.12.4 5.12.5 5.12.6 5.6.10 5.6.2 5.6.3 5.6.4 5.6.5 5.6.6 5.6.7 5.6.8 5.6.9 5.7.0 5.7.1 5.7.10 5.7.12 5.7.13 5.7.2 5.7.3 5.7.4 5.7.5 5.7.6 5.7.7 5.7.8 5.7.9 5.8.0 5.8.1 5.8.10 5.8.11 5.8.12 5.8.13 5.8.14 5.8.2 5.8.3 5.8.4
advanced-custom-fields / src / AI / GEO / data / property-ranges.php
advanced-custom-fields / src / AI / GEO / data Last commit date
compatible-properties.php 5 months ago property-domains.php 5 months ago property-ranges.php 5 months ago type-hierarchy.php 5 months ago
property-ranges.php
5184 lines
1 <?php
2 /**
3 * @package ACF
4 * @author WP Engine
5 *
6 * © 2026 Advanced Custom Fields (ACF®). All rights reserved.
7 * "ACF" is a trademark of WP Engine.
8 * Licensed under the GNU General Public License v2 or later.
9 * https://www.gnu.org/licenses/gpl-2.0.html
10 */
11
12 /**
13 * Schema.org property ranges data
14 *
15 * This file is auto-generated by tools/generate-schema.js
16 * DO NOT EDIT MANUALLY - Run 'npm run generate-schema' to regenerate
17 *
18 * Generated: 2026-02-25
19 * Source: https://schema.org/version/latest/schemaorg-current-https.jsonld
20 *
21 * @package ACF\AI\GEO
22 */
23
24 return array(
25 'legislationPassedBy' => array(
26 'Organization',
27 'Person',
28 ),
29 'funding' => array(
30 'Grant',
31 ),
32 'valuePattern' => array(
33 'Text',
34 ),
35 'provider' => array(
36 'Person',
37 'Organization',
38 ),
39 'honorificPrefix' => array(
40 'Text',
41 ),
42 'modifiedTime' => array(
43 'DateTime',
44 ),
45 'numberOfCredits' => array(
46 'StructuredValue',
47 'Integer',
48 ),
49 'noBylinesPolicy' => array(
50 'CreativeWork',
51 'URL',
52 ),
53 'genre' => array(
54 'URL',
55 'Text',
56 'DefinedTerm',
57 ),
58 'sameAs' => array(
59 'URL',
60 ),
61 'wordCount' => array(
62 'Integer',
63 ),
64 'recommendedIntake' => array(
65 'RecommendedDoseSchedule',
66 ),
67 'isGift' => array(
68 'Boolean',
69 ),
70 'interactingDrug' => array(
71 'Drug',
72 ),
73 'experienceInPlaceOfEducation' => array(
74 'Boolean',
75 ),
76 'isProprietary' => array(
77 'Boolean',
78 ),
79 'accessModeSufficient' => array(
80 'ItemList',
81 ),
82 'breadcrumb' => array(
83 'BreadcrumbList',
84 'Text',
85 ),
86 'recordedAs' => array(
87 'MusicRecording',
88 ),
89 'vehicleConfiguration' => array(
90 'Text',
91 ),
92 'orderItemNumber' => array(
93 'Text',
94 ),
95 'legislationIdentifier' => array(
96 'Text',
97 'URL',
98 ),
99 'weightTotal' => array(
100 'QuantitativeValue',
101 ),
102 'numberOfFullBathrooms' => array(
103 'Number',
104 ),
105 'imagingTechnique' => array(
106 'MedicalImagingTechnique',
107 ),
108 'readBy' => array(
109 'Person',
110 ),
111 'readonlyValue' => array(
112 'Boolean',
113 ),
114 'containsSeason' => array(
115 'CreativeWorkSeason',
116 ),
117 'legislationCommences' => array(
118 'Legislation',
119 ),
120 'pickupTime' => array(
121 'DateTime',
122 ),
123 'hoursAvailable' => array(
124 'OpeningHoursSpecification',
125 ),
126 'targetPlatform' => array(
127 'Text',
128 ),
129 'connectedTo' => array(
130 'AnatomicalStructure',
131 ),
132 'cvdNumBedsOcc' => array(
133 'Number',
134 ),
135 'nonEqual' => array(
136 'QualitativeValue',
137 ),
138 'qualifiedExpense' => array(
139 'IncentiveQualifiedExpenseType',
140 ),
141 'paymentUrl' => array(
142 'URL',
143 ),
144 'acquireLicensePage' => array(
145 'CreativeWork',
146 'URL',
147 ),
148 'hasRepresentation' => array(
149 'Text',
150 'URL',
151 'PropertyValue',
152 ),
153 'suggestedMinAge' => array(
154 'Number',
155 ),
156 'polygon' => array(
157 'Text',
158 ),
159 'duration' => array(
160 'Duration',
161 'QuantitativeValue',
162 ),
163 'maximumEnrollment' => array(
164 'Integer',
165 ),
166 'numberOfForwardGears' => array(
167 'Number',
168 'QuantitativeValue',
169 ),
170 'taxonRank' => array(
171 'Text',
172 'URL',
173 'PropertyValue',
174 ),
175 'actionPlatform' => array(
176 'DigitalPlatformEnumeration',
177 'URL',
178 'Text',
179 ),
180 'numTracks' => array(
181 'Integer',
182 ),
183 'legislationLegalValue' => array(
184 'LegalValueLevel',
185 ),
186 'totalPaymentDue' => array(
187 'PriceSpecification',
188 'MonetaryAmount',
189 ),
190 'sensoryRequirement' => array(
191 'DefinedTerm',
192 'URL',
193 'Text',
194 ),
195 'hasDefinedTerm' => array(
196 'DefinedTerm',
197 ),
198 'orderNumber' => array(
199 'Text',
200 ),
201 'geoCovers' => array(
202 'GeospatialGeometry',
203 'Place',
204 ),
205 'mathExpression' => array(
206 'SolveMathAction',
207 'Text',
208 ),
209 'lender' => array(
210 'Organization',
211 'Person',
212 ),
213 'currency' => array(
214 'Text',
215 ),
216 'temporalCoverage' => array(
217 'DateTime',
218 'URL',
219 'Text',
220 ),
221 'shippingDetails' => array(
222 'OfferShippingDetails',
223 ),
224 'specialOpeningHoursSpecification' => array(
225 'OpeningHoursSpecification',
226 ),
227 'publicAccess' => array(
228 'Boolean',
229 ),
230 'structuralClass' => array(
231 'Text',
232 ),
233 'smokingAllowed' => array(
234 'Boolean',
235 ),
236 'currenciesAccepted' => array(
237 'Text',
238 ),
239 'publisher' => array(
240 'Person',
241 'Organization',
242 ),
243 'targetUrl' => array(
244 'URL',
245 ),
246 'endOffset' => array(
247 'HyperTocEntry',
248 'Number',
249 ),
250 'eligibleDuration' => array(
251 'QuantitativeValue',
252 ),
253 'costCurrency' => array(
254 'Text',
255 ),
256 'arrivalTime' => array(
257 'DateTime',
258 'Time',
259 ),
260 'hasMeasurement' => array(
261 'QuantitativeValue',
262 ),
263 'runtime' => array(
264 'Text',
265 ),
266 'serviceAudience' => array(
267 'Audience',
268 ),
269 'vehicleTransmission' => array(
270 'Text',
271 'QualitativeValue',
272 'URL',
273 ),
274 'reportNumber' => array(
275 'Text',
276 ),
277 'exerciseCourse' => array(
278 'Place',
279 ),
280 'seasons' => array(
281 'CreativeWorkSeason',
282 ),
283 'knownVehicleDamages' => array(
284 'Text',
285 ),
286 'name' => array(
287 'Text',
288 ),
289 'warranty' => array(
290 'WarrantyPromise',
291 ),
292 'distribution' => array(
293 'DataDownload',
294 ),
295 'actionAccessibilityRequirement' => array(
296 'ActionAccessSpecification',
297 ),
298 'numberOfAccommodationUnits' => array(
299 'QuantitativeValue',
300 ),
301 'weight' => array(
302 'Mass',
303 'QuantitativeValue',
304 ),
305 'associatedArticle' => array(
306 'NewsArticle',
307 ),
308 'commentTime' => array(
309 'Date',
310 'DateTime',
311 ),
312 'awards' => array(
313 'Text',
314 ),
315 'steeringPosition' => array(
316 'SteeringPositionValue',
317 ),
318 'legislationConsolidates' => array(
319 'Legislation',
320 ),
321 'hasEnergyEfficiencyCategory' => array(
322 'EnergyEfficiencyEnumeration',
323 ),
324 'reservationFor' => array(
325 'Thing',
326 ),
327 'cssSelector' => array(
328 'CssSelectorType',
329 ),
330 'contraindication' => array(
331 'MedicalContraindication',
332 'Text',
333 ),
334 'proficiencyLevel' => array(
335 'Text',
336 ),
337 'question' => array(
338 'Question',
339 ),
340 'thumbnail' => array(
341 'ImageObject',
342 ),
343 'strengthUnit' => array(
344 'Text',
345 ),
346 'propertyID' => array(
347 'Text',
348 'URL',
349 ),
350 'servicePostalAddress' => array(
351 'PostalAddress',
352 ),
353 'billingDuration' => array(
354 'Duration',
355 'QuantitativeValue',
356 'Number',
357 ),
358 'additionalNumberOfGuests' => array(
359 'Number',
360 ),
361 'thumbnailUrl' => array(
362 'URL',
363 ),
364 'mediaAuthenticityCategory' => array(
365 'MediaManipulationRatingEnumeration',
366 ),
367 'geoOverlaps' => array(
368 'GeospatialGeometry',
369 'Place',
370 ),
371 'inAlbum' => array(
372 'MusicAlbum',
373 ),
374 'commentCount' => array(
375 'Integer',
376 ),
377 'availableThrough' => array(
378 'DateTime',
379 ),
380 'busNumber' => array(
381 'Text',
382 ),
383 'guidelineSubject' => array(
384 'MedicalEntity',
385 ),
386 'refundType' => array(
387 'RefundTypeEnumeration',
388 ),
389 'height' => array(
390 'QuantitativeValue',
391 'Distance',
392 ),
393 'addressCountry' => array(
394 'Country',
395 'Text',
396 ),
397 'catalog' => array(
398 'DataCatalog',
399 ),
400 'customer' => array(
401 'Person',
402 'Organization',
403 ),
404 'hasMenuItem' => array(
405 'MenuItem',
406 ),
407 'displayLocation' => array(
408 'Place',
409 ),
410 'practicesAt' => array(
411 'MedicalOrganization',
412 ),
413 'roofLoad' => array(
414 'QuantitativeValue',
415 ),
416 'latitude' => array(
417 'Number',
418 'Text',
419 ),
420 'coverageStartTime' => array(
421 'DateTime',
422 ),
423 'medicalSpecialty' => array(
424 'MedicalSpecialty',
425 ),
426 'emissionsCO2' => array(
427 'Number',
428 ),
429 'webCheckinTime' => array(
430 'DateTime',
431 ),
432 'experienceRequirements' => array(
433 'Text',
434 'OccupationalExperienceRequirements',
435 ),
436 'printPage' => array(
437 'Text',
438 ),
439 'includesHealthPlanFormulary' => array(
440 'HealthPlanFormulary',
441 ),
442 'fatContent' => array(
443 'Mass',
444 ),
445 'musicBy' => array(
446 'MusicGroup',
447 'Person',
448 ),
449 'knowsAbout' => array(
450 'Text',
451 'Thing',
452 'URL',
453 ),
454 'syllabusSections' => array(
455 'Syllabus',
456 ),
457 'gtin' => array(
458 'Text',
459 'URL',
460 ),
461 'orderDelivery' => array(
462 'ParcelDelivery',
463 ),
464 'archivedAt' => array(
465 'WebPage',
466 'URL',
467 ),
468 'cholesterolContent' => array(
469 'Mass',
470 ),
471 'workPresented' => array(
472 'Movie',
473 ),
474 'broker' => array(
475 'Person',
476 'Organization',
477 ),
478 'epidemiology' => array(
479 'Text',
480 ),
481 'numberOfRooms' => array(
482 'QuantitativeValue',
483 'Number',
484 ),
485 'checkoutPageURLTemplate' => array(
486 'Text',
487 ),
488 'fileSize' => array(
489 'Text',
490 ),
491 'expectedPrognosis' => array(
492 'Text',
493 ),
494 'countriesSupported' => array(
495 'Text',
496 ),
497 'signOrSymptom' => array(
498 'MedicalSignOrSymptom',
499 ),
500 'sampleType' => array(
501 'Text',
502 ),
503 'openingHoursSpecification' => array(
504 'OpeningHoursSpecification',
505 ),
506 'vehicleInteriorType' => array(
507 'Text',
508 ),
509 'partOfInvoice' => array(
510 'Invoice',
511 ),
512 'employee' => array(
513 'Person',
514 ),
515 'data' => array(
516 'Thing',
517 ),
518 'scheduledPaymentDate' => array(
519 'Date',
520 ),
521 'geoRadius' => array(
522 'Number',
523 'Distance',
524 'Text',
525 ),
526 'occupationLocation' => array(
527 'AdministrativeArea',
528 ),
529 'validIn' => array(
530 'AdministrativeArea',
531 ),
532 'exerciseRelatedDiet' => array(
533 'Diet',
534 ),
535 'digitalSourceType' => array(
536 'IPTCDigitalSourceEnumeration',
537 ),
538 'departureTime' => array(
539 'Time',
540 'DateTime',
541 ),
542 'normalRange' => array(
543 'MedicalEnumeration',
544 'Text',
545 ),
546 'broadcastOfEvent' => array(
547 'Event',
548 ),
549 'reviews' => array(
550 'Review',
551 ),
552 'stage' => array(
553 'MedicalConditionStage',
554 ),
555 'boardingPolicy' => array(
556 'BoardingPolicyType',
557 ),
558 'issn' => array(
559 'Text',
560 ),
561 'instructor' => array(
562 'Person',
563 ),
564 'vendor' => array(
565 'Organization',
566 'Person',
567 ),
568 'educationalCredentialAwarded' => array(
569 'Text',
570 'EducationalOccupationalCredential',
571 'URL',
572 ),
573 'transcript' => array(
574 'Text',
575 ),
576 'byMonth' => array(
577 'Integer',
578 ),
579 'assembly' => array(
580 'Text',
581 ),
582 'freeShippingThreshold' => array(
583 'DeliveryChargeSpecification',
584 'MonetaryAmount',
585 ),
586 'discusses' => array(
587 'CreativeWork',
588 ),
589 'requiredGender' => array(
590 'Text',
591 ),
592 'termsPerYear' => array(
593 'Number',
594 ),
595 'source' => array(
596 'Thing',
597 ),
598 'assesses' => array(
599 'DefinedTerm',
600 'Text',
601 ),
602 'logo' => array(
603 'URL',
604 'ImageObject',
605 ),
606 'isStoreOn' => array(
607 'OnlineMarketplace',
608 ),
609 'relevantSpecialty' => array(
610 'MedicalSpecialty',
611 ),
612 'gtin12' => array(
613 'Text',
614 ),
615 'upvoteCount' => array(
616 'Integer',
617 ),
618 'hasCourseInstance' => array(
619 'CourseInstance',
620 ),
621 'usNPI' => array(
622 'Text',
623 ),
624 'price' => array(
625 'Number',
626 'Text',
627 ),
628 'result' => array(
629 'Thing',
630 ),
631 'geoContains' => array(
632 'Place',
633 'GeospatialGeometry',
634 ),
635 'featureList' => array(
636 'URL',
637 'Text',
638 ),
639 'hasMenuSection' => array(
640 'MenuSection',
641 ),
642 'license' => array(
643 'CreativeWork',
644 'URL',
645 ),
646 'servesCuisine' => array(
647 'Text',
648 ),
649 'salaryUponCompletion' => array(
650 'MonetaryAmountDistribution',
651 ),
652 'query' => array(
653 'Text',
654 ),
655 'gender' => array(
656 'Text',
657 'GenderType',
658 ),
659 'processorRequirements' => array(
660 'Text',
661 ),
662 'totalHistoricalEnrollment' => array(
663 'Integer',
664 ),
665 'foundingDate' => array(
666 'Date',
667 ),
668 'missionCoveragePrioritiesPolicy' => array(
669 'CreativeWork',
670 'URL',
671 ),
672 'eduQuestionType' => array(
673 'Text',
674 ),
675 'additionalType' => array(
676 'URL',
677 'Text',
678 ),
679 'broadcastChannelId' => array(
680 'Text',
681 ),
682 'yearBuilt' => array(
683 'Number',
684 ),
685 'partOfSeason' => array(
686 'CreativeWorkSeason',
687 ),
688 'broadcastSignalModulation' => array(
689 'QualitativeValue',
690 'Text',
691 ),
692 'performers' => array(
693 'Person',
694 'Organization',
695 ),
696 'programName' => array(
697 'Text',
698 ),
699 'providerMobility' => array(
700 'Text',
701 ),
702 'amountOfThisGood' => array(
703 'Number',
704 ),
705 'amount' => array(
706 'Number',
707 'MonetaryAmount',
708 ),
709 'actionProcess' => array(
710 'HowTo',
711 ),
712 'diversityStaffingReport' => array(
713 'URL',
714 'Article',
715 ),
716 'textValue' => array(
717 'Text',
718 ),
719 'gameTip' => array(
720 'CreativeWork',
721 ),
722 'legislationTransposes' => array(
723 'Legislation',
724 ),
725 'sourcedFrom' => array(
726 'BrainStructure',
727 ),
728 'paymentStatus' => array(
729 'Text',
730 'PaymentStatusType',
731 ),
732 'requiredCollateral' => array(
733 'Thing',
734 'Text',
735 ),
736 'financialAidEligible' => array(
737 'DefinedTerm',
738 'Text',
739 ),
740 'paymentDue' => array(
741 'DateTime',
742 ),
743 'itinerary' => array(
744 'Place',
745 'ItemList',
746 ),
747 'bookEdition' => array(
748 'Text',
749 ),
750 'addOn' => array(
751 'Offer',
752 ),
753 'baseSalary' => array(
754 'MonetaryAmount',
755 'PriceSpecification',
756 'Number',
757 ),
758 'evidenceOrigin' => array(
759 'Text',
760 ),
761 'foodEstablishment' => array(
762 'Place',
763 'FoodEstablishment',
764 ),
765 'byArtist' => array(
766 'Person',
767 'MusicGroup',
768 ),
769 'algorithm' => array(
770 'Text',
771 ),
772 'numberOfPartialBathrooms' => array(
773 'Number',
774 ),
775 'orderPercentage' => array(
776 'Number',
777 ),
778 'hasMolecularFunction' => array(
779 'DefinedTerm',
780 'URL',
781 'PropertyValue',
782 ),
783 'pickupLocation' => array(
784 'Place',
785 ),
786 'payload' => array(
787 'QuantitativeValue',
788 ),
789 'startTime' => array(
790 'DateTime',
791 'Time',
792 ),
793 'isrcCode' => array(
794 'Text',
795 ),
796 'applicableCountry' => array(
797 'Country',
798 'Text',
799 ),
800 'howPerformed' => array(
801 'Text',
802 ),
803 'isRelatedTo' => array(
804 'Service',
805 'Product',
806 ),
807 'clipNumber' => array(
808 'Text',
809 'Integer',
810 ),
811 'storageRequirements' => array(
812 'URL',
813 'Text',
814 ),
815 'colorist' => array(
816 'Person',
817 ),
818 'keywords' => array(
819 'Text',
820 'DefinedTerm',
821 'URL',
822 ),
823 'healthPlanCoinsuranceOption' => array(
824 'Text',
825 ),
826 'priceCurrency' => array(
827 'Text',
828 ),
829 'blogPosts' => array(
830 'BlogPosting',
831 ),
832 'track' => array(
833 'ItemList',
834 'MusicRecording',
835 ),
836 'legislationType' => array(
837 'Text',
838 'CategoryCode',
839 ),
840 'serviceSmsNumber' => array(
841 'ContactPoint',
842 ),
843 'interactionService' => array(
844 'SoftwareApplication',
845 'WebSite',
846 ),
847 'slogan' => array(
848 'Text',
849 ),
850 'broadcastTimezone' => array(
851 'Text',
852 ),
853 'educationalProgramMode' => array(
854 'URL',
855 'Text',
856 ),
857 'priceType' => array(
858 'Text',
859 'PriceTypeEnumeration',
860 ),
861 'labelDetails' => array(
862 'URL',
863 ),
864 'endDate' => array(
865 'DateTime',
866 'Date',
867 ),
868 'requiredQuantity' => array(
869 'Number',
870 'Text',
871 'QuantitativeValue',
872 ),
873 'eventAttendanceMode' => array(
874 'EventAttendanceModeEnumeration',
875 ),
876 'seatSection' => array(
877 'Text',
878 ),
879 'calories' => array(
880 'Energy',
881 ),
882 'hasPart' => array(
883 'CreativeWork',
884 ),
885 'transitTime' => array(
886 'ServicePeriod',
887 'QuantitativeValue',
888 ),
889 'floorSize' => array(
890 'QuantitativeValue',
891 ),
892 'totalJobOpenings' => array(
893 'Integer',
894 ),
895 'funder' => array(
896 'Organization',
897 'Person',
898 ),
899 'publishedOn' => array(
900 'BroadcastService',
901 ),
902 'accessMode' => array(
903 'Text',
904 ),
905 'appearance' => array(
906 'CreativeWork',
907 ),
908 'seasonNumber' => array(
909 'Text',
910 'Integer',
911 ),
912 'cvdCollectionDate' => array(
913 'DateTime',
914 'Text',
915 ),
916 'bookFormat' => array(
917 'BookFormatType',
918 ),
919 'deliveryLeadTime' => array(
920 'QuantitativeValue',
921 ),
922 'returnMethod' => array(
923 'ReturnMethodEnumeration',
924 ),
925 'representativeOfPage' => array(
926 'Boolean',
927 ),
928 'incomeLimit' => array(
929 'MonetaryAmount',
930 'Text',
931 ),
932 'printColumn' => array(
933 'Text',
934 ),
935 'inChI' => array(
936 'Text',
937 ),
938 'toRecipient' => array(
939 'ContactPoint',
940 'Person',
941 'Organization',
942 'Audience',
943 ),
944 'issueNumber' => array(
945 'Text',
946 'Integer',
947 ),
948 'yearsInOperation' => array(
949 'QuantitativeValue',
950 ),
951 'pageEnd' => array(
952 'Integer',
953 'Text',
954 ),
955 'productID' => array(
956 'Text',
957 ),
958 'realEstateAgent' => array(
959 'RealEstateAgent',
960 ),
961 'usesDevice' => array(
962 'MedicalDevice',
963 ),
964 'legislationDateOfApplicability' => array(
965 'Date',
966 ),
967 'countryOfLastProcessing' => array(
968 'Text',
969 ),
970 'schoolClosuresInfo' => array(
971 'URL',
972 'WebContent',
973 ),
974 'duringMedia' => array(
975 'MediaObject',
976 'URL',
977 ),
978 'providesService' => array(
979 'Service',
980 ),
981 'mobileUrl' => array(
982 'Text',
983 ),
984 'actor' => array(
985 'PerformingGroup',
986 'Person',
987 ),
988 'geo' => array(
989 'GeoShape',
990 'GeoCoordinates',
991 ),
992 'maximumVirtualAttendeeCapacity' => array(
993 'Integer',
994 ),
995 'constraintProperty' => array(
996 'URL',
997 'Property',
998 ),
999 'aggregateRating' => array(
1000 'AggregateRating',
1001 ),
1002 'isPlanForApartment' => array(
1003 'Accommodation',
1004 ),
1005 'cause' => array(
1006 'MedicalCause',
1007 ),
1008 'postalCodeRange' => array(
1009 'PostalCodeRangeSpecification',
1010 ),
1011 'statType' => array(
1012 'Text',
1013 'Property',
1014 'URL',
1015 ),
1016 'prepTime' => array(
1017 'Duration',
1018 ),
1019 'itemReviewed' => array(
1020 'Thing',
1021 ),
1022 'itemDefectReturnLabelSource' => array(
1023 'ReturnLabelSourceEnumeration',
1024 ),
1025 'holdingArchive' => array(
1026 'ArchiveOrganization',
1027 ),
1028 'smiles' => array(
1029 'Text',
1030 ),
1031 'eligibilityToWorkRequirement' => array(
1032 'Text',
1033 ),
1034 'measurementTechnique' => array(
1035 'MeasurementMethodEnum',
1036 'DefinedTerm',
1037 'URL',
1038 'Text',
1039 ),
1040 'illustrator' => array(
1041 'Person',
1042 ),
1043 'strengthValue' => array(
1044 'Number',
1045 ),
1046 'relatedTherapy' => array(
1047 'MedicalTherapy',
1048 ),
1049 'namedPosition' => array(
1050 'URL',
1051 'Text',
1052 ),
1053 'jobStartDate' => array(
1054 'Date',
1055 'Text',
1056 ),
1057 'material' => array(
1058 'Product',
1059 'URL',
1060 'Text',
1061 ),
1062 'candidate' => array(
1063 'Person',
1064 ),
1065 'accessibilityControl' => array(
1066 'Text',
1067 ),
1068 'arterialBranch' => array(
1069 'AnatomicalStructure',
1070 ),
1071 'numberOfSeasons' => array(
1072 'Integer',
1073 ),
1074 'recordedAt' => array(
1075 'Event',
1076 ),
1077 'studyDesign' => array(
1078 'MedicalObservationalStudyDesign',
1079 ),
1080 'bankAccountType' => array(
1081 'URL',
1082 'Text',
1083 ),
1084 'trainNumber' => array(
1085 'Text',
1086 ),
1087 'clincalPharmacology' => array(
1088 'Text',
1089 ),
1090 'authenticator' => array(
1091 'Organization',
1092 ),
1093 'serviceOutput' => array(
1094 'Thing',
1095 ),
1096 'productSupported' => array(
1097 'Text',
1098 'Product',
1099 ),
1100 'rangeIncludes' => array(
1101 'Class',
1102 ),
1103 'recipeInstructions' => array(
1104 'CreativeWork',
1105 'ItemList',
1106 'Text',
1107 ),
1108 'bed' => array(
1109 'BedType',
1110 'Text',
1111 'BedDetails',
1112 ),
1113 'accelerationTime' => array(
1114 'QuantitativeValue',
1115 ),
1116 'merchantReturnDays' => array(
1117 'Date',
1118 'Integer',
1119 'DateTime',
1120 ),
1121 'successorOf' => array(
1122 'ProductModel',
1123 ),
1124 'applicationStartDate' => array(
1125 'Date',
1126 ),
1127 'countryOfAssembly' => array(
1128 'Text',
1129 ),
1130 'characterAttribute' => array(
1131 'Thing',
1132 ),
1133 'coursePrerequisites' => array(
1134 'Course',
1135 'AlignmentObject',
1136 'Text',
1137 ),
1138 'dependencies' => array(
1139 'Text',
1140 ),
1141 'leiCode' => array(
1142 'Text',
1143 ),
1144 'loanPaymentAmount' => array(
1145 'MonetaryAmount',
1146 ),
1147 'orderItemStatus' => array(
1148 'OrderStatus',
1149 ),
1150 'evidenceLevel' => array(
1151 'MedicalEvidenceLevel',
1152 ),
1153 'knowsLanguage' => array(
1154 'Language',
1155 'Text',
1156 ),
1157 'maintainer' => array(
1158 'Person',
1159 'Organization',
1160 ),
1161 'meetsEmissionStandard' => array(
1162 'Text',
1163 'QualitativeValue',
1164 'URL',
1165 ),
1166 'playerType' => array(
1167 'Text',
1168 ),
1169 'populationType' => array(
1170 'Class',
1171 ),
1172 'healthPlanCopayOption' => array(
1173 'Text',
1174 ),
1175 'timeRequired' => array(
1176 'Duration',
1177 ),
1178 'assemblyVersion' => array(
1179 'Text',
1180 ),
1181 'tool' => array(
1182 'HowToTool',
1183 'Text',
1184 ),
1185 'sha256' => array(
1186 'Text',
1187 ),
1188 'isBasedOn' => array(
1189 'CreativeWork',
1190 'URL',
1191 'Product',
1192 ),
1193 'spokenByCharacter' => array(
1194 'Person',
1195 'Organization',
1196 ),
1197 'downvoteCount' => array(
1198 'Integer',
1199 ),
1200 'parentService' => array(
1201 'BroadcastService',
1202 ),
1203 'partOfOrder' => array(
1204 'Order',
1205 ),
1206 'warning' => array(
1207 'URL',
1208 'Text',
1209 ),
1210 'dropoffTime' => array(
1211 'DateTime',
1212 ),
1213 'legislationJurisdiction' => array(
1214 'Text',
1215 'AdministrativeArea',
1216 ),
1217 'answerCount' => array(
1218 'Integer',
1219 ),
1220 'yearlyRevenue' => array(
1221 'QuantitativeValue',
1222 ),
1223 'maxPrice' => array(
1224 'Number',
1225 ),
1226 'availableStrength' => array(
1227 'DrugStrength',
1228 ),
1229 'estimatedFlightDuration' => array(
1230 'Text',
1231 'Duration',
1232 ),
1233 'itemShipped' => array(
1234 'Product',
1235 ),
1236 'lodgingUnitDescription' => array(
1237 'Text',
1238 ),
1239 'playersOnline' => array(
1240 'Integer',
1241 ),
1242 'extendedAddress' => array(
1243 'Text',
1244 ),
1245 'sugarContent' => array(
1246 'Mass',
1247 ),
1248 'gtin14' => array(
1249 'Text',
1250 ),
1251 'tributary' => array(
1252 'AnatomicalStructure',
1253 ),
1254 'value' => array(
1255 'Boolean',
1256 'Number',
1257 'Text',
1258 'StructuredValue',
1259 ),
1260 'brand' => array(
1261 'Brand',
1262 'Organization',
1263 ),
1264 'streetAddress' => array(
1265 'Text',
1266 ),
1267 'codeValue' => array(
1268 'Text',
1269 ),
1270 'identifier' => array(
1271 'URL',
1272 'PropertyValue',
1273 'Text',
1274 ),
1275 'downPayment' => array(
1276 'Number',
1277 'MonetaryAmount',
1278 ),
1279 'skills' => array(
1280 'Text',
1281 'DefinedTerm',
1282 ),
1283 'cvdNumC19MechVentPats' => array(
1284 'Number',
1285 ),
1286 'associatedAnatomy' => array(
1287 'SuperficialAnatomy',
1288 'AnatomicalStructure',
1289 'AnatomicalSystem',
1290 ),
1291 'editEIDR' => array(
1292 'URL',
1293 'Text',
1294 ),
1295 'unsaturatedFatContent' => array(
1296 'Mass',
1297 ),
1298 'returnFees' => array(
1299 'ReturnFeesEnumeration',
1300 ),
1301 'naics' => array(
1302 'Text',
1303 ),
1304 'firstPerformance' => array(
1305 'Event',
1306 ),
1307 'referencesOrder' => array(
1308 'Order',
1309 ),
1310 'departureGate' => array(
1311 'Text',
1312 ),
1313 'founder' => array(
1314 'Organization',
1315 'Person',
1316 ),
1317 'expectsAcceptanceOf' => array(
1318 'Offer',
1319 ),
1320 'hasMerchantReturnPolicy' => array(
1321 'MerchantReturnPolicy',
1322 ),
1323 'artworkSurface' => array(
1324 'Text',
1325 'URL',
1326 ),
1327 'parentOrganization' => array(
1328 'Organization',
1329 ),
1330 'possibleTreatment' => array(
1331 'Drug',
1332 'DrugClass',
1333 'MedicalTherapy',
1334 'LifestyleModification',
1335 ),
1336 'inverseOf' => array(
1337 'Property',
1338 ),
1339 'eligibleWithSupplier' => array(
1340 'Organization',
1341 ),
1342 'seatingCapacity' => array(
1343 'QuantitativeValue',
1344 'Number',
1345 ),
1346 'releaseNotes' => array(
1347 'URL',
1348 'Text',
1349 ),
1350 'hasAdultConsideration' => array(
1351 'AdultOrientedEnumeration',
1352 ),
1353 'exerciseType' => array(
1354 'Text',
1355 ),
1356 'broadcastFrequencyValue' => array(
1357 'QuantitativeValue',
1358 'Number',
1359 ),
1360 'originalMediaLink' => array(
1361 'WebPage',
1362 'MediaObject',
1363 'URL',
1364 ),
1365 'hasMap' => array(
1366 'URL',
1367 'Map',
1368 ),
1369 'orderQuantity' => array(
1370 'QuantitativeValue',
1371 'Number',
1372 ),
1373 'areaServed' => array(
1374 'Place',
1375 'AdministrativeArea',
1376 'GeoShape',
1377 'Text',
1378 ),
1379 'artist' => array(
1380 'Person',
1381 ),
1382 'object' => array(
1383 'Thing',
1384 ),
1385 'comprisedOf' => array(
1386 'AnatomicalStructure',
1387 'AnatomicalSystem',
1388 ),
1389 'customerRemorseReturnFees' => array(
1390 'ReturnFeesEnumeration',
1391 ),
1392 'firstAppearance' => array(
1393 'CreativeWork',
1394 ),
1395 'containedIn' => array(
1396 'Place',
1397 ),
1398 'globalLocationNumber' => array(
1399 'Text',
1400 ),
1401 'handlingTime' => array(
1402 'ServicePeriod',
1403 'QuantitativeValue',
1404 ),
1405 'proprietaryName' => array(
1406 'Text',
1407 ),
1408 'shippingConditions' => array(
1409 'ShippingConditions',
1410 ),
1411 'lyrics' => array(
1412 'CreativeWork',
1413 ),
1414 'availableDeliveryMethod' => array(
1415 'DeliveryMethod',
1416 ),
1417 'opponent' => array(
1418 'Person',
1419 ),
1420 'size' => array(
1421 'QuantitativeValue',
1422 'Text',
1423 'DefinedTerm',
1424 'SizeSpecification',
1425 ),
1426 'courseSchedule' => array(
1427 'Schedule',
1428 ),
1429 'inventoryLevel' => array(
1430 'QuantitativeValue',
1431 ),
1432 'insertion' => array(
1433 'AnatomicalStructure',
1434 ),
1435 'alignmentType' => array(
1436 'Text',
1437 ),
1438 'printEdition' => array(
1439 'Text',
1440 ),
1441 'membershipNumber' => array(
1442 'Text',
1443 ),
1444 'suggestedGender' => array(
1445 'Text',
1446 'GenderType',
1447 ),
1448 'valueAddedTaxIncluded' => array(
1449 'Boolean',
1450 ),
1451 'owner' => array(
1452 'Person',
1453 'Organization',
1454 ),
1455 'branch' => array(
1456 'AnatomicalStructure',
1457 ),
1458 'hasVariant' => array(
1459 'Product',
1460 ),
1461 'pronouns' => array(
1462 'Text',
1463 'StructuredValue',
1464 'DefinedTerm',
1465 ),
1466 'citation' => array(
1467 'Text',
1468 'CreativeWork',
1469 ),
1470 'courseMode' => array(
1471 'Text',
1472 'URL',
1473 ),
1474 'healthPlanNetworkId' => array(
1475 'Text',
1476 ),
1477 'review' => array(
1478 'Review',
1479 ),
1480 'event' => array(
1481 'Event',
1482 ),
1483 'phoneticText' => array(
1484 'Text',
1485 ),
1486 'returnShippingFeesAmount' => array(
1487 'MonetaryAmount',
1488 ),
1489 'governmentBenefitsInfo' => array(
1490 'GovernmentService',
1491 ),
1492 'partOfTVSeries' => array(
1493 'TVSeries',
1494 ),
1495 'addressRegion' => array(
1496 'AdministrativeArea',
1497 'Text',
1498 ),
1499 'broadcastSubChannel' => array(
1500 'Text',
1501 ),
1502 'headline' => array(
1503 'Text',
1504 ),
1505 'numberOfDoors' => array(
1506 'QuantitativeValue',
1507 'Number',
1508 ),
1509 'deathDate' => array(
1510 'Date',
1511 ),
1512 'employerOverview' => array(
1513 'Text',
1514 ),
1515 'affiliation' => array(
1516 'Organization',
1517 ),
1518 'interactionStatistic' => array(
1519 'InteractionCounter',
1520 ),
1521 'acceptsReservations' => array(
1522 'Boolean',
1523 'URL',
1524 'Text',
1525 ),
1526 'workExample' => array(
1527 'CreativeWork',
1528 ),
1529 'children' => array(
1530 'Person',
1531 ),
1532 'touristType' => array(
1533 'Text',
1534 'Audience',
1535 ),
1536 'certificationStatus' => array(
1537 'CertificationStatusEnumeration',
1538 ),
1539 'xpath' => array(
1540 'XPathType',
1541 ),
1542 'closes' => array(
1543 'Time',
1544 ),
1545 'uploadDate' => array(
1546 'DateTime',
1547 'Date',
1548 ),
1549 'cvdNumICUBeds' => array(
1550 'Number',
1551 ),
1552 'iataCode' => array(
1553 'Text',
1554 ),
1555 'gtin8' => array(
1556 'Text',
1557 ),
1558 'trialDesign' => array(
1559 'MedicalTrialDesign',
1560 ),
1561 'nutrition' => array(
1562 'NutritionInformation',
1563 ),
1564 'typeOfGood' => array(
1565 'Service',
1566 'Product',
1567 ),
1568 'possibleComplication' => array(
1569 'Text',
1570 ),
1571 'webFeed' => array(
1572 'DataFeed',
1573 'URL',
1574 ),
1575 'supersededBy' => array(
1576 'Property',
1577 'Class',
1578 'Enumeration',
1579 ),
1580 'sku' => array(
1581 'Text',
1582 ),
1583 'isLiveBroadcast' => array(
1584 'Boolean',
1585 ),
1586 'maxValue' => array(
1587 'Number',
1588 ),
1589 'tourBookingPage' => array(
1590 'URL',
1591 ),
1592 'artform' => array(
1593 'URL',
1594 'Text',
1595 ),
1596 'unitCode' => array(
1597 'URL',
1598 'Text',
1599 ),
1600 'materialExtent' => array(
1601 'QuantitativeValue',
1602 'Text',
1603 ),
1604 'softwareRequirements' => array(
1605 'URL',
1606 'SoftwareApplication',
1607 'Text',
1608 ),
1609 'superEvent' => array(
1610 'Event',
1611 ),
1612 'expectedArrivalFrom' => array(
1613 'DateTime',
1614 'Date',
1615 ),
1616 'cheatCode' => array(
1617 'CreativeWork',
1618 ),
1619 'domainIncludes' => array(
1620 'Class',
1621 ),
1622 'distinguishingSign' => array(
1623 'MedicalSignOrSymptom',
1624 ),
1625 'ccRecipient' => array(
1626 'ContactPoint',
1627 'Organization',
1628 'Person',
1629 ),
1630 'measurementMethod' => array(
1631 'Text',
1632 'MeasurementMethodEnum',
1633 'DefinedTerm',
1634 'URL',
1635 ),
1636 'employmentUnit' => array(
1637 'Organization',
1638 ),
1639 'recordLabel' => array(
1640 'Organization',
1641 ),
1642 'legalName' => array(
1643 'Text',
1644 ),
1645 'address' => array(
1646 'PostalAddress',
1647 'Text',
1648 ),
1649 'publicTransportClosuresInfo' => array(
1650 'URL',
1651 'WebContent',
1652 ),
1653 'recipeIngredient' => array(
1654 'ItemList',
1655 'PropertyValue',
1656 'Text',
1657 ),
1658 'category' => array(
1659 'Text',
1660 'PhysicalActivityCategory',
1661 'CategoryCode',
1662 'Thing',
1663 'URL',
1664 ),
1665 'healthCondition' => array(
1666 'MedicalCondition',
1667 ),
1668 'membershipPointsEarned' => array(
1669 'QuantitativeValue',
1670 'Number',
1671 ),
1672 'follows' => array(
1673 'Person',
1674 ),
1675 'lesserOrEqual' => array(
1676 'QualitativeValue',
1677 ),
1678 'programmingLanguage' => array(
1679 'ComputerLanguage',
1680 'Text',
1681 ),
1682 'beneficiaryBank' => array(
1683 'BankOrCreditUnion',
1684 'Text',
1685 ),
1686 'tocContinuation' => array(
1687 'HyperTocEntry',
1688 ),
1689 'certificationRating' => array(
1690 'Rating',
1691 ),
1692 'prescribingInfo' => array(
1693 'URL',
1694 ),
1695 'hasTierBenefit' => array(
1696 'TierBenefitEnumeration',
1697 ),
1698 'measurementDenominator' => array(
1699 'StatisticalVariable',
1700 ),
1701 'isTierOf' => array(
1702 'MemberProgram',
1703 ),
1704 'spatial' => array(
1705 'Place',
1706 ),
1707 'language' => array(
1708 'Language',
1709 ),
1710 'valueReference' => array(
1711 'StructuredValue',
1712 'DefinedTerm',
1713 'PropertyValue',
1714 'QuantitativeValue',
1715 'Enumeration',
1716 'MeasurementTypeEnumeration',
1717 'Text',
1718 'QualitativeValue',
1719 ),
1720 'carrierRequirements' => array(
1721 'Text',
1722 ),
1723 'molecularFormula' => array(
1724 'Text',
1725 ),
1726 'reviewCount' => array(
1727 'Integer',
1728 ),
1729 'cookingMethod' => array(
1730 'Text',
1731 ),
1732 'courseWorkload' => array(
1733 'Text',
1734 ),
1735 'associatedClaimReview' => array(
1736 'Review',
1737 ),
1738 'releaseOf' => array(
1739 'MusicAlbum',
1740 ),
1741 'videoFormat' => array(
1742 'Text',
1743 ),
1744 'homeTeam' => array(
1745 'Person',
1746 'SportsTeam',
1747 ),
1748 'cvdNumC19OFMechVentPats' => array(
1749 'Number',
1750 ),
1751 'parentTaxon' => array(
1752 'Taxon',
1753 'URL',
1754 'Text',
1755 ),
1756 'elevation' => array(
1757 'Number',
1758 'Text',
1759 ),
1760 'marginOfError' => array(
1761 'QuantitativeValue',
1762 ),
1763 'gtin13' => array(
1764 'Text',
1765 ),
1766 'subTrip' => array(
1767 'Trip',
1768 ),
1769 'producer' => array(
1770 'Person',
1771 'Organization',
1772 ),
1773 'audienceType' => array(
1774 'Text',
1775 ),
1776 'cvdNumC19HOPats' => array(
1777 'Number',
1778 ),
1779 'procedureType' => array(
1780 'MedicalProcedureType',
1781 ),
1782 'vehicleSpecialUsage' => array(
1783 'Text',
1784 'CarUsageType',
1785 ),
1786 'safetyConsideration' => array(
1787 'Text',
1788 ),
1789 'offers' => array(
1790 'Offer',
1791 'Demand',
1792 ),
1793 'departureBoatTerminal' => array(
1794 'BoatTerminal',
1795 ),
1796 'mentions' => array(
1797 'Thing',
1798 ),
1799 'vehicleSeatingCapacity' => array(
1800 'QuantitativeValue',
1801 'Number',
1802 ),
1803 'signDetected' => array(
1804 'MedicalSign',
1805 ),
1806 'acceptedOffer' => array(
1807 'Offer',
1808 ),
1809 'costPerUnit' => array(
1810 'Text',
1811 'QualitativeValue',
1812 'Number',
1813 ),
1814 'encodings' => array(
1815 'MediaObject',
1816 ),
1817 'servicePhone' => array(
1818 'ContactPoint',
1819 ),
1820 'albumRelease' => array(
1821 'MusicRelease',
1822 ),
1823 'workload' => array(
1824 'QuantitativeValue',
1825 'Energy',
1826 ),
1827 'loanPaymentFrequency' => array(
1828 'Number',
1829 ),
1830 'relatedTo' => array(
1831 'Person',
1832 ),
1833 'valueName' => array(
1834 'Text',
1835 ),
1836 'timeToComplete' => array(
1837 'Duration',
1838 ),
1839 'customerRemorseReturnShippingFeesAmount' => array(
1840 'MonetaryAmount',
1841 ),
1842 'seasonalOverride' => array(
1843 'OpeningHoursSpecification',
1844 ),
1845 'serverStatus' => array(
1846 'GameServerStatus',
1847 ),
1848 'domiciledMortgage' => array(
1849 'Boolean',
1850 ),
1851 'study' => array(
1852 'MedicalStudy',
1853 ),
1854 'lowPrice' => array(
1855 'Text',
1856 'Number',
1857 ),
1858 'isFamilyFriendly' => array(
1859 'Boolean',
1860 ),
1861 'referenceQuantity' => array(
1862 'QuantitativeValue',
1863 ),
1864 'serviceUrl' => array(
1865 'URL',
1866 ),
1867 'mileageFromOdometer' => array(
1868 'QuantitativeValue',
1869 ),
1870 'riskFactor' => array(
1871 'MedicalRiskFactor',
1872 ),
1873 'accessibilityFeature' => array(
1874 'Text',
1875 ),
1876 'legislationLegalForce' => array(
1877 'LegalForceStatus',
1878 ),
1879 'monthsOfExperience' => array(
1880 'Number',
1881 ),
1882 'secondaryPrevention' => array(
1883 'Drug',
1884 'DrugClass',
1885 'MedicalTherapy',
1886 'LifestyleModification',
1887 ),
1888 'addressLocality' => array(
1889 'Text',
1890 ),
1891 'datasetTimeInterval' => array(
1892 'DateTime',
1893 ),
1894 'jobImmediateStart' => array(
1895 'Boolean',
1896 ),
1897 'claimReviewed' => array(
1898 'Text',
1899 ),
1900 'nationality' => array(
1901 'Country',
1902 ),
1903 'termsOfService' => array(
1904 'URL',
1905 'Text',
1906 ),
1907 'step' => array(
1908 'Text',
1909 'HowToStep',
1910 'HowToSection',
1911 'CreativeWork',
1912 ),
1913 'containsPlace' => array(
1914 'Place',
1915 ),
1916 'memberOf' => array(
1917 'ProgramMembership',
1918 'Organization',
1919 'MemberProgramTier',
1920 ),
1921 'suggestedAnswer' => array(
1922 'ItemList',
1923 'Answer',
1924 ),
1925 'bookingTime' => array(
1926 'DateTime',
1927 ),
1928 'gameServer' => array(
1929 'GameServer',
1930 ),
1931 'videoFrameSize' => array(
1932 'Text',
1933 ),
1934 'code' => array(
1935 'MedicalCode',
1936 ),
1937 'dateIssued' => array(
1938 'DateTime',
1939 'Date',
1940 ),
1941 'version' => array(
1942 'Number',
1943 'Text',
1944 ),
1945 'availableFrom' => array(
1946 'DateTime',
1947 ),
1948 'employmentType' => array(
1949 'Text',
1950 ),
1951 'actionableFeedbackPolicy' => array(
1952 'CreativeWork',
1953 'URL',
1954 ),
1955 'floorLimit' => array(
1956 'MonetaryAmount',
1957 ),
1958 'numberOfBeds' => array(
1959 'Number',
1960 ),
1961 'purchaseDate' => array(
1962 'Date',
1963 ),
1964 'originalMediaContextDescription' => array(
1965 'Text',
1966 ),
1967 'multipleValues' => array(
1968 'Boolean',
1969 ),
1970 'video' => array(
1971 'VideoObject',
1972 'Clip',
1973 ),
1974 'events' => array(
1975 'Event',
1976 ),
1977 'contactlessPayment' => array(
1978 'Boolean',
1979 ),
1980 'recordedIn' => array(
1981 'CreativeWork',
1982 ),
1983 'flightNumber' => array(
1984 'Text',
1985 ),
1986 'itemDefectReturnShippingFeesAmount' => array(
1987 'MonetaryAmount',
1988 ),
1989 'remainingAttendeeCapacity' => array(
1990 'Integer',
1991 ),
1992 'hasTiers' => array(
1993 'MemberProgramTier',
1994 ),
1995 'birthDate' => array(
1996 'Date',
1997 ),
1998 'ineligibleRegion' => array(
1999 'GeoShape',
2000 'Text',
2001 'Place',
2002 ),
2003 'blogPost' => array(
2004 'BlogPosting',
2005 ),
2006 'arrivalBoatTerminal' => array(
2007 'BoatTerminal',
2008 ),
2009 'permittedUsage' => array(
2010 'Text',
2011 ),
2012 'hasEnergyConsumptionDetails' => array(
2013 'EnergyConsumptionDetails',
2014 ),
2015 'endorsers' => array(
2016 'Person',
2017 'Organization',
2018 ),
2019 'purchaseType' => array(
2020 'PurchaseType',
2021 ),
2022 'operatingSystem' => array(
2023 'OperatingSystem',
2024 'Text',
2025 ),
2026 'referee' => array(
2027 'Person',
2028 ),
2029 'merchant' => array(
2030 'Person',
2031 'Organization',
2032 ),
2033 'applicationDeadline' => array(
2034 'Date',
2035 'Text',
2036 ),
2037 'gameEdition' => array(
2038 'Text',
2039 ),
2040 'relatedAnatomy' => array(
2041 'AnatomicalStructure',
2042 'AnatomicalSystem',
2043 ),
2044 'permissionType' => array(
2045 'DigitalDocumentPermissionType',
2046 ),
2047 'replacer' => array(
2048 'Thing',
2049 ),
2050 'associatedDisease' => array(
2051 'MedicalCondition',
2052 'URL',
2053 'PropertyValue',
2054 ),
2055 'hospitalAffiliation' => array(
2056 'Hospital',
2057 ),
2058 'softwareVersion' => array(
2059 'Text',
2060 ),
2061 'accountId' => array(
2062 'Text',
2063 ),
2064 'availableOnDevice' => array(
2065 'Text',
2066 ),
2067 'embedUrl' => array(
2068 'URL',
2069 ),
2070 'workPerformed' => array(
2071 'CreativeWork',
2072 ),
2073 'opens' => array(
2074 'Time',
2075 ),
2076 'musicArrangement' => array(
2077 'MusicComposition',
2078 ),
2079 'postOp' => array(
2080 'Text',
2081 ),
2082 'feesAndCommissionsSpecification' => array(
2083 'URL',
2084 'Text',
2085 ),
2086 'author' => array(
2087 'Organization',
2088 'Person',
2089 ),
2090 'actionOption' => array(
2091 'Thing',
2092 'Text',
2093 ),
2094 'percentile10' => array(
2095 'Number',
2096 ),
2097 'item' => array(
2098 'Thing',
2099 ),
2100 'postOfficeBoxNumber' => array(
2101 'Text',
2102 ),
2103 'hasBioPolymerSequence' => array(
2104 'Text',
2105 ),
2106 'requiredMinAge' => array(
2107 'Integer',
2108 ),
2109 'contentSize' => array(
2110 'Text',
2111 ),
2112 'validFrom' => array(
2113 'DateTime',
2114 'Date',
2115 ),
2116 'comment' => array(
2117 'Comment',
2118 ),
2119 'userInteractionCount' => array(
2120 'Integer',
2121 ),
2122 'attendee' => array(
2123 'Person',
2124 'Organization',
2125 ),
2126 'nerve' => array(
2127 'Nerve',
2128 ),
2129 'contentRating' => array(
2130 'Text',
2131 'Rating',
2132 ),
2133 'subStructure' => array(
2134 'AnatomicalStructure',
2135 ),
2136 'passengerPriorityStatus' => array(
2137 'Text',
2138 'QualitativeValue',
2139 ),
2140 'priceComponent' => array(
2141 'PriceSpecification',
2142 ),
2143 'postalCodeBegin' => array(
2144 'Text',
2145 ),
2146 'incentiveCompensation' => array(
2147 'Text',
2148 ),
2149 'fuelCapacity' => array(
2150 'QuantitativeValue',
2151 ),
2152 'leaseLength' => array(
2153 'Duration',
2154 'QuantitativeValue',
2155 ),
2156 'trailerWeight' => array(
2157 'QuantitativeValue',
2158 ),
2159 'hasBioChemEntityPart' => array(
2160 'BioChemEntity',
2161 ),
2162 'branchOf' => array(
2163 'Organization',
2164 ),
2165 'contactPoint' => array(
2166 'ContactPoint',
2167 ),
2168 'drainsTo' => array(
2169 'Vessel',
2170 ),
2171 'collection' => array(
2172 'Thing',
2173 ),
2174 'positiveNotes' => array(
2175 'ListItem',
2176 'Text',
2177 'WebContent',
2178 'ItemList',
2179 ),
2180 'containedInPlace' => array(
2181 'Place',
2182 ),
2183 'accommodationCategory' => array(
2184 'Text',
2185 ),
2186 'dateline' => array(
2187 'Text',
2188 ),
2189 'competencyRequired' => array(
2190 'DefinedTerm',
2191 'URL',
2192 'Text',
2193 ),
2194 'iupacName' => array(
2195 'Text',
2196 ),
2197 'carrier' => array(
2198 'Organization',
2199 ),
2200 'actionStatus' => array(
2201 'ActionStatusType',
2202 ),
2203 'dosageForm' => array(
2204 'Text',
2205 ),
2206 'reviewAspect' => array(
2207 'Text',
2208 'StructuredValue',
2209 ),
2210 'inBroadcastLineup' => array(
2211 'CableOrSatelliteService',
2212 ),
2213 'typeOfBed' => array(
2214 'Text',
2215 'BedType',
2216 ),
2217 'processingTime' => array(
2218 'Duration',
2219 ),
2220 'subjectOf' => array(
2221 'Event',
2222 'CreativeWork',
2223 ),
2224 'foodEvent' => array(
2225 'FoodEvent',
2226 ),
2227 'relatedDrug' => array(
2228 'Drug',
2229 ),
2230 'encodesBioChemEntity' => array(
2231 'BioChemEntity',
2232 ),
2233 'naturalProgression' => array(
2234 'Text',
2235 ),
2236 'healthPlanCostSharing' => array(
2237 'HealthPlanCostSharingSpecification',
2238 'Boolean',
2239 ),
2240 'significance' => array(
2241 'Text',
2242 ),
2243 'manufacturer' => array(
2244 'Organization',
2245 ),
2246 'lodgingUnitType' => array(
2247 'QualitativeValue',
2248 'Text',
2249 ),
2250 'trainingSalary' => array(
2251 'MonetaryAmountDistribution',
2252 ),
2253 'recourseLoan' => array(
2254 'Boolean',
2255 ),
2256 'eligibleCustomerType' => array(
2257 'BusinessEntityType',
2258 ),
2259 'sdLicense' => array(
2260 'CreativeWork',
2261 'URL',
2262 ),
2263 'shippingDestination' => array(
2264 'DefinedRegion',
2265 ),
2266 'orderDate' => array(
2267 'DateTime',
2268 'Date',
2269 ),
2270 'isInvolvedInBiologicalProcess' => array(
2271 'DefinedTerm',
2272 'URL',
2273 'PropertyValue',
2274 ),
2275 'employees' => array(
2276 'Person',
2277 ),
2278 'incentivizedItem' => array(
2279 'DefinedTerm',
2280 'Product',
2281 ),
2282 'programmingModel' => array(
2283 'Text',
2284 ),
2285 'contentReferenceTime' => array(
2286 'DateTime',
2287 ),
2288 'agent' => array(
2289 'Organization',
2290 'Person',
2291 ),
2292 'recognizedBy' => array(
2293 'Organization',
2294 ),
2295 'validForMemberTier' => array(
2296 'MemberProgramTier',
2297 ),
2298 'contentLocation' => array(
2299 'Place',
2300 ),
2301 'hasBroadcastChannel' => array(
2302 'BroadcastChannel',
2303 ),
2304 'albums' => array(
2305 'MusicAlbum',
2306 ),
2307 'accountOverdraftLimit' => array(
2308 'MonetaryAmount',
2309 ),
2310 'colorSwatch' => array(
2311 'ImageObject',
2312 'URL',
2313 ),
2314 'educationalFramework' => array(
2315 'Text',
2316 ),
2317 'dateReceived' => array(
2318 'DateTime',
2319 ),
2320 'sodiumContent' => array(
2321 'Mass',
2322 ),
2323 'caption' => array(
2324 'Text',
2325 'MediaObject',
2326 ),
2327 'quarantineGuidelines' => array(
2328 'URL',
2329 'WebContent',
2330 ),
2331 'codeRepository' => array(
2332 'URL',
2333 ),
2334 'modelDate' => array(
2335 'Date',
2336 ),
2337 'priceComponentType' => array(
2338 'PriceComponentTypeEnumeration',
2339 ),
2340 'datePublished' => array(
2341 'Date',
2342 'DateTime',
2343 ),
2344 'arrivalPlatform' => array(
2345 'Text',
2346 ),
2347 'sdPublisher' => array(
2348 'Person',
2349 'Organization',
2350 ),
2351 'openingHours' => array(
2352 'Text',
2353 ),
2354 'tongueWeight' => array(
2355 'QuantitativeValue',
2356 ),
2357 'occupationalCredentialAwarded' => array(
2358 'EducationalOccupationalCredential',
2359 'URL',
2360 'Text',
2361 ),
2362 'episode' => array(
2363 'Episode',
2364 ),
2365 'bioChemInteraction' => array(
2366 'BioChemEntity',
2367 ),
2368 'programMembershipUsed' => array(
2369 'ProgramMembership',
2370 ),
2371 'ethicsPolicy' => array(
2372 'CreativeWork',
2373 'URL',
2374 ),
2375 'suitableForDiet' => array(
2376 'RestrictedDiet',
2377 ),
2378 'area' => array(
2379 'Place',
2380 ),
2381 'suggestedMaxAge' => array(
2382 'Number',
2383 ),
2384 'pathophysiology' => array(
2385 'Text',
2386 ),
2387 'surface' => array(
2388 'Text',
2389 'URL',
2390 ),
2391 'identifyingTest' => array(
2392 'MedicalTest',
2393 ),
2394 'geoMidpoint' => array(
2395 'GeoCoordinates',
2396 ),
2397 'numberOfAvailableAccommodationUnits' => array(
2398 'QuantitativeValue',
2399 ),
2400 'expertConsiderations' => array(
2401 'Text',
2402 ),
2403 'affectedBy' => array(
2404 'Drug',
2405 ),
2406 'alternativeHeadline' => array(
2407 'Text',
2408 ),
2409 'lyricist' => array(
2410 'Person',
2411 ),
2412 'permitAudience' => array(
2413 'Audience',
2414 ),
2415 'repeatFrequency' => array(
2416 'Text',
2417 'Duration',
2418 ),
2419 'recipe' => array(
2420 'Recipe',
2421 ),
2422 'applicableLocation' => array(
2423 'AdministrativeArea',
2424 ),
2425 'reservationId' => array(
2426 'Text',
2427 ),
2428 'requiredMaxAge' => array(
2429 'Integer',
2430 ),
2431 'supportingData' => array(
2432 'DataFeed',
2433 ),
2434 'percentile75' => array(
2435 'Number',
2436 ),
2437 'geoEquals' => array(
2438 'GeospatialGeometry',
2439 'Place',
2440 ),
2441 'mechanismOfAction' => array(
2442 'Text',
2443 ),
2444 'rxcui' => array(
2445 'Text',
2446 ),
2447 'salaryCurrency' => array(
2448 'Text',
2449 ),
2450 'ticketToken' => array(
2451 'URL',
2452 'Text',
2453 ),
2454 'hasParticipationOffer' => array(
2455 'Offer',
2456 ),
2457 'isbn' => array(
2458 'Text',
2459 ),
2460 'grantee' => array(
2461 'Audience',
2462 'ContactPoint',
2463 'Person',
2464 'Organization',
2465 ),
2466 'abstract' => array(
2467 'Text',
2468 ),
2469 'vehicleIdentificationNumber' => array(
2470 'Text',
2471 ),
2472 'orderStatus' => array(
2473 'OrderStatus',
2474 ),
2475 'geographicArea' => array(
2476 'AdministrativeArea',
2477 ),
2478 'publisherImprint' => array(
2479 'Organization',
2480 ),
2481 'encodingFormat' => array(
2482 'URL',
2483 'Text',
2484 ),
2485 'inLanguage' => array(
2486 'Language',
2487 'Text',
2488 ),
2489 'loanRepaymentForm' => array(
2490 'RepaymentSpecification',
2491 ),
2492 'healthPlanPharmacyCategory' => array(
2493 'Text',
2494 ),
2495 'biomechnicalClass' => array(
2496 'Text',
2497 ),
2498 'acceptedAnswer' => array(
2499 'Answer',
2500 'ItemList',
2501 ),
2502 'trainName' => array(
2503 'Text',
2504 ),
2505 'accessCode' => array(
2506 'Text',
2507 ),
2508 'produces' => array(
2509 'Thing',
2510 ),
2511 'mainEntityOfPage' => array(
2512 'CreativeWork',
2513 'URL',
2514 ),
2515 'ticketNumber' => array(
2516 'Text',
2517 ),
2518 'arrivalStation' => array(
2519 'TrainStation',
2520 ),
2521 'dietFeatures' => array(
2522 'Text',
2523 ),
2524 'layoutImage' => array(
2525 'ImageObject',
2526 'URL',
2527 ),
2528 'significantLink' => array(
2529 'URL',
2530 ),
2531 'game' => array(
2532 'VideoGame',
2533 ),
2534 'dateCreated' => array(
2535 'DateTime',
2536 'Date',
2537 ),
2538 'benefitsSummaryUrl' => array(
2539 'URL',
2540 ),
2541 'albumReleaseType' => array(
2542 'MusicAlbumReleaseType',
2543 ),
2544 'archiveHeld' => array(
2545 'ArchiveComponent',
2546 ),
2547 'hasCertification' => array(
2548 'Certification',
2549 ),
2550 'seller' => array(
2551 'Person',
2552 'Organization',
2553 ),
2554 'negativeNotes' => array(
2555 'ItemList',
2556 'ListItem',
2557 'Text',
2558 'WebContent',
2559 ),
2560 'increasesRiskOf' => array(
2561 'MedicalEntity',
2562 ),
2563 'yield' => array(
2564 'QuantitativeValue',
2565 'Text',
2566 ),
2567 'hasDriveThroughService' => array(
2568 'Boolean',
2569 ),
2570 'includesAttraction' => array(
2571 'TouristAttraction',
2572 ),
2573 'restockingFee' => array(
2574 'Number',
2575 'MonetaryAmount',
2576 ),
2577 'numberOfPreviousOwners' => array(
2578 'QuantitativeValue',
2579 'Number',
2580 ),
2581 'typicalCreditsPerTerm' => array(
2582 'StructuredValue',
2583 'Integer',
2584 ),
2585 'wheelbase' => array(
2586 'QuantitativeValue',
2587 ),
2588 'legislationDateVersion' => array(
2589 'Date',
2590 ),
2591 'accommodationFloorPlan' => array(
2592 'FloorPlan',
2593 ),
2594 'subEvents' => array(
2595 'Event',
2596 ),
2597 'fromLocation' => array(
2598 'Place',
2599 ),
2600 'additionalProperty' => array(
2601 'PropertyValue',
2602 ),
2603 'broadcastServiceTier' => array(
2604 'Text',
2605 ),
2606 'numberOfEmployees' => array(
2607 'QuantitativeValue',
2608 ),
2609 'renegotiableLoan' => array(
2610 'Boolean',
2611 ),
2612 'torque' => array(
2613 'QuantitativeValue',
2614 ),
2615 'sourceOrganization' => array(
2616 'Organization',
2617 ),
2618 'depth' => array(
2619 'Distance',
2620 'QuantitativeValue',
2621 ),
2622 'runsTo' => array(
2623 'Vessel',
2624 ),
2625 'roleName' => array(
2626 'URL',
2627 'Text',
2628 ),
2629 'audio' => array(
2630 'MusicRecording',
2631 'Clip',
2632 'AudioObject',
2633 ),
2634 'usedToDiagnose' => array(
2635 'MedicalCondition',
2636 ),
2637 'isPartOfBioChemEntity' => array(
2638 'BioChemEntity',
2639 ),
2640 'composer' => array(
2641 'Person',
2642 'Organization',
2643 ),
2644 'monoisotopicMolecularWeight' => array(
2645 'QuantitativeValue',
2646 'Text',
2647 ),
2648 'targetDescription' => array(
2649 'Text',
2650 ),
2651 'expressedIn' => array(
2652 'DefinedTerm',
2653 'AnatomicalSystem',
2654 'BioChemEntity',
2655 'AnatomicalStructure',
2656 ),
2657 'workHours' => array(
2658 'Text',
2659 ),
2660 'targetPopulation' => array(
2661 'Text',
2662 ),
2663 'distance' => array(
2664 'Distance',
2665 ),
2666 'availableLanguage' => array(
2667 'Language',
2668 'Text',
2669 ),
2670 'serviceType' => array(
2671 'Text',
2672 'GovernmentBenefitsType',
2673 ),
2674 'expectedArrivalUntil' => array(
2675 'Date',
2676 'DateTime',
2677 ),
2678 'issuedThrough' => array(
2679 'Service',
2680 ),
2681 'healthPlanCopay' => array(
2682 'PriceSpecification',
2683 ),
2684 'appliesToDeliveryMethod' => array(
2685 'DeliveryMethod',
2686 ),
2687 'answerExplanation' => array(
2688 'Comment',
2689 'WebContent',
2690 ),
2691 'eventStatus' => array(
2692 'EventStatusType',
2693 ),
2694 'seriousAdverseOutcome' => array(
2695 'MedicalEntity',
2696 ),
2697 'subEvent' => array(
2698 'Event',
2699 ),
2700 'legislationRepeals' => array(
2701 'Legislation',
2702 ),
2703 'mainContentOfPage' => array(
2704 'WebPageElement',
2705 ),
2706 'followup' => array(
2707 'Text',
2708 ),
2709 'occupationalCategory' => array(
2710 'Text',
2711 'CategoryCode',
2712 ),
2713 'paymentMethodType' => array(
2714 'PaymentMethodType',
2715 ),
2716 'arrivalTerminal' => array(
2717 'Text',
2718 ),
2719 'preOp' => array(
2720 'Text',
2721 ),
2722 'inProductGroupWithID' => array(
2723 'Text',
2724 ),
2725 'securityScreening' => array(
2726 'Text',
2727 ),
2728 'quest' => array(
2729 'Thing',
2730 ),
2731 'learningResourceType' => array(
2732 'Text',
2733 'DefinedTerm',
2734 ),
2735 'minValue' => array(
2736 'Number',
2737 ),
2738 'resultReview' => array(
2739 'Review',
2740 ),
2741 'circle' => array(
2742 'Text',
2743 ),
2744 'creativeWorkStatus' => array(
2745 'DefinedTerm',
2746 'Text',
2747 ),
2748 'potentialUse' => array(
2749 'DefinedTerm',
2750 ),
2751 'hasDigitalDocumentPermission' => array(
2752 'DigitalDocumentPermission',
2753 ),
2754 'audience' => array(
2755 'Audience',
2756 ),
2757 'dayOfWeek' => array(
2758 'DayOfWeek',
2759 ),
2760 'startDate' => array(
2761 'DateTime',
2762 'Date',
2763 ),
2764 'gettingTestedInfo' => array(
2765 'URL',
2766 'WebContent',
2767 ),
2768 'iso6523Code' => array(
2769 'Text',
2770 ),
2771 'vehicleEngine' => array(
2772 'EngineSpecification',
2773 ),
2774 'cvdNumC19Died' => array(
2775 'Number',
2776 ),
2777 'breastfeedingWarning' => array(
2778 'Text',
2779 ),
2780 'sharedContent' => array(
2781 'CreativeWork',
2782 ),
2783 'typicalTest' => array(
2784 'MedicalTest',
2785 ),
2786 'auditDate' => array(
2787 'DateTime',
2788 'Date',
2789 ),
2790 'byDay' => array(
2791 'Text',
2792 'DayOfWeek',
2793 ),
2794 'guidelineDate' => array(
2795 'Date',
2796 ),
2797 'birthPlace' => array(
2798 'Place',
2799 ),
2800 'intensity' => array(
2801 'QuantitativeValue',
2802 'Text',
2803 ),
2804 'serviceArea' => array(
2805 'AdministrativeArea',
2806 'GeoShape',
2807 'Place',
2808 ),
2809 'trailer' => array(
2810 'VideoObject',
2811 ),
2812 'supply' => array(
2813 'Text',
2814 'HowToSupply',
2815 ),
2816 'correctionsPolicy' => array(
2817 'URL',
2818 'CreativeWork',
2819 ),
2820 'locationCreated' => array(
2821 'Place',
2822 ),
2823 'ingredients' => array(
2824 'Text',
2825 ),
2826 'returnLabelSource' => array(
2827 'ReturnLabelSourceEnumeration',
2828 ),
2829 'fiberContent' => array(
2830 'Mass',
2831 ),
2832 'acceptedPaymentMethod' => array(
2833 'Text',
2834 'LoanOrCredit',
2835 'PaymentMethod',
2836 ),
2837 'broadcastFrequency' => array(
2838 'Text',
2839 'BroadcastFrequencySpecification',
2840 ),
2841 'byMonthWeek' => array(
2842 'Integer',
2843 ),
2844 'itemOffered' => array(
2845 'Product',
2846 'Event',
2847 'AggregateOffer',
2848 'Trip',
2849 'CreativeWork',
2850 'Service',
2851 'MenuItem',
2852 ),
2853 'legislationEnsuresImplementationOf' => array(
2854 'Legislation',
2855 ),
2856 'legalStatus' => array(
2857 'Text',
2858 'DrugLegalStatus',
2859 'MedicalEnumeration',
2860 ),
2861 'performer' => array(
2862 'Person',
2863 'Organization',
2864 ),
2865 'line' => array(
2866 'Text',
2867 ),
2868 'numChildren' => array(
2869 'QuantitativeValue',
2870 'Integer',
2871 ),
2872 'transFatContent' => array(
2873 'Mass',
2874 ),
2875 'recipient' => array(
2876 'ContactPoint',
2877 'Person',
2878 'Organization',
2879 'Audience',
2880 ),
2881 'availability' => array(
2882 'ItemAvailability',
2883 ),
2884 'repetitions' => array(
2885 'QuantitativeValue',
2886 'Number',
2887 ),
2888 'billingPeriod' => array(
2889 'Duration',
2890 ),
2891 'diseaseSpreadStatistics' => array(
2892 'Dataset',
2893 'URL',
2894 'WebContent',
2895 'Observation',
2896 ),
2897 'workTranslation' => array(
2898 'CreativeWork',
2899 ),
2900 'loanTerm' => array(
2901 'QuantitativeValue',
2902 ),
2903 'albumProductionType' => array(
2904 'MusicAlbumProductionType',
2905 ),
2906 'volumeNumber' => array(
2907 'Text',
2908 'Integer',
2909 ),
2910 'liveBlogUpdate' => array(
2911 'BlogPosting',
2912 ),
2913 'loanMortgageMandateAmount' => array(
2914 'MonetaryAmount',
2915 ),
2916 'typicalAgeRange' => array(
2917 'Text',
2918 ),
2919 'returnPolicyCategory' => array(
2920 'MerchantReturnEnumeration',
2921 ),
2922 'isResizable' => array(
2923 'Boolean',
2924 ),
2925 'underName' => array(
2926 'Person',
2927 'Organization',
2928 ),
2929 'recommendationStrength' => array(
2930 'Text',
2931 ),
2932 'contentType' => array(
2933 'Text',
2934 ),
2935 'jobBenefits' => array(
2936 'Text',
2937 ),
2938 'isicV4' => array(
2939 'Text',
2940 ),
2941 'scheduleTimezone' => array(
2942 'Text',
2943 ),
2944 'recordingOf' => array(
2945 'MusicComposition',
2946 ),
2947 'deliveryMethod' => array(
2948 'DeliveryMethod',
2949 ),
2950 'jobLocation' => array(
2951 'Place',
2952 ),
2953 'costOrigin' => array(
2954 'Text',
2955 ),
2956 'departureAirport' => array(
2957 'Airport',
2958 ),
2959 'awayTeam' => array(
2960 'SportsTeam',
2961 'Person',
2962 ),
2963 'medicalAudience' => array(
2964 'MedicalAudienceType',
2965 'MedicalAudience',
2966 ),
2967 'option' => array(
2968 'Text',
2969 'Thing',
2970 ),
2971 'season' => array(
2972 'CreativeWorkSeason',
2973 'URL',
2974 ),
2975 'healthPlanCoinsuranceRate' => array(
2976 'Number',
2977 ),
2978 'departurePlatform' => array(
2979 'Text',
2980 ),
2981 'bodyType' => array(
2982 'Text',
2983 'QualitativeValue',
2984 'URL',
2985 ),
2986 'childMinAge' => array(
2987 'Number',
2988 ),
2989 'timestamp' => array(
2990 'DateTime',
2991 ),
2992 'equal' => array(
2993 'QualitativeValue',
2994 ),
2995 'iswcCode' => array(
2996 'Text',
2997 ),
2998 'relevantOccupation' => array(
2999 'Occupation',
3000 ),
3001 'ownedFrom' => array(
3002 'DateTime',
3003 ),
3004 'highPrice' => array(
3005 'Number',
3006 'Text',
3007 ),
3008 'validUntil' => array(
3009 'Date',
3010 ),
3011 'postalCodeEnd' => array(
3012 'Text',
3013 ),
3014 'saturatedFatContent' => array(
3015 'Mass',
3016 ),
3017 'observationAbout' => array(
3018 'Place',
3019 'Thing',
3020 ),
3021 'servingSize' => array(
3022 'Text',
3023 ),
3024 'courseCode' => array(
3025 'Text',
3026 ),
3027 'measurementQualifier' => array(
3028 'Enumeration',
3029 ),
3030 'identifyingExam' => array(
3031 'PhysicalExam',
3032 ),
3033 'creator' => array(
3034 'Person',
3035 'Organization',
3036 ),
3037 'checkinTime' => array(
3038 'DateTime',
3039 'Time',
3040 ),
3041 'color' => array(
3042 'Text',
3043 ),
3044 'cvdNumVent' => array(
3045 'Number',
3046 ),
3047 'broadcaster' => array(
3048 'Organization',
3049 ),
3050 'discount' => array(
3051 'Number',
3052 'Text',
3053 ),
3054 'numberOfAirbags' => array(
3055 'Number',
3056 'Text',
3057 ),
3058 'isBasedOnUrl' => array(
3059 'CreativeWork',
3060 'URL',
3061 'Product',
3062 ),
3063 'percentile90' => array(
3064 'Number',
3065 ),
3066 'reviewedBy' => array(
3067 'Person',
3068 'Organization',
3069 ),
3070 'associatedMediaReview' => array(
3071 'Review',
3072 ),
3073 'suggestedAge' => array(
3074 'QuantitativeValue',
3075 ),
3076 'measuredProperty' => array(
3077 'Property',
3078 ),
3079 'publicationType' => array(
3080 'Text',
3081 ),
3082 'deliveryAddress' => array(
3083 'PostalAddress',
3084 ),
3085 'includesObject' => array(
3086 'TypeAndQuantityNode',
3087 ),
3088 'ownedThrough' => array(
3089 'DateTime',
3090 ),
3091 'returnPolicySeasonalOverride' => array(
3092 'MerchantReturnPolicySeasonalOverride',
3093 ),
3094 'dateRead' => array(
3095 'Date',
3096 'DateTime',
3097 ),
3098 'fileFormat' => array(
3099 'URL',
3100 'Text',
3101 ),
3102 'titleEIDR' => array(
3103 'URL',
3104 'Text',
3105 ),
3106 'itemCondition' => array(
3107 'OfferItemCondition',
3108 ),
3109 'bodyLocation' => array(
3110 'Text',
3111 ),
3112 'encoding' => array(
3113 'MediaObject',
3114 ),
3115 'releasedEvent' => array(
3116 'PublicationEvent',
3117 ),
3118 'accountablePerson' => array(
3119 'Person',
3120 ),
3121 'musicCompositionForm' => array(
3122 'Text',
3123 ),
3124 'steps' => array(
3125 'CreativeWork',
3126 'ItemList',
3127 'Text',
3128 ),
3129 'educationalUse' => array(
3130 'Text',
3131 'DefinedTerm',
3132 ),
3133 'subtitleLanguage' => array(
3134 'Text',
3135 'Language',
3136 ),
3137 'chemicalComposition' => array(
3138 'Text',
3139 ),
3140 'department' => array(
3141 'Organization',
3142 ),
3143 'playMode' => array(
3144 'GamePlayMode',
3145 ),
3146 'ticketedSeat' => array(
3147 'Seat',
3148 ),
3149 'percentile25' => array(
3150 'Number',
3151 ),
3152 'availableChannel' => array(
3153 'ServiceChannel',
3154 ),
3155 'sizeGroup' => array(
3156 'Text',
3157 'SizeGroupEnumeration',
3158 ),
3159 'costCategory' => array(
3160 'DrugCostCategory',
3161 ),
3162 'cargoVolume' => array(
3163 'QuantitativeValue',
3164 ),
3165 'greaterOrEqual' => array(
3166 'QualitativeValue',
3167 ),
3168 'legalRepresentative' => array(
3169 'Person',
3170 ),
3171 'accountMinimumInflow' => array(
3172 'MonetaryAmount',
3173 ),
3174 'flightDistance' => array(
3175 'Distance',
3176 'Text',
3177 ),
3178 'bioChemSimilarity' => array(
3179 'BioChemEntity',
3180 ),
3181 'regionsAllowed' => array(
3182 'Place',
3183 ),
3184 'occupancy' => array(
3185 'QuantitativeValue',
3186 ),
3187 'physicalRequirement' => array(
3188 'DefinedTerm',
3189 'URL',
3190 'Text',
3191 ),
3192 'isAcceptingNewPatients' => array(
3193 'Boolean',
3194 ),
3195 'productionDate' => array(
3196 'Date',
3197 ),
3198 'fuelConsumption' => array(
3199 'QuantitativeValue',
3200 ),
3201 'sportsActivityLocation' => array(
3202 'SportsActivityLocation',
3203 ),
3204 'activityFrequency' => array(
3205 'Text',
3206 'QuantitativeValue',
3207 ),
3208 'foundingLocation' => array(
3209 'Place',
3210 ),
3211 'schemaVersion' => array(
3212 'Text',
3213 'URL',
3214 ),
3215 'companyRegistration' => array(
3216 'Certification',
3217 ),
3218 'businessFunction' => array(
3219 'BusinessFunction',
3220 ),
3221 'minimumPaymentDue' => array(
3222 'PriceSpecification',
3223 'MonetaryAmount',
3224 ),
3225 'durationOfWarranty' => array(
3226 'QuantitativeValue',
3227 ),
3228 'workFeatured' => array(
3229 'CreativeWork',
3230 ),
3231 'codeSampleType' => array(
3232 'Text',
3233 ),
3234 'acquiredFrom' => array(
3235 'Person',
3236 'Organization',
3237 ),
3238 'dateVehicleFirstRegistered' => array(
3239 'Date',
3240 ),
3241 'hasMemberProgram' => array(
3242 'MemberProgram',
3243 ),
3244 'member' => array(
3245 'Organization',
3246 'Person',
3247 ),
3248 'catalogNumber' => array(
3249 'Text',
3250 ),
3251 'potentialAction' => array(
3252 'Action',
3253 ),
3254 'jurisdiction' => array(
3255 'AdministrativeArea',
3256 'Text',
3257 ),
3258 'isUnlabelledFallback' => array(
3259 'Boolean',
3260 ),
3261 'dateDeleted' => array(
3262 'DateTime',
3263 'Date',
3264 ),
3265 'tocEntry' => array(
3266 'HyperTocEntry',
3267 ),
3268 'adverseOutcome' => array(
3269 'MedicalEntity',
3270 ),
3271 'accessibilityHazard' => array(
3272 'Text',
3273 ),
3274 'correction' => array(
3275 'CorrectionComment',
3276 'URL',
3277 'Text',
3278 ),
3279 'recipeYield' => array(
3280 'QuantitativeValue',
3281 'Text',
3282 ),
3283 'sport' => array(
3284 'Text',
3285 'URL',
3286 ),
3287 'appliesToPaymentMethod' => array(
3288 'PaymentMethod',
3289 ),
3290 'pageStart' => array(
3291 'Text',
3292 'Integer',
3293 ),
3294 'episodeNumber' => array(
3295 'Text',
3296 'Integer',
3297 ),
3298 'fulfillmentType' => array(
3299 'FulfillmentTypeEnumeration',
3300 ),
3301 'advanceBookingRequirement' => array(
3302 'QuantitativeValue',
3303 ),
3304 'doseValue' => array(
3305 'Number',
3306 'QualitativeValue',
3307 ),
3308 'hasOccupation' => array(
3309 'Occupation',
3310 ),
3311 'differentialDiagnosis' => array(
3312 'DDxElement',
3313 ),
3314 'printSection' => array(
3315 'Text',
3316 ),
3317 'menu' => array(
3318 'Menu',
3319 'URL',
3320 'Text',
3321 ),
3322 'doesNotShip' => array(
3323 'Boolean',
3324 ),
3325 'functionalClass' => array(
3326 'MedicalEntity',
3327 'Text',
3328 ),
3329 'drugClass' => array(
3330 'DrugClass',
3331 ),
3332 'legislationCountersignedBy' => array(
3333 'Person',
3334 'Organization',
3335 ),
3336 'geoDisjoint' => array(
3337 'Place',
3338 'GeospatialGeometry',
3339 ),
3340 'colleague' => array(
3341 'Person',
3342 'URL',
3343 ),
3344 'doorTime' => array(
3345 'Time',
3346 'DateTime',
3347 ),
3348 'menuAddOn' => array(
3349 'MenuSection',
3350 'MenuItem',
3351 ),
3352 'collectionSize' => array(
3353 'Integer',
3354 ),
3355 'arrivalAirport' => array(
3356 'Airport',
3357 ),
3358 'buyer' => array(
3359 'Person',
3360 'Organization',
3361 ),
3362 'musicGroupMember' => array(
3363 'Person',
3364 ),
3365 'proteinContent' => array(
3366 'Mass',
3367 ),
3368 'travelBans' => array(
3369 'URL',
3370 'WebContent',
3371 ),
3372 'lifeEvent' => array(
3373 'Event',
3374 ),
3375 'rsvpResponse' => array(
3376 'RsvpResponseType',
3377 ),
3378 'documentation' => array(
3379 'URL',
3380 'CreativeWork',
3381 ),
3382 'partOfSystem' => array(
3383 'AnatomicalSystem',
3384 ),
3385 'actionApplication' => array(
3386 'SoftwareApplication',
3387 ),
3388 'isVariantOf' => array(
3389 'ProductModel',
3390 'ProductGroup',
3391 ),
3392 'bloodSupply' => array(
3393 'Vessel',
3394 ),
3395 'studyLocation' => array(
3396 'AdministrativeArea',
3397 ),
3398 'itemListElement' => array(
3399 'Thing',
3400 'ListItem',
3401 'Text',
3402 ),
3403 'unitText' => array(
3404 'Text',
3405 ),
3406 'legislationCorrects' => array(
3407 'Legislation',
3408 ),
3409 'album' => array(
3410 'MusicAlbum',
3411 ),
3412 'longitude' => array(
3413 'Number',
3414 'Text',
3415 ),
3416 'honorificSuffix' => array(
3417 'Text',
3418 ),
3419 'contactOption' => array(
3420 'ContactPointOption',
3421 ),
3422 'inStoreReturnsOffered' => array(
3423 'Boolean',
3424 ),
3425 'minPrice' => array(
3426 'Number',
3427 ),
3428 'geoIntersects' => array(
3429 'Place',
3430 'GeospatialGeometry',
3431 ),
3432 'urlTemplate' => array(
3433 'Text',
3434 ),
3435 'healthPlanMarketingUrl' => array(
3436 'URL',
3437 ),
3438 'cvdNumVentUse' => array(
3439 'Number',
3440 ),
3441 'fuelType' => array(
3442 'URL',
3443 'Text',
3444 'QualitativeValue',
3445 ),
3446 'alumni' => array(
3447 'Person',
3448 ),
3449 'availableService' => array(
3450 'MedicalProcedure',
3451 'MedicalTest',
3452 'MedicalTherapy',
3453 ),
3454 'estimatedCost' => array(
3455 'MonetaryAmount',
3456 'Text',
3457 ),
3458 'speed' => array(
3459 'QuantitativeValue',
3460 ),
3461 'subOrganization' => array(
3462 'Organization',
3463 ),
3464 'temporal' => array(
3465 'Text',
3466 'DateTime',
3467 ),
3468 'announcementLocation' => array(
3469 'CivicStructure',
3470 'LocalBusiness',
3471 ),
3472 'seatingType' => array(
3473 'Text',
3474 'QualitativeValue',
3475 ),
3476 'legalAddress' => array(
3477 'PostalAddress',
3478 ),
3479 'targetProduct' => array(
3480 'SoftwareApplication',
3481 ),
3482 'studySubject' => array(
3483 'MedicalEntity',
3484 ),
3485 'publishedBy' => array(
3486 'Person',
3487 'Organization',
3488 ),
3489 'isSimilarTo' => array(
3490 'Service',
3491 'Product',
3492 ),
3493 'stageAsNumber' => array(
3494 'Number',
3495 ),
3496 'orderValue' => array(
3497 'MonetaryAmount',
3498 ),
3499 'energyEfficiencyScaleMax' => array(
3500 'EUEnergyEfficiencyEnumeration',
3501 ),
3502 'byMonthDay' => array(
3503 'Integer',
3504 ),
3505 'speakable' => array(
3506 'URL',
3507 'SpeakableSpecification',
3508 ),
3509 'relatedStructure' => array(
3510 'AnatomicalStructure',
3511 ),
3512 'nextItem' => array(
3513 'ListItem',
3514 ),
3515 'requiresSubscription' => array(
3516 'Boolean',
3517 'MediaSubscription',
3518 ),
3519 'dropoffLocation' => array(
3520 'Place',
3521 ),
3522 'executableLibraryName' => array(
3523 'Text',
3524 ),
3525 'gracePeriod' => array(
3526 'Duration',
3527 ),
3528 'reservationStatus' => array(
3529 'ReservationStatusType',
3530 ),
3531 'course' => array(
3532 'Place',
3533 ),
3534 'instrument' => array(
3535 'Thing',
3536 ),
3537 'checkoutTime' => array(
3538 'DateTime',
3539 'Time',
3540 ),
3541 'educationalRole' => array(
3542 'Text',
3543 ),
3544 'expires' => array(
3545 'DateTime',
3546 'Date',
3547 ),
3548 'softwareHelp' => array(
3549 'CreativeWork',
3550 ),
3551 'interestRate' => array(
3552 'QuantitativeValue',
3553 'Number',
3554 ),
3555 'physiologicalBenefits' => array(
3556 'Text',
3557 ),
3558 'relatedCondition' => array(
3559 'MedicalCondition',
3560 ),
3561 'diseasePreventionInfo' => array(
3562 'URL',
3563 'WebContent',
3564 ),
3565 'variableMeasured' => array(
3566 'Property',
3567 'PropertyValue',
3568 'Text',
3569 'StatisticalVariable',
3570 ),
3571 'knows' => array(
3572 'Person',
3573 ),
3574 'numberOfEpisodes' => array(
3575 'Integer',
3576 ),
3577 'programType' => array(
3578 'Text',
3579 'DefinedTerm',
3580 ),
3581 'energyEfficiencyScaleMin' => array(
3582 'EUEnergyEfficiencyEnumeration',
3583 ),
3584 'itemLocation' => array(
3585 'Place',
3586 'PostalAddress',
3587 'Text',
3588 ),
3589 'engineType' => array(
3590 'URL',
3591 'Text',
3592 'QualitativeValue',
3593 ),
3594 'telephone' => array(
3595 'Text',
3596 ),
3597 'merchantReturnLink' => array(
3598 'URL',
3599 ),
3600 'applicationCategory' => array(
3601 'Text',
3602 'URL',
3603 ),
3604 'sibling' => array(
3605 'Person',
3606 ),
3607 'hasDeliveryMethod' => array(
3608 'DeliveryMethod',
3609 ),
3610 'replacee' => array(
3611 'Thing',
3612 ),
3613 'aggregateElement' => array(
3614 'Thing',
3615 ),
3616 'industry' => array(
3617 'DefinedTerm',
3618 'Text',
3619 ),
3620 'bookingAgent' => array(
3621 'Organization',
3622 'Person',
3623 ),
3624 'contactPoints' => array(
3625 'ContactPoint',
3626 ),
3627 'paymentMethod' => array(
3628 'PaymentMethod',
3629 'Text',
3630 ),
3631 'diet' => array(
3632 'Diet',
3633 ),
3634 'endorsee' => array(
3635 'Person',
3636 'Organization',
3637 ),
3638 'copyrightNotice' => array(
3639 'Text',
3640 ),
3641 'boardingGroup' => array(
3642 'Text',
3643 ),
3644 'exchangeRateSpread' => array(
3645 'Number',
3646 'MonetaryAmount',
3647 ),
3648 'isEncodedByBioChemEntity' => array(
3649 'Gene',
3650 ),
3651 'prescriptionStatus' => array(
3652 'DrugPrescriptionStatus',
3653 'Text',
3654 ),
3655 'starRating' => array(
3656 'Rating',
3657 ),
3658 'newsUpdatesAndGuidelines' => array(
3659 'URL',
3660 'WebContent',
3661 ),
3662 'median' => array(
3663 'Number',
3664 ),
3665 'broadcastAffiliateOf' => array(
3666 'Organization',
3667 ),
3668 'infectiousAgent' => array(
3669 'Text',
3670 ),
3671 'netWorth' => array(
3672 'PriceSpecification',
3673 'MonetaryAmount',
3674 ),
3675 'availableIn' => array(
3676 'AdministrativeArea',
3677 ),
3678 'cvdFacilityCounty' => array(
3679 'Text',
3680 ),
3681 'hiringOrganization' => array(
3682 'Person',
3683 'Organization',
3684 ),
3685 'offerCount' => array(
3686 'Integer',
3687 ),
3688 'jobLocationType' => array(
3689 'Text',
3690 ),
3691 'recipeCuisine' => array(
3692 'Text',
3693 ),
3694 'estimatesRiskOf' => array(
3695 'MedicalEntity',
3696 ),
3697 'recognizingAuthority' => array(
3698 'Organization',
3699 ),
3700 'discountCode' => array(
3701 'Text',
3702 ),
3703 'hasSponsorshipOffer' => array(
3704 'Offer',
3705 ),
3706 'mpn' => array(
3707 'Text',
3708 ),
3709 'coverageEndTime' => array(
3710 'DateTime',
3711 ),
3712 'warrantyScope' => array(
3713 'WarrantyScope',
3714 ),
3715 'drugUnit' => array(
3716 'Text',
3717 ),
3718 'greater' => array(
3719 'QualitativeValue',
3720 ),
3721 'risks' => array(
3722 'Text',
3723 ),
3724 'incentiveType' => array(
3725 'IncentiveType',
3726 ),
3727 'arrivalBusStop' => array(
3728 'BusStop',
3729 'BusStation',
3730 ),
3731 'programPrerequisites' => array(
3732 'Course',
3733 'EducationalOccupationalCredential',
3734 'AlignmentObject',
3735 'Text',
3736 ),
3737 'shippingOrigin' => array(
3738 'DefinedRegion',
3739 ),
3740 'workLocation' => array(
3741 'Place',
3742 'ContactPoint',
3743 ),
3744 'priceRange' => array(
3745 'Text',
3746 ),
3747 'predecessorOf' => array(
3748 'ProductModel',
3749 ),
3750 'contactType' => array(
3751 'Text',
3752 ),
3753 'maps' => array(
3754 'URL',
3755 ),
3756 'educationRequirements' => array(
3757 'Text',
3758 'EducationalOccupationalCredential',
3759 ),
3760 'competitor' => array(
3761 'Person',
3762 'SportsTeam',
3763 ),
3764 'installUrl' => array(
3765 'URL',
3766 ),
3767 'eligibleRegion' => array(
3768 'GeoShape',
3769 'Text',
3770 'Place',
3771 ),
3772 'ratingCount' => array(
3773 'Integer',
3774 ),
3775 'gameItem' => array(
3776 'Thing',
3777 ),
3778 'description' => array(
3779 'TextObject',
3780 'Text',
3781 ),
3782 'creditedTo' => array(
3783 'Person',
3784 'Organization',
3785 ),
3786 'legislationResponsible' => array(
3787 'Person',
3788 'Organization',
3789 ),
3790 'ratingValue' => array(
3791 'Number',
3792 'Text',
3793 ),
3794 'stepValue' => array(
3795 'Number',
3796 ),
3797 'numItems' => array(
3798 'QuantitativeValue',
3799 ),
3800 'commentText' => array(
3801 'Text',
3802 ),
3803 'incentives' => array(
3804 'Text',
3805 ),
3806 'previousItem' => array(
3807 'ListItem',
3808 ),
3809 'numberOfLoanPayments' => array(
3810 'Number',
3811 ),
3812 'frequency' => array(
3813 'Text',
3814 ),
3815 'partySize' => array(
3816 'Integer',
3817 'QuantitativeValue',
3818 ),
3819 'includedRiskFactor' => array(
3820 'MedicalRiskFactor',
3821 ),
3822 'trackingNumber' => array(
3823 'Text',
3824 ),
3825 'musicReleaseFormat' => array(
3826 'MusicReleaseFormatType',
3827 ),
3828 'restPeriods' => array(
3829 'Text',
3830 'QuantitativeValue',
3831 ),
3832 'sdDatePublished' => array(
3833 'Date',
3834 ),
3835 'cvdNumICUBedsOcc' => array(
3836 'Number',
3837 ),
3838 'petsAllowed' => array(
3839 'Boolean',
3840 'Text',
3841 ),
3842 'requirements' => array(
3843 'URL',
3844 'Text',
3845 ),
3846 'doseUnit' => array(
3847 'Text',
3848 ),
3849 'engineDisplacement' => array(
3850 'QuantitativeValue',
3851 ),
3852 'teaches' => array(
3853 'DefinedTerm',
3854 'Text',
3855 ),
3856 'deliveryTime' => array(
3857 'ShippingDeliveryTime',
3858 ),
3859 'carbohydrateContent' => array(
3860 'Mass',
3861 ),
3862 'hasMenu' => array(
3863 'Text',
3864 'Menu',
3865 'URL',
3866 ),
3867 'healthPlanId' => array(
3868 'Text',
3869 ),
3870 'reviewRating' => array(
3871 'Rating',
3872 ),
3873 'sportsTeam' => array(
3874 'SportsTeam',
3875 ),
3876 'screenCount' => array(
3877 'Number',
3878 ),
3879 'alcoholWarning' => array(
3880 'Text',
3881 ),
3882 'partOfSeries' => array(
3883 'CreativeWorkSeries',
3884 ),
3885 'businessDays' => array(
3886 'OpeningHoursSpecification',
3887 'DayOfWeek',
3888 ),
3889 'dataset' => array(
3890 'Dataset',
3891 ),
3892 'alumniOf' => array(
3893 'EducationalOrganization',
3894 'Organization',
3895 ),
3896 'numberOfItems' => array(
3897 'Integer',
3898 ),
3899 'publishingPrinciples' => array(
3900 'CreativeWork',
3901 'URL',
3902 ),
3903 'hasStore' => array(
3904 'OnlineStore',
3905 ),
3906 'productionCompany' => array(
3907 'Organization',
3908 ),
3909 'trackingUrl' => array(
3910 'URL',
3911 ),
3912 'valueMaxLength' => array(
3913 'Number',
3914 ),
3915 'nerveMotor' => array(
3916 'Muscle',
3917 ),
3918 'includedDataCatalog' => array(
3919 'DataCatalog',
3920 ),
3921 'hasHealthAspect' => array(
3922 'HealthAspectEnumeration',
3923 ),
3924 'editor' => array(
3925 'Person',
3926 ),
3927 'exceptDate' => array(
3928 'Date',
3929 'DateTime',
3930 ),
3931 'interactionType' => array(
3932 'Action',
3933 ),
3934 'spatialCoverage' => array(
3935 'Place',
3936 ),
3937 'suggestedMeasurement' => array(
3938 'QuantitativeValue',
3939 ),
3940 'entertainmentBusiness' => array(
3941 'EntertainmentBusiness',
3942 ),
3943 'associatedReview' => array(
3944 'Review',
3945 ),
3946 'award' => array(
3947 'Text',
3948 ),
3949 'parents' => array(
3950 'Person',
3951 ),
3952 'inChIKey' => array(
3953 'Text',
3954 ),
3955 'targetCollection' => array(
3956 'Thing',
3957 ),
3958 'healthPlanNetworkTier' => array(
3959 'Text',
3960 ),
3961 'directors' => array(
3962 'Person',
3963 ),
3964 'ownershipFundingInfo' => array(
3965 'CreativeWork',
3966 'URL',
3967 'AboutPage',
3968 'Text',
3969 ),
3970 'doseSchedule' => array(
3971 'DoseSchedule',
3972 ),
3973 'mealService' => array(
3974 'Text',
3975 ),
3976 'purchasePriceLimit' => array(
3977 'MonetaryAmount',
3978 ),
3979 'usageInfo' => array(
3980 'CreativeWork',
3981 'URL',
3982 ),
3983 'jobTitle' => array(
3984 'DefinedTerm',
3985 'Text',
3986 ),
3987 'siblings' => array(
3988 'Person',
3989 ),
3990 'infectiousAgentClass' => array(
3991 'InfectiousAgentClass',
3992 ),
3993 'replyToUrl' => array(
3994 'URL',
3995 ),
3996 'floorLevel' => array(
3997 'Text',
3998 ),
3999 'sportsEvent' => array(
4000 'SportsEvent',
4001 ),
4002 'taxID' => array(
4003 'Text',
4004 ),
4005 'followee' => array(
4006 'Person',
4007 'Organization',
4008 ),
4009 'application' => array(
4010 'SoftwareApplication',
4011 ),
4012 'dateSent' => array(
4013 'DateTime',
4014 ),
4015 'overdosage' => array(
4016 'Text',
4017 ),
4018 'monthlyMinimumRepaymentAmount' => array(
4019 'Number',
4020 'MonetaryAmount',
4021 ),
4022 'isAccessibleForFree' => array(
4023 'Boolean',
4024 ),
4025 'about' => array(
4026 'Thing',
4027 ),
4028 'endTime' => array(
4029 'DateTime',
4030 'Time',
4031 ),
4032 'colleagues' => array(
4033 'Person',
4034 ),
4035 'numConstraints' => array(
4036 'Integer',
4037 ),
4038 'activeIngredient' => array(
4039 'Text',
4040 ),
4041 'hostingOrganization' => array(
4042 'Organization',
4043 ),
4044 'clinicalPharmacology' => array(
4045 'Text',
4046 ),
4047 'numberOfBedrooms' => array(
4048 'QuantitativeValue',
4049 'Number',
4050 ),
4051 'discussionUrl' => array(
4052 'URL',
4053 ),
4054 'alternateName' => array(
4055 'Text',
4056 ),
4057 'numberOfPlayers' => array(
4058 'QuantitativeValue',
4059 ),
4060 'inSupportOf' => array(
4061 'Text',
4062 ),
4063 'encodesCreativeWork' => array(
4064 'CreativeWork',
4065 ),
4066 'model' => array(
4067 'Text',
4068 'ProductModel',
4069 ),
4070 'beforeMedia' => array(
4071 'MediaObject',
4072 'URL',
4073 ),
4074 'partOfEpisode' => array(
4075 'Episode',
4076 ),
4077 'athlete' => array(
4078 'Person',
4079 ),
4080 'pagination' => array(
4081 'Text',
4082 ),
4083 'originAddress' => array(
4084 'PostalAddress',
4085 ),
4086 'hasCategoryCode' => array(
4087 'CategoryCode',
4088 ),
4089 'muscleAction' => array(
4090 'Text',
4091 ),
4092 'biologicalRole' => array(
4093 'DefinedTerm',
4094 ),
4095 'duplicateTherapy' => array(
4096 'MedicalTherapy',
4097 ),
4098 'screenshot' => array(
4099 'ImageObject',
4100 'URL',
4101 ),
4102 'certificationIdentification' => array(
4103 'DefinedTerm',
4104 'Text',
4105 ),
4106 'nsn' => array(
4107 'Text',
4108 ),
4109 'warrantyPromise' => array(
4110 'WarrantyPromise',
4111 ),
4112 'subReservation' => array(
4113 'Reservation',
4114 ),
4115 'familyName' => array(
4116 'Text',
4117 ),
4118 'codingSystem' => array(
4119 'Text',
4120 ),
4121 'additionalVariable' => array(
4122 'Text',
4123 ),
4124 'supplyTo' => array(
4125 'AnatomicalStructure',
4126 ),
4127 'childMaxAge' => array(
4128 'Number',
4129 ),
4130 'billingIncrement' => array(
4131 'Number',
4132 ),
4133 'diversityPolicy' => array(
4134 'CreativeWork',
4135 'URL',
4136 ),
4137 'countryOfOrigin' => array(
4138 'Country',
4139 ),
4140 'photos' => array(
4141 'Photograph',
4142 'ImageObject',
4143 ),
4144 'articleBody' => array(
4145 'Text',
4146 ),
4147 'availabilityStarts' => array(
4148 'DateTime',
4149 'Date',
4150 'Time',
4151 ),
4152 'deliveryStatus' => array(
4153 'DeliveryEvent',
4154 ),
4155 'hasCredential' => array(
4156 'EducationalOccupationalCredential',
4157 ),
4158 'paymentMethodId' => array(
4159 'Text',
4160 ),
4161 'significantLinks' => array(
4162 'URL',
4163 ),
4164 'artEdition' => array(
4165 'Text',
4166 'Integer',
4167 ),
4168 'causeOf' => array(
4169 'MedicalEntity',
4170 ),
4171 'isAvailableGenerically' => array(
4172 'Boolean',
4173 ),
4174 'parentItem' => array(
4175 'CreativeWork',
4176 'Comment',
4177 ),
4178 'encodingType' => array(
4179 'Text',
4180 ),
4181 'sponsor' => array(
4182 'Person',
4183 'Organization',
4184 ),
4185 'downloadUrl' => array(
4186 'URL',
4187 ),
4188 'valueMinLength' => array(
4189 'Number',
4190 ),
4191 'coach' => array(
4192 'Person',
4193 ),
4194 'performerIn' => array(
4195 'Event',
4196 ),
4197 'isConsumableFor' => array(
4198 'Product',
4199 ),
4200 'maximumPhysicalAttendeeCapacity' => array(
4201 'Integer',
4202 ),
4203 'agentInteractionStatistic' => array(
4204 'InteractionCounter',
4205 ),
4206 'masthead' => array(
4207 'CreativeWork',
4208 'URL',
4209 ),
4210 'bccRecipient' => array(
4211 'Person',
4212 'Organization',
4213 'ContactPoint',
4214 ),
4215 'dataFeedElement' => array(
4216 'DataFeedItem',
4217 'Thing',
4218 'Text',
4219 ),
4220 'billingStart' => array(
4221 'Number',
4222 ),
4223 'primaryPrevention' => array(
4224 'MedicalTherapy',
4225 ),
4226 'serviceOperator' => array(
4227 'Organization',
4228 ),
4229 'includedComposition' => array(
4230 'MusicComposition',
4231 ),
4232 'recipeCategory' => array(
4233 'Text',
4234 ),
4235 'geoWithin' => array(
4236 'GeospatialGeometry',
4237 'Place',
4238 ),
4239 'givenName' => array(
4240 'Text',
4241 ),
4242 'branchCode' => array(
4243 'Text',
4244 ),
4245 'width' => array(
4246 'QuantitativeValue',
4247 'Distance',
4248 ),
4249 'borrower' => array(
4250 'Person',
4251 ),
4252 'subTest' => array(
4253 'MedicalTest',
4254 ),
4255 'musicalKey' => array(
4256 'Text',
4257 ),
4258 'error' => array(
4259 'Thing',
4260 ),
4261 'startOffset' => array(
4262 'HyperTocEntry',
4263 'Number',
4264 ),
4265 'cvdFacilityId' => array(
4266 'Text',
4267 ),
4268 'partOfTrip' => array(
4269 'Trip',
4270 ),
4271 'geoCoveredBy' => array(
4272 'GeospatialGeometry',
4273 'Place',
4274 ),
4275 'abridged' => array(
4276 'Boolean',
4277 ),
4278 'lastReviewed' => array(
4279 'Date',
4280 ),
4281 'cvdNumBeds' => array(
4282 'Number',
4283 ),
4284 'worksFor' => array(
4285 'Organization',
4286 ),
4287 'orderedItem' => array(
4288 'Service',
4289 'Product',
4290 'OrderItem',
4291 ),
4292 'specialty' => array(
4293 'Specialty',
4294 ),
4295 'interactivityType' => array(
4296 'Text',
4297 ),
4298 'includedInDataCatalog' => array(
4299 'DataCatalog',
4300 ),
4301 'numberedPosition' => array(
4302 'Number',
4303 ),
4304 'maximumAttendeeCapacity' => array(
4305 'Integer',
4306 ),
4307 'guideline' => array(
4308 'MedicalGuideline',
4309 ),
4310 'associatedPathophysiology' => array(
4311 'Text',
4312 ),
4313 'lesser' => array(
4314 'QualitativeValue',
4315 ),
4316 'returnPolicyCountry' => array(
4317 'Country',
4318 'Text',
4319 ),
4320 'translator' => array(
4321 'Organization',
4322 'Person',
4323 ),
4324 'includesHealthPlanNetwork' => array(
4325 'HealthPlanNetwork',
4326 ),
4327 'eligibleTransactionVolume' => array(
4328 'PriceSpecification',
4329 ),
4330 'healthPlanDrugTier' => array(
4331 'Text',
4332 ),
4333 'creditText' => array(
4334 'Text',
4335 ),
4336 'vehicleInteriorColor' => array(
4337 'Text',
4338 ),
4339 'inDefinedTermSet' => array(
4340 'URL',
4341 'DefinedTermSet',
4342 ),
4343 'taxonomicRange' => array(
4344 'Taxon',
4345 'DefinedTerm',
4346 'URL',
4347 'Text',
4348 ),
4349 'location' => array(
4350 'Text',
4351 'VirtualLocation',
4352 'Place',
4353 'PostalAddress',
4354 ),
4355 'legislationAmends' => array(
4356 'Legislation',
4357 ),
4358 'inCodeSet' => array(
4359 'CategoryCodeSet',
4360 'URL',
4361 ),
4362 'timeOfDay' => array(
4363 'Text',
4364 ),
4365 'messageAttachment' => array(
4366 'CreativeWork',
4367 ),
4368 'offersPrescriptionByMail' => array(
4369 'Boolean',
4370 ),
4371 'letterer' => array(
4372 'Person',
4373 ),
4374 'actors' => array(
4375 'Person',
4376 ),
4377 'availableTest' => array(
4378 'MedicalTest',
4379 ),
4380 'seeks' => array(
4381 'Demand',
4382 ),
4383 'legislationDate' => array(
4384 'Date',
4385 ),
4386 'serviceLocation' => array(
4387 'Place',
4388 ),
4389 'applicationSubCategory' => array(
4390 'Text',
4391 'URL',
4392 ),
4393 'numberOfPages' => array(
4394 'Integer',
4395 ),
4396 'mapType' => array(
4397 'MapCategoryType',
4398 ),
4399 'ratingExplanation' => array(
4400 'Text',
4401 ),
4402 'contributor' => array(
4403 'Person',
4404 'Organization',
4405 ),
4406 'paymentDueDate' => array(
4407 'DateTime',
4408 'Date',
4409 ),
4410 'translationOfWork' => array(
4411 'CreativeWork',
4412 ),
4413 'winner' => array(
4414 'Person',
4415 ),
4416 'utterances' => array(
4417 'Text',
4418 ),
4419 'loanType' => array(
4420 'URL',
4421 'Text',
4422 ),
4423 'healthPlanDrugOption' => array(
4424 'Text',
4425 ),
4426 'passengerSequenceNumber' => array(
4427 'Text',
4428 ),
4429 'makesOffer' => array(
4430 'Offer',
4431 ),
4432 'applicationSuite' => array(
4433 'Text',
4434 ),
4435 'alternativeOf' => array(
4436 'Gene',
4437 ),
4438 'enginePower' => array(
4439 'QuantitativeValue',
4440 ),
4441 'verificationFactCheckingPolicy' => array(
4442 'URL',
4443 'CreativeWork',
4444 ),
4445 'productGroupID' => array(
4446 'Text',
4447 ),
4448 'legislationApplies' => array(
4449 'Legislation',
4450 ),
4451 'observationPeriod' => array(
4452 'Text',
4453 ),
4454 'inPlaylist' => array(
4455 'MusicPlaylist',
4456 ),
4457 'map' => array(
4458 'URL',
4459 ),
4460 'vatID' => array(
4461 'Text',
4462 ),
4463 'status' => array(
4464 'EventStatusType',
4465 'Text',
4466 'MedicalStudyStatus',
4467 ),
4468 'valueRequired' => array(
4469 'Boolean',
4470 ),
4471 'associatedMedia' => array(
4472 'MediaObject',
4473 ),
4474 'participant' => array(
4475 'Person',
4476 'Organization',
4477 ),
4478 'discountCurrency' => array(
4479 'Text',
4480 ),
4481 'maximumIntake' => array(
4482 'MaximumDoseSchedule',
4483 ),
4484 'datePosted' => array(
4485 'DateTime',
4486 'Date',
4487 ),
4488 'originatesFrom' => array(
4489 'Vessel',
4490 ),
4491 'permissions' => array(
4492 'Text',
4493 ),
4494 'molecularWeight' => array(
4495 'QuantitativeValue',
4496 'Text',
4497 ),
4498 'nonProprietaryName' => array(
4499 'Text',
4500 ),
4501 'members' => array(
4502 'Person',
4503 'Organization',
4504 ),
4505 'pattern' => array(
4506 'DefinedTerm',
4507 'Text',
4508 ),
4509 'asin' => array(
4510 'URL',
4511 'Text',
4512 ),
4513 'gamePlatform' => array(
4514 'Text',
4515 'Thing',
4516 'URL',
4517 ),
4518 'directApply' => array(
4519 'Boolean',
4520 ),
4521 'educationalAlignment' => array(
4522 'AlignmentObject',
4523 ),
4524 'usesHealthPlanIdStandard' => array(
4525 'URL',
4526 'Text',
4527 ),
4528 'serialNumber' => array(
4529 'Text',
4530 ),
4531 'previousStartDate' => array(
4532 'Date',
4533 ),
4534 'credentialCategory' => array(
4535 'DefinedTerm',
4536 'URL',
4537 'Text',
4538 ),
4539 'url' => array(
4540 'URL',
4541 ),
4542 'gameLocation' => array(
4543 'URL',
4544 'Place',
4545 'PostalAddress',
4546 ),
4547 'incentiveStatus' => array(
4548 'IncentiveStatus',
4549 ),
4550 'hasCourse' => array(
4551 'Course',
4552 ),
4553 'weightPercentage' => array(
4554 'Number',
4555 ),
4556 'accessibilityAPI' => array(
4557 'Text',
4558 ),
4559 'duns' => array(
4560 'Text',
4561 ),
4562 'geoTouches' => array(
4563 'Place',
4564 'GeospatialGeometry',
4565 ),
4566 'box' => array(
4567 'Text',
4568 ),
4569 'worstRating' => array(
4570 'Text',
4571 'Number',
4572 ),
4573 'director' => array(
4574 'Person',
4575 ),
4576 'characterName' => array(
4577 'Text',
4578 ),
4579 'chemicalRole' => array(
4580 'DefinedTerm',
4581 ),
4582 'diagram' => array(
4583 'ImageObject',
4584 ),
4585 'providesBroadcastService' => array(
4586 'BroadcastService',
4587 ),
4588 'artMedium' => array(
4589 'URL',
4590 'Text',
4591 ),
4592 'termCode' => array(
4593 'Text',
4594 ),
4595 'fuelEfficiency' => array(
4596 'QuantitativeValue',
4597 ),
4598 'loser' => array(
4599 'Person',
4600 ),
4601 'hasShippingService' => array(
4602 'ShippingService',
4603 ),
4604 'variantCover' => array(
4605 'Text',
4606 ),
4607 'image' => array(
4608 'ImageObject',
4609 'URL',
4610 ),
4611 'tracks' => array(
4612 'MusicRecording',
4613 ),
4614 'confirmationNumber' => array(
4615 'Text',
4616 ),
4617 'totalTime' => array(
4618 'Duration',
4619 ),
4620 'homeLocation' => array(
4621 'Place',
4622 'ContactPoint',
4623 ),
4624 'offeredBy' => array(
4625 'Person',
4626 'Organization',
4627 ),
4628 'billingAddress' => array(
4629 'PostalAddress',
4630 ),
4631 'accessibilitySummary' => array(
4632 'Text',
4633 ),
4634 'embeddedTextCaption' => array(
4635 'Text',
4636 ),
4637 'exampleOfWork' => array(
4638 'CreativeWork',
4639 ),
4640 'publication' => array(
4641 'PublicationEvent',
4642 ),
4643 'attendees' => array(
4644 'Person',
4645 'Organization',
4646 ),
4647 'reviewBody' => array(
4648 'Text',
4649 ),
4650 'fundedItem' => array(
4651 'Product',
4652 'Event',
4653 'CreativeWork',
4654 'MedicalEntity',
4655 'BioChemEntity',
4656 'Person',
4657 'Organization',
4658 ),
4659 'faxNumber' => array(
4660 'Text',
4661 ),
4662 'vehicleModelDate' => array(
4663 'Date',
4664 ),
4665 'eligibleQuantity' => array(
4666 'QuantitativeValue',
4667 ),
4668 'pregnancyCategory' => array(
4669 'DrugPregnancyCategory',
4670 ),
4671 'repeatCount' => array(
4672 'Integer',
4673 ),
4674 'aircraft' => array(
4675 'Vehicle',
4676 'Text',
4677 ),
4678 'pregnancyWarning' => array(
4679 'Text',
4680 ),
4681 'tripOrigin' => array(
4682 'Place',
4683 ),
4684 'performTime' => array(
4685 'Duration',
4686 ),
4687 'hasPOS' => array(
4688 'Place',
4689 ),
4690 'bitrate' => array(
4691 'Text',
4692 ),
4693 'busName' => array(
4694 'Text',
4695 ),
4696 'softwareAddOn' => array(
4697 'SoftwareApplication',
4698 ),
4699 'isAccessoryOrSparePartFor' => array(
4700 'Product',
4701 ),
4702 'foodWarning' => array(
4703 'Text',
4704 ),
4705 'paymentAccepted' => array(
4706 'Text',
4707 ),
4708 'driveWheelConfiguration' => array(
4709 'Text',
4710 'DriveWheelConfigurationValue',
4711 ),
4712 'seatNumber' => array(
4713 'Text',
4714 ),
4715 'departureBusStop' => array(
4716 'BusStop',
4717 'BusStation',
4718 ),
4719 'medicineSystem' => array(
4720 'MedicineSystem',
4721 ),
4722 'disambiguatingDescription' => array(
4723 'Text',
4724 ),
4725 'responsibilities' => array(
4726 'Text',
4727 ),
4728 'isLocatedInSubcellularLocation' => array(
4729 'DefinedTerm',
4730 'URL',
4731 'PropertyValue',
4732 ),
4733 'parent' => array(
4734 'Person',
4735 ),
4736 'device' => array(
4737 'Text',
4738 ),
4739 'countriesNotSupported' => array(
4740 'Text',
4741 ),
4742 'position' => array(
4743 'Text',
4744 'Integer',
4745 ),
4746 'relatedLink' => array(
4747 'URL',
4748 ),
4749 'validThrough' => array(
4750 'DateTime',
4751 'Date',
4752 ),
4753 'tissueSample' => array(
4754 'Text',
4755 ),
4756 'hasGS1DigitalLink' => array(
4757 'URL',
4758 ),
4759 'conditionsOfAccess' => array(
4760 'Text',
4761 ),
4762 'mainEntity' => array(
4763 'Thing',
4764 ),
4765 'observationDate' => array(
4766 'Date',
4767 'DateTime',
4768 ),
4769 'copyrightYear' => array(
4770 'Number',
4771 ),
4772 'title' => array(
4773 'Text',
4774 ),
4775 'acrissCode' => array(
4776 'Text',
4777 ),
4778 'additionalName' => array(
4779 'Text',
4780 ),
4781 'text' => array(
4782 'Text',
4783 ),
4784 'exifData' => array(
4785 'PropertyValue',
4786 'Text',
4787 ),
4788 'contentUrl' => array(
4789 'URL',
4790 ),
4791 'seatRow' => array(
4792 'Text',
4793 ),
4794 'cashBack' => array(
4795 'Boolean',
4796 'Number',
4797 ),
4798 'reservedTicket' => array(
4799 'Ticket',
4800 ),
4801 'tickerSymbol' => array(
4802 'Text',
4803 ),
4804 'defaultValue' => array(
4805 'Text',
4806 'Thing',
4807 ),
4808 'childTaxon' => array(
4809 'Taxon',
4810 'URL',
4811 'Text',
4812 ),
4813 'releaseDate' => array(
4814 'Date',
4815 ),
4816 'preparation' => array(
4817 'Text',
4818 'MedicalEntity',
4819 ),
4820 'email' => array(
4821 'Text',
4822 ),
4823 'interpretedAsClaim' => array(
4824 'Claim',
4825 ),
4826 'procedure' => array(
4827 'Text',
4828 ),
4829 'diagnosis' => array(
4830 'MedicalCondition',
4831 ),
4832 'callSign' => array(
4833 'Text',
4834 ),
4835 'cookTime' => array(
4836 'Duration',
4837 ),
4838 'hasOfferCatalog' => array(
4839 'OfferCatalog',
4840 ),
4841 'isPartOf' => array(
4842 'URL',
4843 'CreativeWork',
4844 ),
4845 'legislationChanges' => array(
4846 'Legislation',
4847 ),
4848 'deathPlace' => array(
4849 'Place',
4850 ),
4851 'claimInterpreter' => array(
4852 'Person',
4853 'Organization',
4854 ),
4855 'landlord' => array(
4856 'Organization',
4857 'Person',
4858 ),
4859 'antagonist' => array(
4860 'Muscle',
4861 ),
4862 'nonprofitStatus' => array(
4863 'NonprofitType',
4864 ),
4865 'transmissionMethod' => array(
4866 'Text',
4867 ),
4868 'itemListOrder' => array(
4869 'ItemListOrderType',
4870 'Text',
4871 ),
4872 'shippingRate' => array(
4873 'MonetaryAmount',
4874 'ShippingRateSettings',
4875 ),
4876 'termDuration' => array(
4877 'Duration',
4878 ),
4879 'linkRelationship' => array(
4880 'Text',
4881 ),
4882 'httpMethod' => array(
4883 'Text',
4884 ),
4885 'numberOfBathroomsTotal' => array(
4886 'Integer',
4887 ),
4888 'browserRequirements' => array(
4889 'Text',
4890 ),
4891 'priceSpecification' => array(
4892 'PriceSpecification',
4893 ),
4894 'numberOfAxles' => array(
4895 'QuantitativeValue',
4896 'Number',
4897 ),
4898 'exercisePlan' => array(
4899 'ExercisePlan',
4900 ),
4901 'arrivalGate' => array(
4902 'Text',
4903 ),
4904 'speechToTextMarkup' => array(
4905 'Text',
4906 ),
4907 'geoCrosses' => array(
4908 'Place',
4909 'GeospatialGeometry',
4910 ),
4911 'earlyPrepaymentPenalty' => array(
4912 'MonetaryAmount',
4913 ),
4914 'postalCode' => array(
4915 'Text',
4916 ),
4917 'educationalLevel' => array(
4918 'DefinedTerm',
4919 'URL',
4920 'Text',
4921 ),
4922 'variesBy' => array(
4923 'DefinedTerm',
4924 'Text',
4925 ),
4926 'broadcastDisplayName' => array(
4927 'Text',
4928 ),
4929 'itemDefectReturnFees' => array(
4930 'ReturnFeesEnumeration',
4931 ),
4932 'administrationRoute' => array(
4933 'Text',
4934 ),
4935 'eventSchedule' => array(
4936 'Schedule',
4937 ),
4938 'toLocation' => array(
4939 'Place',
4940 ),
4941 'applicantLocationRequirements' => array(
4942 'AdministrativeArea',
4943 ),
4944 'postalCodePrefix' => array(
4945 'Text',
4946 ),
4947 'sizeSystem' => array(
4948 'SizeSystemEnumeration',
4949 'Text',
4950 ),
4951 'founders' => array(
4952 'Person',
4953 ),
4954 'articleSection' => array(
4955 'Text',
4956 ),
4957 'videoQuality' => array(
4958 'Text',
4959 ),
4960 'subStageSuffix' => array(
4961 'Text',
4962 ),
4963 'regionDrained' => array(
4964 'AnatomicalSystem',
4965 'AnatomicalStructure',
4966 ),
4967 'memoryRequirements' => array(
4968 'URL',
4969 'Text',
4970 ),
4971 'applicationContact' => array(
4972 'ContactPoint',
4973 ),
4974 'numAdults' => array(
4975 'QuantitativeValue',
4976 'Integer',
4977 ),
4978 'customerRemorseReturnLabelSource' => array(
4979 'ReturnLabelSourceEnumeration',
4980 ),
4981 'activityDuration' => array(
4982 'Duration',
4983 'QuantitativeValue',
4984 ),
4985 'validFor' => array(
4986 'Duration',
4987 ),
4988 'primaryImageOfPage' => array(
4989 'ImageObject',
4990 ),
4991 'penciler' => array(
4992 'Person',
4993 ),
4994 'errorCode' => array(
4995 'Text',
4996 'Integer',
4997 'DefinedTerm',
4998 'StatusEnumeration',
4999 ),
5000 'sender' => array(
5001 'Organization',
5002 'Audience',
5003 'Person',
5004 ),
5005 'bestRating' => array(
5006 'Text',
5007 'Number',
5008 ),
5009 'character' => array(
5010 'Person',
5011 ),
5012 'spouse' => array(
5013 'Person',
5014 ),
5015 'copyrightHolder' => array(
5016 'Person',
5017 'Organization',
5018 ),
5019 'runtimePlatform' => array(
5020 'Text',
5021 'RuntimePlatform',
5022 ),
5023 'target' => array(
5024 'EntryPoint',
5025 'URL',
5026 ),
5027 'free' => array(
5028 'Boolean',
5029 ),
5030 'benefits' => array(
5031 'Text',
5032 ),
5033 'securityClearanceRequirement' => array(
5034 'Text',
5035 'URL',
5036 ),
5037 'gameAvailabilityType' => array(
5038 'Text',
5039 'GameAvailabilityEnumeration',
5040 ),
5041 'specialCommitments' => array(
5042 'Text',
5043 ),
5044 'departureStation' => array(
5045 'TrainStation',
5046 ),
5047 'issuedBy' => array(
5048 'Organization',
5049 ),
5050 'backstory' => array(
5051 'Text',
5052 'CreativeWork',
5053 ),
5054 'dateModified' => array(
5055 'Date',
5056 'DateTime',
5057 ),
5058 'departureTerminal' => array(
5059 'Text',
5060 ),
5061 'resultComment' => array(
5062 'Comment',
5063 ),
5064 'mediaItemAppearance' => array(
5065 'MediaObject',
5066 ),
5067 'aspect' => array(
5068 'Text',
5069 ),
5070 'currentExchangeRate' => array(
5071 'UnitPriceSpecification',
5072 ),
5073 'availabilityEnds' => array(
5074 'DateTime',
5075 'Date',
5076 'Time',
5077 ),
5078 'priceValidUntil' => array(
5079 'Date',
5080 ),
5081 'includedInHealthInsurancePlan' => array(
5082 'HealthInsurancePlan',
5083 ),
5084 'hasTierRequirement' => array(
5085 'MonetaryAmount',
5086 'Text',
5087 'CreditCard',
5088 'UnitPriceSpecification',
5089 ),
5090 'afterMedia' => array(
5091 'MediaObject',
5092 'URL',
5093 ),
5094 'availableAtOrFrom' => array(
5095 'Place',
5096 ),
5097 'cvdNumC19OverflowPats' => array(
5098 'Number',
5099 ),
5100 'sensoryUnit' => array(
5101 'SuperficialAnatomy',
5102 'AnatomicalStructure',
5103 ),
5104 'cvdNumTotBeds' => array(
5105 'Number',
5106 ),
5107 'healthcareReportingData' => array(
5108 'Dataset',
5109 'CDCPMDRecord',
5110 ),
5111 'dissolutionDate' => array(
5112 'Date',
5113 ),
5114 'cutoffTime' => array(
5115 'Time',
5116 ),
5117 'cvdNumC19HospPats' => array(
5118 'Number',
5119 ),
5120 'unnamedSourcesPolicy' => array(
5121 'CreativeWork',
5122 'URL',
5123 ),
5124 'icaoCode' => array(
5125 'Text',
5126 ),
5127 'targetName' => array(
5128 'Text',
5129 ),
5130 'estimatedSalary' => array(
5131 'Number',
5132 'MonetaryAmount',
5133 'MonetaryAmountDistribution',
5134 ),
5135 'drug' => array(
5136 'Drug',
5137 ),
5138 'annualPercentageRate' => array(
5139 'QuantitativeValue',
5140 'Number',
5141 ),
5142 'episodes' => array(
5143 'Episode',
5144 ),
5145 'owns' => array(
5146 'Thing',
5147 ),
5148 'incentiveAmount' => array(
5149 'LoanOrCredit',
5150 'UnitPriceSpecification',
5151 'QuantitativeValue',
5152 ),
5153 'program' => array(
5154 'MemberProgram',
5155 ),
5156 'inker' => array(
5157 'Person',
5158 ),
5159 'scheduledTime' => array(
5160 'Date',
5161 'DateTime',
5162 ),
5163 'photo' => array(
5164 'Photograph',
5165 'ImageObject',
5166 ),
5167 'totalPrice' => array(
5168 'Number',
5169 'Text',
5170 'PriceSpecification',
5171 ),
5172 'amenityFeature' => array(
5173 'LocationFeatureSpecification',
5174 ),
5175 'organizer' => array(
5176 'Person',
5177 'Organization',
5178 ),
5179 'qualifications' => array(
5180 'EducationalOccupationalCredential',
5181 'Text',
5182 ),
5183 );
5184