forked from geraintluff/schema-org-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproperty-multiplicity.json
977 lines (977 loc) · 28.7 KB
/
property-multiplicity.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
{
"about": false,
"acceptedAnswer": false,
"acceptedOffer": true,
"acceptedPaymentMethod": false,
"acceptsReservations": false,
"accessCode": false,
"accessibilityAPI": true,
"accessibilityControl": true,
"accessibilityFeature": true,
"accessibilityHazard": true,
"accountId": false,
"accountablePerson": false,
"acquiredFrom": false,
"action": false,
"actionApplication": true,
"actionOption": true,
"actionPlatform": false,
"actionStatus": "Indicates the current disposition of the Action.",
"activeIngredient": true,
"activityDuration": false,
"activityFrequency": false,
"actor": true,
"addOn": true,
"additionalName": true,
"additionalNumberOfGuests": "If responding yes, the number of guests who will attend in addition to the invitee.",
"additionalProperty": true,
"additionalType": true,
"additionalVariable": true,
"address": false,
"addressCountry": false,
"addressLocality": false,
"addressRegion": false,
"administrationRoute": true,
"advanceBookingRequirement": false,
"adverseOutcome": true,
"affectedBy": true,
"affiliation": true,
"agent": false,
"aggregateRating": false,
"aircraft": false,
"album": true,
"albumProductionType": "Classification of the album by it's type of content: soundtrack, live album, studio album, etc.",
"albumRelease": true,
"albumReleaseType": false,
"alcoholWarning": false,
"algorithm": false,
"alignmentType": true,
"alternateName": true,
"alternativeHeadline": true,
"alumni": true,
"alumniOf": true,
"amount": false,
"amountOfThisGood": false,
"annualPercentageRate": false,
"answerCount": false,
"antagonist": false,
"applicableLocation": false,
"applicationCategory": false,
"applicationSubCategory": false,
"applicationSuite": false,
"appliesToDeliveryMethod": false,
"appliesToPaymentMethod": false,
"area": false,
"areaServed": false,
"arrivalAirport": false,
"arrivalBusStop": false,
"arrivalGate": "Identifier of the flight's arrival gate.",
"arrivalPlatform": false,
"arrivalStation": false,
"arrivalTerminal": "Identifier of the flight's arrival terminal.",
"arrivalTime": false,
"artEdition": false,
"artMedium": false,
"arterialBranch": false,
"artform": "e.g. Painting, Drawing, Sculpture, Print, Photograph, Assemblage, Collage, etc.",
"articleBody": false,
"articleSection": true,
"artworkSurface": false,
"aspect": true,
"assembly": false,
"assemblyVersion": false,
"associatedAnatomy": false,
"associatedArticle": true,
"associatedMedia": false,
"associatedPathophysiology": false,
"athlete": true,
"attendee": true,
"audience": false,
"audienceType": false,
"audio": true,
"author": false,
"availability": false,
"availabilityEnds": false,
"availabilityStarts": false,
"availableAtOrFrom": false,
"availableChannel": true,
"availableDeliveryMethod": false,
"availableFrom": false,
"availableIn": false,
"availableLanguage": true,
"availableOnDevice": "Device required to run the application. Used in cases where a specific make/model is required to run the application. Supersedes device.",
"availableService": true,
"availableStrength": true,
"availableTest": true,
"availableThrough": false,
"award": true,
"awayTeam": false,
"background": false,
"baseSalary": false,
"benefits": false,
"bestRating": false,
"billingAddress": false,
"billingIncrement": false,
"billingPeriod": false,
"biomechnicalClass": false,
"birthDate": false,
"birthPlace": false,
"bitrate": false,
"blogPost": true,
"bloodSupply": false,
"boardingGroup": false,
"boardingPolicy": false,
"bodyLocation": false,
"bookEdition": false,
"bookFormat": false,
"bookingTime": false,
"borrower": true,
"box": true,
"branch": false,
"branchCode": true,
"branchOf": false,
"brand": false,
"breadcrumb": true,
"breastfeedingWarning": false,
"broadcastAffiliateOf": false,
"broadcastChannelId": false,
"broadcastDisplayName": false,
"broadcastOfEvent": false,
"broadcastServiceTier": false,
"broadcastTimezone": false,
"broadcaster": false,
"broker": true,
"browserRequirements": false,
"busName": false,
"busNumber": false,
"businessFunction": false,
"buyer": true,
"byArtist": false,
"calories": false,
"candidate": true,
"caption": false,
"carbohydrateContent": false,
"cargoVolume": false,
"carrier": false,
"carrierRequirements": false,
"catalog": true,
"catalogNumber": false,
"category": true,
"cause": true,
"causeOf": false,
"character": "Fictional person connected with a creative work.",
"characterAttribute": true,
"characterName": false,
"cheatCode": "Cheat codes to the game.",
"checkinTime": false,
"checkoutTime": false,
"childMaxAge": false,
"childMinAge": false,
"children": true,
"cholesterolContent": false,
"circle": true,
"citation": true,
"clincalPharmacology": false,
"clipNumber": false,
"closes": false,
"coach": true,
"code": true,
"codeRepository": true,
"codeSampleType": "Full (compile ready) solution, code snippet, inline code, scripts, template. Supersedes sampleType.",
"codeValue": false,
"codingSystem": false,
"colleague": true,
"collection": true,
"color": false,
"comment": true,
"commentCount": false,
"commentText": false,
"commentTime": false,
"competitor": true,
"composer": false,
"comprisedOf": false,
"confirmationNumber": false,
"connectedTo": true,
"contactOption": true,
"contactPoint": true,
"contactType": true,
"containedIn": false,
"containedInPlace": false,
"containsPlace": false,
"containsSeason": true,
"contentLocation": false,
"contentRating": true,
"contentSize": false,
"contentType": false,
"contentUrl": false,
"contraindication": true,
"contributor": true,
"cookTime": false,
"cookingMethod": false,
"copyrightHolder": false,
"copyrightYear": false,
"cost": false,
"costCategory": false,
"costCurrency": false,
"costOrigin": false,
"costPerUnit": false,
"countriesNotSupported": true,
"countriesSupported": true,
"countryOfOrigin": false,
"course": true,
"coverageEndTime": false,
"coverageStartTime": false,
"creator": false,
"creditedTo": false,
"currenciesAccepted": false,
"customer": false,
"dataFeedElement": true,
"dataset": true,
"datasetTimeInterval": false,
"dateCreated": false,
"dateDeleted": false,
"dateIssued": false,
"dateModified": false,
"datePosted": false,
"datePublished": false,
"dateRead": false,
"dateReceived": false,
"dateSent": false,
"dateVehicleFirstRegistered": false,
"dateline": false,
"dayOfWeek": false,
"deathDate": false,
"deathPlace": false,
"defaultValue": false,
"deliveryAddress": false,
"deliveryLeadTime": false,
"deliveryMethod": true,
"deliveryStatus": true,
"department": true,
"departureAirport": false,
"departureBusStop": false,
"departureGate": "Identifier of the flight's departure gate.",
"departurePlatform": false,
"departureStation": false,
"departureTerminal": "Identifier of the flight's departure terminal.",
"departureTime": false,
"dependencies": false,
"depth": false,
"description": true,
"device": false,
"diagnosis": true,
"diagram": true,
"diet": true,
"dietFeatures": false,
"differentialDiagnosis": true,
"director": false,
"disambiguatingDescription": true,
"discount": false,
"discountCode": false,
"discountCurrency": false,
"discusses": false,
"discussionUrl": true,
"dissolutionDate": false,
"distance": true,
"distinguishingSign": true,
"distribution": true,
"domainIncludes": true,
"doorTime": false,
"dosageForm": true,
"doseSchedule": true,
"doseUnit": false,
"doseValue": false,
"downloadUrl": false,
"downvoteCount": false,
"drainsTo": false,
"driveWheelConfiguration": false,
"dropoffLocation": "Where a rental car can be dropped off.",
"dropoffTime": "When a rental car can be dropped off.",
"drug": true,
"drugClass": false,
"drugUnit": false,
"duns": false,
"duplicateTherapy": true,
"duration": false,
"durationOfWarranty": false,
"editor": false,
"educationRequirements": false,
"educationalAlignment": true,
"educationalFramework": false,
"educationalRole": true,
"educationalUse": false,
"elevation": false,
"eligibleCustomerType": false,
"eligibleDuration": false,
"eligibleQuantity": false,
"eligibleRegion": false,
"eligibleTransactionVolume": false,
"email": true,
"embedUrl": false,
"employee": true,
"employmentType": true,
"encodesCreativeWork": false,
"encoding": true,
"encodingFormat": false,
"encodingType": false,
"endDate": false,
"endTime": false,
"endorsee": true,
"endorsers": true,
"entertainmentBusiness": true,
"epidemiology": false,
"episode": true,
"episodeNumber": false,
"equal": true,
"error": "For failed actions, more information on the cause of the failure.",
"estimatedFlightDuration": false,
"estimatesRiskOf": false,
"event": true,
"eventStatus": true,
"evidenceLevel": false,
"evidenceOrigin": false,
"exampleOfWork": true,
"executableLibraryName": "Library file name e.g., mscorlib.dll, system.web.dll. Supersedes assembly.",
"exerciseCourse": true,
"exercisePlan": true,
"exerciseType": true,
"exifData": false,
"expectedArrivalFrom": false,
"expectedArrivalUntil": false,
"expectedPrognosis": false,
"expectsAcceptanceOf": true,
"experienceRequirements": false,
"expertConsiderations": false,
"expires": false,
"familyName": false,
"fatContent": false,
"faxNumber": false,
"featureList": true,
"feesAndCommissionsSpecification": "Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization.",
"fiberContent": false,
"fileFormat": false,
"fileSize": false,
"firstPerformance": false,
"flightDistance": false,
"flightNumber": false,
"followee": true,
"follows": true,
"followup": false,
"foodEstablishment": true,
"foodEvent": true,
"foodWarning": false,
"founder": true,
"foundingDate": false,
"foundingLocation": false,
"free": true,
"frequency": false,
"fromLocation": true,
"fuelConsumption": false,
"fuelEfficiency": false,
"fuelType": false,
"function": false,
"functionalClass": false,
"game": "Video game which is played on this server. Inverse property: gameServer.",
"gameItem": true,
"gameLocation": "Real or fictional location of the game (or part of game).",
"gamePlatform": false,
"gameServer": false,
"gameTip": "Links to tips, tactics, etc.",
"gender": false,
"genre": false,
"geo": false,
"geoMidpoint": "Indicates the GeoCoordinates at the centre of a GeoShape e.g. GeoCircle.",
"geoRadius": "Indicates the approximate radius of a GeoCircle (metres unless indicated otherwise via Distance notation).",
"geographicArea": false,
"givenName": true,
"globalLocationNumber": false,
"grantee": false,
"greater": true,
"greaterOrEqual": true,
"gtin12": false,
"gtin13": false,
"gtin14": false,
"gtin8": false,
"guideline": true,
"guidelineDate": false,
"guidelineSubject": false,
"hasDeliveryMethod": false,
"hasDigitalDocumentPermission": true,
"hasMap": true,
"hasOfferCatalog": "Indicates an OfferCatalog listing for this Organization, Person, or Service.",
"hasPOS": true,
"hasPart": "Indicates a CreativeWork that is (in some sense) a part of this CreativeWork. Inverse property: isPartOf.",
"headline": false,
"healthCondition": false,
"height": false,
"highPrice": false,
"hiringOrganization": false,
"homeLocation": true,
"homeTeam": false,
"honorificPrefix": true,
"honorificSuffix": true,
"hospitalAffiliation": true,
"hostingOrganization": false,
"hoursAvailable": false,
"howPerformed": false,
"httpMethod": true,
"iataCode": "IATA identifier for an airline or airport.",
"icaoCode": "ICAO identifier for an airport.",
"identifyingExam": true,
"identifyingTest": true,
"illustrator": false,
"image": true,
"imagingTechnique": true,
"inAlbum": false,
"inBroadcastLineup": false,
"inLanguage": false,
"inPlaylist": false,
"incentiveCompensation": "Description of bonus and commission compensation aspects of the job. Supersedes incentives.",
"incentives": true,
"includedComposition": "Smaller compositions included in this work (e.g. a movement in a symphony).",
"includedInDataCatalog": true,
"includedRiskFactor": true,
"includesObject": true,
"increasesRiskOf": false,
"indication": true,
"industry": false,
"ineligibleRegion": false,
"infectiousAgent": false,
"infectiousAgentClass": false,
"ingredients": true,
"insertion": false,
"installUrl": false,
"instrument": false,
"intensity": false,
"interactingDrug": true,
"interactionCount": true,
"interactionStatistic": false,
"interactivityType": false,
"interestRate": false,
"inventoryLevel": false,
"isAccessibleForFree": true,
"isAccessoryOrSparePartFor": true,
"isAvailableGenerically": false,
"isBasedOn": true,
"isBasedOnUrl": true,
"isConsumableFor": true,
"isFamilyFriendly": false,
"isGift": false,
"isLiveBroadcast": false,
"isPartOf": false,
"isProprietary": false,
"isRelatedTo": true,
"isSimilarTo": true,
"isVariantOf": true,
"isbn": false,
"isicV4": false,
"isrcCode": false,
"issn": false,
"issueNumber": "Identifies the issue of publication; for example, \"iii\" or \"2\".",
"issuedBy": false,
"issuedThrough": false,
"iswcCode": false,
"item": true,
"itemCondition": true,
"itemListElement": true,
"itemListOrder": false,
"itemOffered": false,
"itemReviewed": false,
"itemShipped": true,
"jobBenefits": "Description of benefits associated with the job. Supersedes benefits.",
"jobLocation": true,
"jobTitle": false,
"keywords": false,
"knownVehicleDamages": true,
"knows": false,
"labelDetails": false,
"landlord": true,
"language": true,
"lastReviewed": false,
"latitude": false,
"learningResourceType": false,
"legalName": false,
"legalStatus": false,
"leiCode": true,
"lender": true,
"lesser": true,
"lesserOrEqual": true,
"license": true,
"line": true,
"liveBlogUpdate": true,
"loanTerm": false,
"location": false,
"locationCreated": false,
"lodgingUnitDescription": true,
"lodgingUnitType": "Textual description of the unit type (including suite vs. room, size of bed, etc.).",
"logo": true,
"longitude": false,
"loser": true,
"lowPrice": false,
"lyricist": false,
"lyrics": false,
"mainContentOfPage": false,
"mainEntity": "Indicates the primary entity described in some page or other CreativeWork. Inverse property: mainEntityOfPage.",
"mainEntityOfPage": "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details. Inverse property: mainEntity.",
"makesOffer": true,
"manufacturer": false,
"map": true,
"mapType": "Indicates the kind of Map, from the MapCategoryType Enumeration.",
"maxPrice": false,
"maxValue": false,
"maximumIntake": false,
"mealService": "Description of the meals that will be provided or available for purchase.",
"mechanismOfAction": false,
"medicalSpecialty": true,
"medicineSystem": false,
"member": true,
"memberOf": true,
"membershipNumber": true,
"memoryRequirements": false,
"mentions": true,
"menu": false,
"merchant": false,
"messageAttachment": true,
"mileageFromOdometer": false,
"minPrice": false,
"minValue": false,
"minimumPaymentDue": false,
"model": false,
"modifiedTime": false,
"mpn": false,
"multipleValues": "Whether multiple values are allowed for the property. Default is false.",
"musicArrangement": true,
"musicBy": false,
"musicCompositionForm": false,
"musicGroupMember": true,
"musicReleaseFormat": "Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).",
"musicalKey": false,
"naics": false,
"name": false,
"nationality": true,
"naturalProgression": false,
"nerve": false,
"nerveMotor": false,
"netWorth": false,
"nextItem": true,
"nonEqual": true,
"nonProprietaryName": false,
"normalRange": false,
"numAdults": false,
"numChildren": false,
"numTracks": false,
"numberOfAirbags": false,
"numberOfAxles": false,
"numberOfDoors": false,
"numberOfEmployees": false,
"numberOfEpisodes": false,
"numberOfForwardGears": false,
"numberOfItems": false,
"numberOfPages": false,
"numberOfPlayers": "Indicate how many people can play this game (minimum, maximum, or range).",
"numberOfPreviousOwners": false,
"numberOfSeasons": false,
"numberedPosition": true,
"numberofEmployees": false,
"nutrition": false,
"object": false,
"occupationalCategory": true,
"offerCount": false,
"offeredBy": true,
"offers": true,
"openingHours": false,
"openingHoursSpecification": false,
"opens": false,
"operatingSystem": true,
"oponent": true,
"opponent": true,
"option": true,
"orderDate": false,
"orderDelivery": false,
"orderItemNumber": false,
"orderItemStatus": false,
"orderNumber": false,
"orderQuantity": false,
"orderStatus": false,
"orderedItem": true,
"organizer": true,
"origin": false,
"originAddress": false,
"originatesFrom": false,
"outcome": false,
"overdosage": false,
"overview": false,
"ownedFrom": false,
"ownedThrough": false,
"owns": true,
"pageEnd": false,
"pageStart": false,
"pagination": "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".",
"parent": true,
"parentItem": false,
"parentOrganization": false,
"parentService": true,
"partOfEpisode": false,
"partOfInvoice": false,
"partOfOrder": false,
"partOfSeason": false,
"partOfSeries": false,
"partOfSystem": false,
"partOfTVSeries": false,
"participant": true,
"partySize": "Number of people the reservation should accommodate.",
"passengerPriorityStatus": false,
"passengerSequenceNumber": false,
"pathophysiology": true,
"paymentAccepted": true,
"paymentDue": false,
"paymentDueDate": false,
"paymentMethod": false,
"paymentMethodId": true,
"paymentStatus": false,
"paymentUrl": false,
"performer": true,
"performerIn": true,
"permissionType": false,
"permissions": true,
"permitAudience": false,
"phase": false,
"photo": true,
"physiologicalBenefits": true,
"pickupLocation": "Where a taxi will pick up a passenger or a rental car can be picked up.",
"pickupTime": "When a taxi will pickup a passenger or a rental car can be picked up.",
"playMode": "Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time.",
"playerType": true,
"playersOnline": "Number of players on the server.",
"polygon": true,
"population": false,
"position": false,
"possibleComplication": true,
"possibleTreatment": true,
"postOfficeBoxNumber": false,
"postOp": true,
"postalCode": false,
"potentialAction": "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.",
"preOp": true,
"predecessorOf": true,
"pregnancyCategory": false,
"pregnancyWarning": false,
"prepTime": false,
"preparation": false,
"prescribingInfo": false,
"prescriptionStatus": false,
"previousItem": true,
"previousStartDate": true,
"price": false,
"priceComponent": "This property links to all UnitPriceSpecification nodes that apply in parallel for the CompoundPriceSpecification node.",
"priceCurrency": false,
"priceRange": false,
"priceSpecification": true,
"priceType": true,
"priceValidUntil": false,
"primaryImageOfPage": false,
"primaryPrevention": true,
"printColumn": false,
"printEdition": false,
"printPage": false,
"printSection": false,
"procedure": true,
"procedureType": false,
"processingTime": false,
"processorRequirements": false,
"producer": false,
"produces": false,
"productID": false,
"productSupported": false,
"productionCompany": false,
"productionDate": false,
"proficiencyLevel": false,
"programMembershipUsed": "Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation.",
"programName": false,
"programmingLanguage": true,
"programmingModel": true,
"propertyID": true,
"proprietaryName": true,
"proteinContent": false,
"provider": false,
"providerMobility": "Indicates the mobility of a provided service (e.g. 'static', 'dynamic').",
"providesBroadcastService": false,
"providesService": false,
"publication": true,
"publicationType": false,
"publishedOn": true,
"publisher": false,
"publishingPrinciples": false,
"purchaseDate": false,
"purpose": true,
"qualifications": true,
"query": true,
"quest": false,
"question": true,
"rangeIncludes": true,
"ratingCount": false,
"ratingValue": false,
"readonlyValue": "Whether or not a property is mutable. Default is false. Specifying this for a property that also has a value makes it act similar to a \"hidden\" input in an HTML form.",
"realEstateAgent": true,
"recipe": true,
"recipeCategory": false,
"recipeCuisine": false,
"recipeIngredient": true,
"recipeInstructions": false,
"recipeYield": false,
"recipient": true,
"recognizingAuthority": true,
"recommendationStrength": true,
"recommendedIntake": true,
"recordLabel": false,
"recordedAs": true,
"recordedAt": false,
"recordedIn": false,
"recordingOf": false,
"referenceQuantity": false,
"referencesOrder": false,
"regionDrained": false,
"regionsAllowed": false,
"relatedAnatomy": true,
"relatedCondition": true,
"relatedDrug": true,
"relatedLink": true,
"relatedStructure": true,
"relatedTherapy": true,
"relatedTo": false,
"releaseDate": false,
"releaseNotes": false,
"releaseOf": false,
"releasedEvent": false,
"relevantSpecialty": true,
"repetitions": false,
"replacee": true,
"replacer": true,
"replyToUrl": false,
"reportNumber": false,
"representativeOfPage": false,
"requiredCollateral": "Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.)",
"requiredGender": false,
"requiredMaxAge": false,
"requiredMinAge": false,
"requirements": true,
"requiresSubscription": false,
"reservationFor": false,
"reservationId": true,
"reservationStatus": false,
"reservedTicket": true,
"responsibilities": true,
"restPeriods": false,
"result": false,
"resultComment": true,
"resultReview": true,
"review": true,
"reviewBody": false,
"reviewCount": false,
"reviewRating": false,
"reviewedBy": true,
"riskFactor": true,
"risks": true,
"roleName": true,
"rsvpResponse": false,
"runsTo": false,
"runtime": false,
"runtimePlatform": "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0). Supersedes runtime.",
"safetyConsideration": false,
"salaryCurrency": false,
"sameAs": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Freebase page, or official website.",
"sampleType": false,
"saturatedFatContent": false,
"scheduledPaymentDate": false,
"scheduledTime": false,
"schemaVersion": "Indicates (by URL or string) a particular version of a schema used in some CreativeWork. For example, a document could declare a schemaVersion using an URL such as http://schema.org/version/2.0/ if precise indication of schema version was required by some application.",
"screenCount": false,
"screenshot": true,
"season": true,
"seasonNumber": false,
"seatNumber": false,
"seatRow": false,
"seatSection": false,
"seatingType": false,
"secondaryPrevention": true,
"securityScreening": false,
"seeks": true,
"seller": false,
"sender": true,
"sensoryUnit": false,
"serialNumber": false,
"seriousAdverseOutcome": true,
"serverStatus": "Status of a game server.",
"servesCuisine": false,
"serviceArea": false,
"serviceAudience": false,
"serviceLocation": false,
"serviceOperator": false,
"serviceOutput": false,
"servicePhone": false,
"servicePostalAddress": false,
"serviceSmsNumber": false,
"serviceType": false,
"serviceUrl": false,
"servingSize": false,
"sharedContent": true,
"sibling": true,
"signDetected": true,
"signOrSymptom": true,
"significance": false,
"significantLink": true,
"skills": true,
"sku": false,
"sodiumContent": false,
"softwareAddOn": "Additional content for a software application.",
"softwareHelp": "Software application help.",
"softwareRequirements": "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime). Supersedes requirements.",
"softwareVersion": false,
"source": false,
"sourceOrganization": false,
"sourcedFrom": false,
"spatial": false,
"specialCommitments": true,
"specialOpeningHoursSpecification": false,
"specialty": true,
"sponsor": true,
"sport": true,
"sportsActivityLocation": true,
"sportsEvent": true,
"sportsTeam": true,
"spouse": false,
"stage": false,
"stageAsNumber": false,
"startDate": false,
"startTime": false,
"status": false,
"steeringPosition": false,
"stepValue": false,
"storageRequirements": false,
"streetAddress": false,
"strengthUnit": false,
"strengthValue": false,
"structuralClass": false,
"study": true,
"studyDesign": false,
"studyLocation": false,
"studySubject": true,
"subEvent": true,
"subOrganization": true,
"subReservation": false,
"subStageSuffix": false,
"subStructure": true,
"subTest": true,
"subtitleLanguage": "Languages in which subtitles/captions are available, in IETF BCP 47 standard format.",
"subtype": true,
"successorOf": true,
"sugarContent": false,
"suggestedAnswer": true,
"suggestedGender": false,
"suggestedMaxAge": false,
"suggestedMinAge": false,
"suitableForDiet": "Indicates a dietary restriction or guideline for which this recipe is suitable, e.g. diabetic, halal etc.",
"superEvent": true,
"supplyTo": false,
"supportingData": "Supporting data for a SoftwareApplication.",
"target": "Indicates a target EntryPoint for an Action.",
"targetCollection": true,
"targetDescription": false,
"targetName": false,
"targetPlatform": true,
"targetPopulation": true,
"targetProduct": true,
"targetUrl": false,
"taxID": false,
"telephone": false,
"temporal": false,
"text": false,
"thumbnail": false,
"thumbnailUrl": true,
"tickerSymbol": false,
"ticketNumber": false,
"ticketToken": "Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance.",
"ticketedSeat": false,
"timeRequired": false,
"tissueSample": false,
"title": false,
"toLocation": true,
"totalPaymentDue": false,
"totalPrice": false,
"totalTime": false,
"track": true,
"trackingNumber": false,
"trackingUrl": false,
"trailer": false,
"trainName": false,
"trainNumber": false,
"transFatContent": false,
"transcript": false,
"translator": "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.",
"transmissionMethod": true,
"trialDesign": false,
"tributary": false,
"typeOfGood": false,
"typicalAgeRange": false,
"typicalTest": true,
"underName": false,
"unitCode": false,
"unitText": true,
"unsaturatedFatContent": false,
"uploadDate": false,
"upvoteCount": false,
"url": false,
"urlTemplate": true,
"usedToDiagnose": true,
"usesDevice": true,
"validFor": false,
"validFrom": false,
"validIn": false,
"validThrough": false,
"validUntil": false,
"value": false,
"valueAddedTaxIncluded": false,
"valueMaxLength": "Specifies the allowed range for number of characters in a literal value.",
"valueMinLength": "Specifies the minimum allowed range for number of characters in a literal value.",
"valueName": "Indicates the name of the PropertyValueSpecification to be used in URL templates and form encoding in a manner analogous to HTML's input@name.",
"valuePattern": "Specifies a regular expression for testing literal values according to the HTML spec.",
"valueReference": true,
"valueRequired": "Whether the property must be filled in to complete the action. Default is false.",
"vatID": false,
"vehicleConfiguration": true,
"vehicleEngine": "Information about the engine or engines of the vehicle.",
"vehicleIdentificationNumber": false,
"vehicleInteriorColor": false,
"vehicleInteriorType": false,
"vehicleModelDate": false,
"vehicleSeatingCapacity": false,
"vehicleSpecialUsage": "Indicates whether the vehicle has been used for special purposes, like commercial rental, driving school, or as a taxi. The legislation in many countries requires this information to be revealed when offering a car for sale.",
"vehicleTransmission": false,
"vendor": true,
"version": false,
"video": true,
"videoFormat": false,
"videoFrameSize": false,
"videoQuality": false,
"volumeNumber": "Identifies the volume of publication or multi-part work; for example, \"iii\" or \"2\".",
"warning": false,
"warranty": false,
"warrantyPromise": false,
"warrantyScope": false,
"webCheckinTime": false,
"weight": false,
"width": false,
"winner": true,
"wordCount": false,
"workExample": "Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook. Inverse property: exampleOfWork.",
"workFeatured": true,
"workHours": false,
"workLocation": true,
"workPerformed": true,
"workPresented": false,
"workload": false,
"worksFor": true,
"worstRating": false,
"yearlyRevenue": false,
"yearsInOperation": false
}