openactive 0.1.2 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (638) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/create-data-model-pr.yaml +82 -0
  3. data/.github/workflows/release.yaml +36 -0
  4. data/.github/workflows/tests.yaml +26 -0
  5. data/.gitignore +2 -0
  6. data/.rspec_status +62 -0
  7. data/.rubocop.yml +2 -2
  8. data/README.md +6 -1
  9. data/UPDATING.md +49 -0
  10. data/lib/openactive/concerns/type_checker.rb +1 -1
  11. data/lib/openactive/enums/{available_channel_type.rb → booking_channel_type.rb} +3 -3
  12. data/lib/openactive/enums/open_booking_flow_requirement.rb +0 -1
  13. data/lib/openactive/enums/order_item_status.rb +1 -2
  14. data/lib/openactive/enums/property_enumeration.rb +1456 -0
  15. data/lib/openactive/enums/schema/boarding_policy_type.rb +1 -1
  16. data/lib/openactive/enums/schema/book_format_type.rb +1 -0
  17. data/lib/openactive/enums/schema/business_entity_type.rb +1 -10
  18. data/lib/openactive/enums/schema/business_function.rb +1 -14
  19. data/lib/openactive/enums/schema/car_usage_type.rb +14 -0
  20. data/lib/openactive/enums/schema/day_of_week.rb +7 -6
  21. data/lib/openactive/enums/schema/delivery_method.rb +3 -14
  22. data/lib/openactive/enums/schema/digital_document_permission_type.rb +1 -1
  23. data/lib/openactive/enums/schema/energy_efficiency_enumeration.rb +11 -0
  24. data/lib/openactive/enums/schema/event_attendance_mode_enumeration.rb +14 -0
  25. data/lib/openactive/enums/schema/event_status_type.rb +1 -2
  26. data/lib/openactive/enums/schema/game_play_mode.rb +2 -2
  27. data/lib/openactive/enums/schema/gender_type.rb +1 -1
  28. data/lib/openactive/enums/schema/government_benefits_type.rb +19 -0
  29. data/lib/openactive/enums/schema/health_aspect_enumeration.rb +25 -18
  30. data/lib/openactive/enums/schema/item_availability.rb +7 -6
  31. data/lib/openactive/enums/schema/item_list_order_type.rb +2 -2
  32. data/lib/openactive/enums/schema/legal_value_level.rb +2 -2
  33. data/lib/openactive/enums/schema/map_category_type.rb +2 -2
  34. data/lib/openactive/enums/schema/measurement_type_enumeration.rb +11 -0
  35. data/lib/openactive/enums/schema/media_manipulation_rating_enumeration.rb +17 -0
  36. data/lib/openactive/enums/schema/medical_enumeration.rb +11 -0
  37. data/lib/openactive/enums/schema/merchant_return_enumeration.rb +15 -0
  38. data/lib/openactive/enums/schema/music_album_production_type.rb +5 -5
  39. data/lib/openactive/enums/schema/music_album_release_type.rb +1 -1
  40. data/lib/openactive/enums/schema/music_release_format_type.rb +2 -2
  41. data/lib/openactive/enums/schema/nonprofit_type.rb +11 -0
  42. data/lib/openactive/enums/schema/offer_item_condition.rb +1 -1
  43. data/lib/openactive/enums/schema/payment_method.rb +1 -15
  44. data/lib/openactive/enums/schema/physical_activity_category.rb +18 -0
  45. data/lib/openactive/enums/schema/price_component_type_enumeration.rb +17 -0
  46. data/lib/openactive/enums/schema/price_type_enumeration.rb +17 -0
  47. data/lib/openactive/enums/schema/refund_type_enumeration.rb +1 -1
  48. data/lib/openactive/enums/schema/restricted_diet.rb +6 -6
  49. data/lib/openactive/enums/schema/return_fees_enumeration.rb +2 -2
  50. data/lib/openactive/enums/schema/rsvp_response_type.rb +1 -1
  51. data/lib/openactive/enums/schema/size_group_enumeration.rb +11 -0
  52. data/lib/openactive/enums/schema/size_system_enumeration.rb +13 -0
  53. data/lib/openactive/enums/schema/status_enumeration.rb +11 -0
  54. data/lib/openactive/enums/schema/warranty_scope.rb +1 -9
  55. data/lib/openactive/enums/test_open_booking_flow_enumeration.rb +12 -0
  56. data/lib/openactive/enums/test_opportunity_criteria_enumeration.rb +38 -0
  57. data/lib/openactive/files_index.json +256 -50
  58. data/lib/openactive/helpers/json_ld.rb +3 -1
  59. data/lib/openactive/models/access_channel_update_simulate_action.rb +13 -0
  60. data/lib/openactive/models/access_code_update_simulate_action.rb +13 -0
  61. data/lib/openactive/models/access_pass_update_simulate_action.rb +13 -0
  62. data/lib/openactive/models/action.rb +5 -9
  63. data/lib/openactive/models/audio_object.rb +22 -0
  64. data/lib/openactive/models/authenticated_person.rb +18 -0
  65. data/lib/openactive/models/baby_changing.rb +1 -1
  66. data/lib/openactive/models/bar.rb +2 -2
  67. data/lib/openactive/models/barcode.rb +6 -1
  68. data/lib/openactive/models/booking_service.rb +1 -0
  69. data/lib/openactive/models/boolean_form_field_specification.rb +4 -3
  70. data/lib/openactive/models/brand.rb +8 -3
  71. data/lib/openactive/models/cafe.rb +2 -2
  72. data/lib/openactive/models/cancellation_not_permitted_error.rb +15 -0
  73. data/lib/openactive/models/certification_level.rb +13 -0
  74. data/lib/openactive/models/certification_scheme.rb +23 -0
  75. data/lib/openactive/models/change_of_logistics_location_simulate_action.rb +13 -0
  76. data/lib/openactive/models/change_of_logistics_name_simulate_action.rb +13 -0
  77. data/lib/openactive/models/change_of_logistics_time_simulate_action.rb +13 -0
  78. data/lib/openactive/models/changing_facilities.rb +1 -1
  79. data/lib/openactive/models/concept.rb +21 -1
  80. data/lib/openactive/models/concept_collection.rb +2 -1
  81. data/lib/openactive/models/concept_scheme.rb +1 -1
  82. data/lib/openactive/models/course.rb +43 -9
  83. data/lib/openactive/models/course_instance.rb +33 -1
  84. data/lib/openactive/models/creche.rb +1 -1
  85. data/lib/openactive/models/customer_notice_simulate_action.rb +13 -0
  86. data/lib/openactive/models/data_catalog.rb +53 -0
  87. data/lib/openactive/models/data_download.rb +7 -4
  88. data/lib/openactive/models/dataset.rb +2 -4
  89. data/lib/openactive/models/dropdown_form_field_specification.rb +1 -1
  90. data/lib/openactive/models/dynamic_payment.rb +1 -0
  91. data/lib/openactive/models/event.rb +98 -35
  92. data/lib/openactive/models/event_series.rb +15 -1
  93. data/lib/openactive/models/facility_use.rb +28 -21
  94. data/lib/openactive/models/geo_coordinates.rb +1 -1
  95. data/lib/openactive/models/gone_error.rb +15 -0
  96. data/lib/openactive/models/headline_event.rb +1 -6
  97. data/lib/openactive/models/image_object.rb +12 -2
  98. data/lib/openactive/models/incomplete_attendee_details_error.rb +15 -0
  99. data/lib/openactive/models/incomplete_broker_details_error.rb +15 -0
  100. data/lib/openactive/models/incomplete_customer_details_error.rb +15 -0
  101. data/lib/openactive/models/incomplete_intake_form_error.rb +15 -0
  102. data/lib/openactive/models/incomplete_order_item_error.rb +15 -0
  103. data/lib/openactive/models/incomplete_payment_details_error.rb +15 -0
  104. data/lib/openactive/models/indicative_offer.rb +2 -2
  105. data/lib/openactive/models/individual_facility_use.rb +1 -0
  106. data/lib/openactive/models/internal_application_error.rb +26 -0
  107. data/lib/openactive/models/internal_library_configuration_error.rb +26 -0
  108. data/lib/openactive/models/internal_library_error.rb +26 -0
  109. data/lib/openactive/models/internal_open_booking_error.rb +26 -0
  110. data/lib/openactive/models/invalid_apitoken_error.rb +15 -0
  111. data/lib/openactive/models/invalid_authorization_details_error.rb +15 -0
  112. data/lib/openactive/models/invalid_intake_form_error.rb +15 -0
  113. data/lib/openactive/models/invalid_opportunity_or_offer_id_error.rb +26 -0
  114. data/lib/openactive/models/invalid_payment_details_error.rb +15 -0
  115. data/lib/openactive/models/lease.rb +1 -0
  116. data/lib/openactive/models/location_feature_specification.rb +1 -1
  117. data/lib/openactive/models/lockers.rb +1 -1
  118. data/lib/openactive/models/media_object.rb +44 -0
  119. data/lib/openactive/models/method_not_allowed_error.rb +26 -0
  120. data/lib/openactive/models/missing_payment_details_error.rb +26 -0
  121. data/lib/openactive/models/no_apitoken_error.rb +15 -0
  122. data/lib/openactive/models/not_found_error.rb +15 -0
  123. data/lib/openactive/models/offer.rb +21 -11
  124. data/lib/openactive/models/offer_override.rb +41 -1
  125. data/lib/openactive/models/on_demand_event.rb +86 -0
  126. data/lib/openactive/models/open_booking_error.rb +1 -10
  127. data/lib/openactive/models/open_booking_simulate_action.rb +13 -0
  128. data/lib/openactive/models/opening_hours_specification.rb +15 -3
  129. data/lib/openactive/models/opportunity_attendance_update_simulate_action.rb +13 -0
  130. data/lib/openactive/models/opportunity_capacity_is_reserved_by_lease_error.rb +15 -0
  131. data/lib/openactive/models/opportunity_has_insufficient_capacity_error.rb +15 -0
  132. data/lib/openactive/models/opportunity_intractable_error.rb +26 -0
  133. data/lib/openactive/models/opportunity_is_full_error.rb +15 -0
  134. data/lib/openactive/models/opportunity_is_in_conflict_error.rb +15 -0
  135. data/lib/openactive/models/opportunity_offer_pair_not_bookable_error.rb +26 -0
  136. data/lib/openactive/models/order.rb +4 -7
  137. data/lib/openactive/models/order_already_exists_error.rb +15 -0
  138. data/lib/openactive/models/order_creation_failed_error.rb +15 -0
  139. data/lib/openactive/models/order_item.rb +20 -17
  140. data/lib/openactive/models/order_item_id_invalid_error.rb +26 -0
  141. data/lib/openactive/models/order_item_not_within_order_error.rb +26 -0
  142. data/lib/openactive/models/order_proposal.rb +7 -1
  143. data/lib/openactive/models/order_proposal_version_outdated_error.rb +26 -0
  144. data/lib/openactive/models/order_quote.rb +1 -11
  145. data/lib/openactive/models/organization.rb +17 -6
  146. data/lib/openactive/models/paragraph_form_field_specification.rb +1 -1
  147. data/lib/openactive/models/parking.rb +1 -1
  148. data/lib/openactive/models/partial_schedule.rb +16 -1
  149. data/lib/openactive/models/patch_contains_excessive_properties_error.rb +26 -0
  150. data/lib/openactive/models/patch_not_allowed_on_property_error.rb +26 -0
  151. data/lib/openactive/models/payment.rb +9 -7
  152. data/lib/openactive/models/person.rb +12 -1
  153. data/lib/openactive/models/place.rb +6 -1
  154. data/lib/openactive/models/postal_address.rb +1 -1
  155. data/lib/openactive/models/price_specification.rb +7 -1
  156. data/lib/openactive/models/privacy_policy.rb +1 -0
  157. data/lib/openactive/models/property_value.rb +3 -3
  158. data/lib/openactive/models/property_value_specification.rb +4 -3
  159. data/lib/openactive/models/quantitative_value.rb +1 -1
  160. data/lib/openactive/models/replacement_simulate_action.rb +13 -0
  161. data/lib/openactive/models/schedule.rb +10 -5
  162. data/lib/openactive/models/scheduled_session.rb +13 -6
  163. data/lib/openactive/models/schema/3dmodel.rb +7 -1
  164. data/lib/openactive/models/schema/accommodation.rb +55 -20
  165. data/lib/openactive/models/schema/action.rb +48 -39
  166. data/lib/openactive/models/schema/action_access_specification.rb +30 -23
  167. data/lib/openactive/models/schema/action_status_type.rb +13 -0
  168. data/lib/openactive/models/schema/aggregate_offer.rb +12 -10
  169. data/lib/openactive/models/schema/aggregate_rating.rb +6 -5
  170. data/lib/openactive/models/schema/airline.rb +5 -5
  171. data/lib/openactive/models/schema/alignment_object.rb +8 -8
  172. data/lib/openactive/models/schema/amp_story.rb +13 -0
  173. data/lib/openactive/models/schema/anatomical_structure.rb +59 -0
  174. data/lib/openactive/models/schema/anatomical_system.rb +43 -0
  175. data/lib/openactive/models/schema/answer.rb +7 -0
  176. data/lib/openactive/models/schema/apartment.rb +5 -3
  177. data/lib/openactive/models/schema/apartment_complex.rb +32 -0
  178. data/lib/openactive/models/schema/apireference.rb +5 -5
  179. data/lib/openactive/models/schema/approved_indication.rb +13 -0
  180. data/lib/openactive/models/schema/archive_component.rb +9 -7
  181. data/lib/openactive/models/schema/archive_organization.rb +2 -1
  182. data/lib/openactive/models/schema/artery.rb +25 -0
  183. data/lib/openactive/models/schema/article.rb +22 -21
  184. data/lib/openactive/models/schema/ask_action.rb +2 -1
  185. data/lib/openactive/models/schema/{locker_delivery.rb → atlas.rb} +2 -2
  186. data/lib/openactive/models/schema/audience.rb +2 -1
  187. data/lib/openactive/models/schema/audio_object.rb +6 -5
  188. data/lib/openactive/models/schema/audiobook.rb +26 -0
  189. data/lib/openactive/models/schema/authorize_action.rb +4 -3
  190. data/lib/openactive/models/schema/bank_account.rb +6 -4
  191. data/lib/openactive/models/schema/bed_details.rb +3 -2
  192. data/lib/openactive/models/schema/blog.rb +6 -4
  193. data/lib/openactive/models/schema/blood_test.rb +13 -0
  194. data/lib/openactive/models/schema/boat_reservation.rb +13 -0
  195. data/lib/openactive/models/schema/boat_terminal.rb +13 -0
  196. data/lib/openactive/models/schema/boat_trip.rb +25 -0
  197. data/lib/openactive/models/schema/body_measurement_type_enumeration.rb +13 -0
  198. data/lib/openactive/models/schema/bone.rb +13 -0
  199. data/lib/openactive/models/schema/book.rb +13 -6
  200. data/lib/openactive/models/schema/borrow_action.rb +3 -2
  201. data/lib/openactive/models/schema/brain_structure.rb +13 -0
  202. data/lib/openactive/models/schema/brand.rb +9 -7
  203. data/lib/openactive/models/schema/broadcast_channel.rb +19 -16
  204. data/lib/openactive/models/schema/broadcast_event.rb +9 -7
  205. data/lib/openactive/models/schema/broadcast_frequency_specification.rb +7 -6
  206. data/lib/openactive/models/schema/broadcast_service.rb +37 -24
  207. data/lib/openactive/models/schema/bus_or_coach.rb +24 -0
  208. data/lib/openactive/models/schema/bus_trip.rb +7 -5
  209. data/lib/openactive/models/schema/business_audience.rb +6 -3
  210. data/lib/openactive/models/schema/buy_action.rb +11 -8
  211. data/lib/openactive/models/schema/campground.rb +1 -1
  212. data/lib/openactive/models/schema/car.rb +11 -0
  213. data/lib/openactive/models/schema/category_code.rb +6 -6
  214. data/lib/openactive/models/schema/category_code_set.rb +2 -1
  215. data/lib/openactive/models/schema/cdcpmdrecord.rb +115 -0
  216. data/lib/openactive/models/schema/chapter.rb +32 -0
  217. data/lib/openactive/models/schema/choose_action.rb +5 -3
  218. data/lib/openactive/models/schema/claim.rb +6 -4
  219. data/lib/openactive/models/schema/class.rb +22 -0
  220. data/lib/openactive/models/schema/clip.rb +42 -30
  221. data/lib/openactive/models/schema/collection.rb +19 -0
  222. data/lib/openactive/models/schema/comic_cover_art.rb +13 -0
  223. data/lib/openactive/models/schema/comic_issue.rb +48 -0
  224. data/lib/openactive/models/schema/comic_series.rb +13 -0
  225. data/lib/openactive/models/schema/comic_story.rb +43 -0
  226. data/lib/openactive/models/schema/comment.rb +6 -5
  227. data/lib/openactive/models/schema/comment_action.rb +2 -1
  228. data/lib/openactive/models/schema/communicate_action.rb +16 -12
  229. data/lib/openactive/models/schema/compound_price_specification.rb +9 -1
  230. data/lib/openactive/models/schema/consume_action.rb +4 -2
  231. data/lib/openactive/models/schema/contact_point.rb +29 -24
  232. data/lib/openactive/models/schema/cook_action.rb +6 -3
  233. data/lib/openactive/models/schema/course.rb +25 -15
  234. data/lib/openactive/models/schema/course_instance.rb +7 -6
  235. data/lib/openactive/models/schema/cover_art.rb +13 -0
  236. data/lib/openactive/models/schema/covid_testing_facility.rb +13 -0
  237. data/lib/openactive/models/schema/creative_work.rb +423 -275
  238. data/lib/openactive/models/schema/creative_work_season.rb +36 -29
  239. data/lib/openactive/models/schema/credit_card.rb +1 -8
  240. data/lib/openactive/models/schema/data_catalog.rb +6 -5
  241. data/lib/openactive/models/schema/data_feed.rb +3 -2
  242. data/lib/openactive/models/schema/data_feed_item.rb +12 -11
  243. data/lib/openactive/models/schema/dataset.rb +28 -23
  244. data/lib/openactive/models/schema/dated_money_specification.rb +12 -11
  245. data/lib/openactive/models/schema/ddx_element.rb +25 -0
  246. data/lib/openactive/models/schema/defined_region.rb +41 -0
  247. data/lib/openactive/models/schema/defined_term.rb +5 -5
  248. data/lib/openactive/models/schema/defined_term_set.rb +2 -1
  249. data/lib/openactive/models/schema/delivery_charge_specification.rb +14 -11
  250. data/lib/openactive/models/schema/delivery_event.rb +6 -6
  251. data/lib/openactive/models/schema/delivery_time_settings.rb +36 -0
  252. data/lib/openactive/models/schema/demand.rb +130 -109
  253. data/lib/openactive/models/schema/dentist.rb +1 -1
  254. data/lib/openactive/models/schema/deposit_account.rb +1 -1
  255. data/lib/openactive/models/schema/diagnostic_lab.rb +19 -0
  256. data/lib/openactive/models/schema/diagnostic_procedure.rb +13 -0
  257. data/lib/openactive/models/schema/diet.rb +40 -0
  258. data/lib/openactive/models/schema/dietary_supplement.rb +76 -0
  259. data/lib/openactive/models/schema/digital_document.rb +2 -1
  260. data/lib/openactive/models/schema/digital_document_permission.rb +9 -8
  261. data/lib/openactive/models/schema/donate_action.rb +4 -3
  262. data/lib/openactive/models/schema/dose_schedule.rb +35 -0
  263. data/lib/openactive/models/schema/drug.rb +186 -0
  264. data/lib/openactive/models/schema/drug_class.rb +19 -0
  265. data/lib/openactive/models/schema/drug_cost.rb +48 -0
  266. data/lib/openactive/models/schema/drug_cost_category.rb +13 -0
  267. data/lib/openactive/models/schema/drug_legal_status.rb +19 -0
  268. data/lib/openactive/models/schema/drug_pregnancy_category.rb +13 -0
  269. data/lib/openactive/models/schema/drug_prescription_status.rb +13 -0
  270. data/lib/openactive/models/schema/drug_strength.rb +41 -0
  271. data/lib/openactive/models/schema/education_event.rb +21 -0
  272. data/lib/openactive/models/schema/educational_occupational_credential.rb +25 -11
  273. data/lib/openactive/models/schema/educational_occupational_program.rb +144 -9
  274. data/lib/openactive/models/schema/educational_organization.rb +2 -1
  275. data/lib/openactive/models/schema/employee_role.rb +8 -7
  276. data/lib/openactive/models/schema/endorse_action.rb +3 -2
  277. data/lib/openactive/models/schema/energy_consumption_details.rb +31 -0
  278. data/lib/openactive/models/schema/energy_star_energy_efficiency_enumeration.rb +13 -0
  279. data/lib/openactive/models/schema/engine_specification.rb +27 -1
  280. data/lib/openactive/models/schema/entry_point.rb +12 -10
  281. data/lib/openactive/models/schema/enumeration.rb +9 -0
  282. data/lib/openactive/models/schema/episode.rb +38 -22
  283. data/lib/openactive/models/schema/euenergy_efficiency_enumeration.rb +13 -0
  284. data/lib/openactive/models/schema/event.rb +156 -104
  285. data/lib/openactive/models/schema/event_status_type.rb +13 -0
  286. data/lib/openactive/models/schema/exchange_rate_specification.rb +10 -3
  287. data/lib/openactive/models/schema/exercise_action.rb +47 -15
  288. data/lib/openactive/models/schema/exercise_plan.rb +67 -0
  289. data/lib/openactive/models/schema/financial_product.rb +11 -9
  290. data/lib/openactive/models/schema/flight.rb +46 -39
  291. data/lib/openactive/models/schema/flight_reservation.rb +5 -5
  292. data/lib/openactive/models/schema/floor_plan.rb +90 -0
  293. data/lib/openactive/models/schema/follow_action.rb +3 -2
  294. data/lib/openactive/models/schema/food_establishment.rb +14 -13
  295. data/lib/openactive/models/schema/food_establishment_reservation.rb +11 -10
  296. data/lib/openactive/models/schema/game.rb +15 -11
  297. data/lib/openactive/models/schema/game_server.rb +9 -8
  298. data/lib/openactive/models/schema/game_server_status.rb +13 -0
  299. data/lib/openactive/models/schema/geo_circle.rb +6 -4
  300. data/lib/openactive/models/schema/geo_coordinates.rb +20 -18
  301. data/lib/openactive/models/schema/geo_shape.rb +17 -15
  302. data/lib/openactive/models/schema/geospatial_geometry.rb +70 -0
  303. data/lib/openactive/models/schema/give_action.rb +4 -3
  304. data/lib/openactive/models/schema/government_service.rb +9 -1
  305. data/lib/openactive/models/schema/grant.rb +9 -1
  306. data/lib/openactive/models/schema/guide.rb +18 -0
  307. data/lib/openactive/models/schema/hackathon.rb +13 -0
  308. data/lib/openactive/models/schema/health_insurance_plan.rb +23 -15
  309. data/lib/openactive/models/schema/health_plan_cost_sharing_specification.rb +9 -8
  310. data/lib/openactive/models/schema/health_plan_formulary.rb +7 -7
  311. data/lib/openactive/models/schema/health_plan_network.rb +5 -5
  312. data/lib/openactive/models/schema/hospital.rb +22 -1
  313. data/lib/openactive/models/schema/hotel_room.rb +5 -3
  314. data/lib/openactive/models/schema/house.rb +3 -2
  315. data/lib/openactive/models/schema/how_to.rb +36 -27
  316. data/lib/openactive/models/schema/how_to_direction.rb +24 -19
  317. data/lib/openactive/models/schema/how_to_item.rb +3 -2
  318. data/lib/openactive/models/schema/how_to_section.rb +3 -2
  319. data/lib/openactive/models/schema/how_to_step.rb +1 -1
  320. data/lib/openactive/models/schema/how_to_supply.rb +3 -2
  321. data/lib/openactive/models/schema/hyper_toc.rb +25 -0
  322. data/lib/openactive/models/schema/hyper_toc_entry.rb +30 -0
  323. data/lib/openactive/models/schema/image_gallery.rb +1 -1
  324. data/lib/openactive/models/schema/image_object.rb +15 -12
  325. data/lib/openactive/models/schema/imaging_test.rb +19 -0
  326. data/lib/openactive/models/schema/infectious_agent_class.rb +13 -0
  327. data/lib/openactive/models/schema/infectious_disease.rb +29 -0
  328. data/lib/openactive/models/schema/inform_action.rb +2 -1
  329. data/lib/openactive/models/schema/insert_action.rb +2 -1
  330. data/lib/openactive/models/schema/interaction_counter.rb +8 -6
  331. data/lib/openactive/models/schema/investment_or_deposit.rb +2 -1
  332. data/lib/openactive/models/schema/invite_action.rb +2 -1
  333. data/lib/openactive/models/schema/invoice.rb +61 -51
  334. data/lib/openactive/models/schema/item_list.rb +8 -7
  335. data/lib/openactive/models/schema/job_posting.rb +128 -70
  336. data/lib/openactive/models/schema/join_action.rb +2 -1
  337. data/lib/openactive/models/schema/joint.rb +30 -0
  338. data/lib/openactive/models/schema/learning_resource.rb +61 -0
  339. data/lib/openactive/models/schema/leave_action.rb +2 -1
  340. data/lib/openactive/models/schema/legal_force_status.rb +13 -0
  341. data/lib/openactive/models/schema/legislation.rb +51 -36
  342. data/lib/openactive/models/schema/lend_action.rb +2 -1
  343. data/lib/openactive/models/schema/lifestyle_modification.rb +13 -0
  344. data/lib/openactive/models/schema/ligament.rb +13 -0
  345. data/lib/openactive/models/schema/link_role.rb +7 -0
  346. data/lib/openactive/models/schema/list_item.rb +10 -7
  347. data/lib/openactive/models/schema/live_blog_posting.rb +6 -5
  348. data/lib/openactive/models/schema/loan_or_credit.rb +26 -21
  349. data/lib/openactive/models/schema/local_business.rb +7 -6
  350. data/lib/openactive/models/schema/location_feature_specification.rb +9 -8
  351. data/lib/openactive/models/schema/lodging_business.rb +24 -19
  352. data/lib/openactive/models/schema/lodging_reservation.rb +15 -13
  353. data/lib/openactive/models/schema/lose_action.rb +2 -1
  354. data/lib/openactive/models/schema/lymphatic_vessel.rb +32 -0
  355. data/lib/openactive/models/schema/math_solver.rb +20 -0
  356. data/lib/openactive/models/schema/maximum_dose_schedule.rb +13 -0
  357. data/lib/openactive/models/schema/media_gallery.rb +13 -0
  358. data/lib/openactive/models/schema/media_object.rb +65 -49
  359. data/lib/openactive/models/schema/media_review.rb +19 -0
  360. data/lib/openactive/models/schema/media_subscription.rb +8 -6
  361. data/lib/openactive/models/schema/medical_audience.rb +13 -0
  362. data/lib/openactive/models/schema/medical_audience_type.rb +13 -0
  363. data/lib/openactive/models/schema/medical_business.rb +13 -0
  364. data/lib/openactive/models/schema/medical_cause.rb +19 -0
  365. data/lib/openactive/models/schema/medical_clinic.rb +27 -0
  366. data/lib/openactive/models/schema/medical_code.rb +23 -0
  367. data/lib/openactive/models/schema/medical_condition.rb +109 -0
  368. data/lib/openactive/models/schema/medical_condition_stage.rb +24 -0
  369. data/lib/openactive/models/schema/medical_contraindication.rb +13 -0
  370. data/lib/openactive/models/schema/medical_device.rb +47 -0
  371. data/lib/openactive/models/schema/medical_device_purpose.rb +13 -0
  372. data/lib/openactive/models/schema/medical_entity.rb +58 -0
  373. data/lib/openactive/models/schema/medical_evidence_level.rb +13 -0
  374. data/lib/openactive/models/schema/medical_guideline.rb +36 -0
  375. data/lib/openactive/models/schema/medical_guideline_contraindication.rb +13 -0
  376. data/lib/openactive/models/schema/medical_guideline_recommendation.rb +18 -0
  377. data/lib/openactive/models/schema/medical_imaging_technique.rb +13 -0
  378. data/lib/openactive/models/schema/medical_indication.rb +13 -0
  379. data/lib/openactive/models/schema/medical_intangible.rb +13 -0
  380. data/lib/openactive/models/schema/medical_observational_study.rb +19 -0
  381. data/lib/openactive/models/schema/medical_observational_study_design.rb +13 -0
  382. data/lib/openactive/models/schema/medical_organization.rb +6 -0
  383. data/lib/openactive/models/schema/medical_procedure.rb +50 -0
  384. data/lib/openactive/models/schema/medical_procedure_type.rb +13 -0
  385. data/lib/openactive/models/schema/medical_risk_calculator.rb +13 -0
  386. data/lib/openactive/models/schema/medical_risk_estimator.rb +25 -0
  387. data/lib/openactive/models/schema/medical_risk_factor.rb +19 -0
  388. data/lib/openactive/models/schema/medical_risk_score.rb +18 -0
  389. data/lib/openactive/models/schema/medical_scholarly_article.rb +18 -0
  390. data/lib/openactive/models/schema/medical_sign.rb +25 -0
  391. data/lib/openactive/models/schema/medical_sign_or_symptom.rb +19 -0
  392. data/lib/openactive/models/schema/medical_specialty.rb +13 -0
  393. data/lib/openactive/models/schema/medical_study.rb +47 -0
  394. data/lib/openactive/models/schema/medical_study_status.rb +13 -0
  395. data/lib/openactive/models/schema/medical_symptom.rb +13 -0
  396. data/lib/openactive/models/schema/medical_test.rb +44 -0
  397. data/lib/openactive/models/schema/medical_test_panel.rb +19 -0
  398. data/lib/openactive/models/schema/medical_therapy.rb +32 -0
  399. data/lib/openactive/models/schema/medical_trial.rb +19 -0
  400. data/lib/openactive/models/schema/medical_trial_design.rb +13 -0
  401. data/lib/openactive/models/schema/medical_web_page.rb +25 -0
  402. data/lib/openactive/models/schema/medicine_system.rb +13 -0
  403. data/lib/openactive/models/schema/menu.rb +8 -6
  404. data/lib/openactive/models/schema/menu_item.rb +14 -10
  405. data/lib/openactive/models/schema/menu_section.rb +8 -6
  406. data/lib/openactive/models/schema/{product_return_policy.rb → merchant_return_policy.rb} +10 -10
  407. data/lib/openactive/models/schema/message.rb +32 -26
  408. data/lib/openactive/models/schema/monetary_amount.rb +21 -20
  409. data/lib/openactive/models/schema/monetary_grant.rb +15 -0
  410. data/lib/openactive/models/schema/money_transfer.rb +11 -2
  411. data/lib/openactive/models/schema/mortgage_loan.rb +2 -1
  412. data/lib/openactive/models/schema/motorcycle.rb +13 -0
  413. data/lib/openactive/models/schema/motorized_bicycle.rb +13 -0
  414. data/lib/openactive/models/schema/move_action.rb +4 -2
  415. data/lib/openactive/models/schema/movie.rb +37 -21
  416. data/lib/openactive/models/schema/movie_series.rb +24 -17
  417. data/lib/openactive/models/schema/muscle.rb +42 -0
  418. data/lib/openactive/models/schema/music_album.rb +11 -9
  419. data/lib/openactive/models/schema/music_composition.rb +27 -20
  420. data/lib/openactive/models/schema/music_group.rb +20 -15
  421. data/lib/openactive/models/schema/music_playlist.rb +9 -7
  422. data/lib/openactive/models/schema/music_recording.rb +18 -13
  423. data/lib/openactive/models/schema/music_release.rb +22 -18
  424. data/lib/openactive/models/schema/nerve.rb +38 -0
  425. data/lib/openactive/models/schema/news_article.rb +2 -2
  426. data/lib/openactive/models/schema/news_media_organization.rb +21 -21
  427. data/lib/openactive/models/schema/newspaper.rb +13 -0
  428. data/lib/openactive/models/schema/nlnonprofit_type.rb +13 -0
  429. data/lib/openactive/models/schema/nutrition_information.rb +37 -26
  430. data/lib/openactive/models/schema/observation.rb +14 -11
  431. data/lib/openactive/models/schema/occupation.rb +26 -18
  432. data/lib/openactive/models/schema/occupational_experience_requirements.rb +19 -0
  433. data/lib/openactive/models/schema/occupational_therapy.rb +13 -0
  434. data/lib/openactive/models/schema/offer.rb +179 -130
  435. data/lib/openactive/models/schema/offer_shipping_details.rb +52 -0
  436. data/lib/openactive/models/schema/opening_hours_specification.rb +12 -12
  437. data/lib/openactive/models/schema/optician.rb +13 -0
  438. data/lib/openactive/models/schema/order.rb +72 -63
  439. data/lib/openactive/models/schema/order_item.rb +15 -13
  440. data/lib/openactive/models/schema/{parcel_service.rb → order_status.rb} +2 -2
  441. data/lib/openactive/models/schema/organization.rb +224 -176
  442. data/lib/openactive/models/schema/ownership_info.rb +9 -7
  443. data/lib/openactive/models/schema/palliative_procedure.rb +13 -0
  444. data/lib/openactive/models/schema/parcel_delivery.rb +38 -31
  445. data/lib/openactive/models/schema/pathology_test.rb +18 -0
  446. data/lib/openactive/models/schema/patient.rb +31 -0
  447. data/lib/openactive/models/schema/pay_action.rb +4 -3
  448. data/lib/openactive/models/schema/payment_card.rb +17 -8
  449. data/lib/openactive/models/schema/payment_status_type.rb +13 -0
  450. data/lib/openactive/models/schema/people_audience.rb +27 -7
  451. data/lib/openactive/models/schema/perform_action.rb +2 -1
  452. data/lib/openactive/models/schema/permit.rb +19 -14
  453. data/lib/openactive/models/schema/person.rb +219 -175
  454. data/lib/openactive/models/schema/physical_activity.rb +40 -0
  455. data/lib/openactive/models/schema/physical_exam.rb +13 -0
  456. data/lib/openactive/models/schema/physical_therapy.rb +13 -0
  457. data/lib/openactive/models/schema/physician.rb +21 -1
  458. data/lib/openactive/models/schema/place.rb +152 -115
  459. data/lib/openactive/models/schema/play_action.rb +4 -2
  460. data/lib/openactive/models/schema/podcast_series.rb +2 -1
  461. data/lib/openactive/models/schema/postal_address.rb +9 -8
  462. data/lib/openactive/models/schema/postal_code_range_specification.rb +23 -0
  463. data/lib/openactive/models/schema/prevention_indication.rb +13 -0
  464. data/lib/openactive/models/schema/price_specification.rb +30 -28
  465. data/lib/openactive/models/schema/product.rb +153 -91
  466. data/lib/openactive/models/schema/product_collection.rb +19 -0
  467. data/lib/openactive/models/schema/product_group.rb +31 -0
  468. data/lib/openactive/models/schema/product_model.rb +9 -5
  469. data/lib/openactive/models/schema/program_membership.rb +17 -13
  470. data/lib/openactive/models/schema/pronounceable_text.rb +35 -0
  471. data/lib/openactive/models/schema/property.rb +41 -0
  472. data/lib/openactive/models/schema/property_value.rb +26 -21
  473. data/lib/openactive/models/schema/property_value_specification.rb +26 -25
  474. data/lib/openactive/models/schema/psychological_treatment.rb +13 -0
  475. data/lib/openactive/models/schema/publication_event.rb +9 -7
  476. data/lib/openactive/models/schema/publication_issue.rb +7 -7
  477. data/lib/openactive/models/schema/publication_volume.rb +7 -7
  478. data/lib/openactive/models/schema/quantitative_value.rb +25 -19
  479. data/lib/openactive/models/schema/quantitative_value_distribution.rb +10 -9
  480. data/lib/openactive/models/schema/question.rb +13 -18
  481. data/lib/openactive/models/schema/quiz.rb +13 -0
  482. data/lib/openactive/models/schema/quotation.rb +2 -1
  483. data/lib/openactive/models/schema/radiation_therapy.rb +13 -0
  484. data/lib/openactive/models/schema/radio_series.rb +49 -37
  485. data/lib/openactive/models/schema/rating.rb +10 -9
  486. data/lib/openactive/models/schema/real_estate_listing.rb +10 -2
  487. data/lib/openactive/models/schema/receive_action.rb +3 -2
  488. data/lib/openactive/models/schema/recipe.rb +27 -23
  489. data/lib/openactive/models/schema/recommendation.rb +22 -0
  490. data/lib/openactive/models/schema/recommended_dose_schedule.rb +13 -0
  491. data/lib/openactive/models/schema/rent_action.rb +5 -3
  492. data/lib/openactive/models/schema/rental_car_reservation.rb +8 -6
  493. data/lib/openactive/models/schema/repayment_specification.rb +14 -11
  494. data/lib/openactive/models/schema/replace_action.rb +6 -4
  495. data/lib/openactive/models/schema/reply_action.rb +2 -1
  496. data/lib/openactive/models/schema/reported_dose_schedule.rb +13 -0
  497. data/lib/openactive/models/schema/researcher.rb +13 -0
  498. data/lib/openactive/models/schema/reservation.rb +47 -39
  499. data/lib/openactive/models/schema/reservation_package.rb +2 -1
  500. data/lib/openactive/models/schema/reservation_status_type.rb +13 -0
  501. data/lib/openactive/models/schema/residence.rb +6 -0
  502. data/lib/openactive/models/schema/return_action.rb +4 -3
  503. data/lib/openactive/models/schema/review.rb +4 -2
  504. data/lib/openactive/models/schema/review_action.rb +2 -1
  505. data/lib/openactive/models/schema/review_news_article.rb +1 -1
  506. data/lib/openactive/models/schema/role.rb +12 -12
  507. data/lib/openactive/models/schema/rsvp_action.rb +8 -7
  508. data/lib/openactive/models/schema/schedule.rb +53 -11
  509. data/lib/openactive/models/schema/school_district.rb +13 -0
  510. data/lib/openactive/models/schema/screening_event.rb +8 -6
  511. data/lib/openactive/models/schema/seat.rb +8 -8
  512. data/lib/openactive/models/schema/seek_to_action.rb +13 -0
  513. data/lib/openactive/models/schema/sell_action.rb +8 -6
  514. data/lib/openactive/models/schema/send_action.rb +4 -3
  515. data/lib/openactive/models/schema/service.rb +99 -76
  516. data/lib/openactive/models/schema/service_channel.rb +28 -21
  517. data/lib/openactive/models/schema/shipping_delivery_time.rb +37 -0
  518. data/lib/openactive/models/schema/shipping_rate_settings.rb +49 -0
  519. data/lib/openactive/models/schema/single_family_residence.rb +5 -3
  520. data/lib/openactive/models/schema/size_specification.rb +52 -0
  521. data/lib/openactive/models/schema/ski_resort.rb +1 -1
  522. data/lib/openactive/models/schema/social_media_posting.rb +2 -1
  523. data/lib/openactive/models/schema/software_application.rb +58 -55
  524. data/lib/openactive/models/schema/software_source_code.rb +17 -15
  525. data/lib/openactive/models/schema/solve_math_action.rb +18 -0
  526. data/lib/openactive/models/schema/some_products.rb +2 -1
  527. data/lib/openactive/models/schema/special_announcement.rb +98 -0
  528. data/lib/openactive/models/schema/sports_event.rb +16 -7
  529. data/lib/openactive/models/schema/sports_team.rb +8 -6
  530. data/lib/openactive/models/schema/stadium_or_arena.rb +1 -1
  531. data/lib/openactive/models/schema/statistical_population.rb +8 -6
  532. data/lib/openactive/models/schema/substance.rb +24 -0
  533. data/lib/openactive/models/schema/suite.rb +8 -5
  534. data/lib/openactive/models/schema/superficial_anatomy.rb +42 -0
  535. data/lib/openactive/models/schema/surgical_procedure.rb +13 -0
  536. data/lib/openactive/models/schema/taxi_reservation.rb +9 -7
  537. data/lib/openactive/models/schema/tech_article.rb +2 -2
  538. data/lib/openactive/models/schema/therapeutic_procedure.rb +31 -0
  539. data/lib/openactive/models/schema/thesis.rb +18 -0
  540. data/lib/openactive/models/schema/thing.rb +24 -22
  541. data/lib/openactive/models/schema/ticket.rb +31 -27
  542. data/lib/openactive/models/schema/tip_action.rb +4 -3
  543. data/lib/openactive/models/schema/tourist_attraction.rb +4 -2
  544. data/lib/openactive/models/schema/tourist_destination.rb +9 -1
  545. data/lib/openactive/models/schema/tourist_trip.rb +7 -0
  546. data/lib/openactive/models/schema/trade_action.rb +4 -3
  547. data/lib/openactive/models/schema/train_trip.rb +15 -13
  548. data/lib/openactive/models/schema/transfer_action.rb +4 -2
  549. data/lib/openactive/models/schema/travel_action.rb +2 -1
  550. data/lib/openactive/models/schema/treatment_indication.rb +13 -0
  551. data/lib/openactive/models/schema/trip.rb +23 -17
  552. data/lib/openactive/models/schema/tvclip.rb +2 -1
  553. data/lib/openactive/models/schema/tvepisode.rb +12 -3
  554. data/lib/openactive/models/schema/tvseason.rb +4 -2
  555. data/lib/openactive/models/schema/tvseries.rb +52 -39
  556. data/lib/openactive/models/schema/type_and_quantity_node.rb +11 -10
  557. data/lib/openactive/models/schema/uknonprofit_type.rb +13 -0
  558. data/lib/openactive/models/schema/unit_price_specification.rb +33 -9
  559. data/lib/openactive/models/schema/update_action.rb +6 -4
  560. data/lib/openactive/models/schema/user_comments.rb +13 -11
  561. data/lib/openactive/models/schema/usnonprofit_type.rb +13 -0
  562. data/lib/openactive/models/schema/vehicle.rb +164 -61
  563. data/lib/openactive/models/schema/vein.rb +32 -0
  564. data/lib/openactive/models/schema/vessel.rb +13 -0
  565. data/lib/openactive/models/schema/veterinary_care.rb +13 -0
  566. data/lib/openactive/models/schema/video_gallery.rb +1 -1
  567. data/lib/openactive/models/schema/video_game.rb +39 -30
  568. data/lib/openactive/models/schema/video_game_series.rb +75 -58
  569. data/lib/openactive/models/schema/video_object.rb +29 -22
  570. data/lib/openactive/models/schema/virtual_location.rb +13 -0
  571. data/lib/openactive/models/schema/visual_artwork.rb +56 -23
  572. data/lib/openactive/models/schema/vital_sign.rb +13 -0
  573. data/lib/openactive/models/schema/vote_action.rb +2 -1
  574. data/lib/openactive/models/schema/warranty_promise.rb +6 -5
  575. data/lib/openactive/models/schema/wearable_measurement_type_enumeration.rb +13 -0
  576. data/lib/openactive/models/schema/wearable_size_group_enumeration.rb +13 -0
  577. data/lib/openactive/models/schema/wearable_size_system_enumeration.rb +13 -0
  578. data/lib/openactive/models/schema/web_page.rb +32 -28
  579. data/lib/openactive/models/schema/win_action.rb +2 -1
  580. data/lib/openactive/models/schema/work_based_program.rb +9 -1
  581. data/lib/openactive/models/schema/write_action.rb +4 -2
  582. data/lib/openactive/models/seller_accept_order_proposal_simulate_action.rb +13 -0
  583. data/lib/openactive/models/seller_amend_order_proposal_simulate_action.rb +13 -0
  584. data/lib/openactive/models/seller_mismatch_error.rb +26 -0
  585. data/lib/openactive/models/seller_not_found_error.rb +26 -0
  586. data/lib/openactive/models/seller_reject_order_proposal_simulate_action.rb +13 -0
  587. data/lib/openactive/models/seller_requested_cancellation_simulate_action.rb +13 -0
  588. data/lib/openactive/models/seller_requested_cancellation_with_message_simulate_action.rb +13 -0
  589. data/lib/openactive/models/session_series.rb +6 -1
  590. data/lib/openactive/models/short_answer_form_field_specification.rb +1 -1
  591. data/lib/openactive/models/showers.rb +1 -1
  592. data/lib/openactive/models/slot.rb +22 -24
  593. data/lib/openactive/models/tax_charge_specification.rb +7 -1
  594. data/lib/openactive/models/temporarily_unable_to_create_order_error.rb +15 -0
  595. data/lib/openactive/models/temporarily_unable_to_delete_order_error.rb +15 -0
  596. data/lib/openactive/models/temporarily_unable_to_produce_order_quote_error.rb +15 -0
  597. data/lib/openactive/models/temporarily_unable_to_update_order_error.rb +15 -0
  598. data/lib/openactive/models/terms.rb +7 -0
  599. data/lib/openactive/models/terms_of_use.rb +1 -0
  600. data/lib/openactive/models/toilets.rb +1 -1
  601. data/lib/openactive/models/too_many_requests_error.rb +15 -0
  602. data/lib/openactive/models/total_payment_due_mismatch_error.rb +15 -0
  603. data/lib/openactive/models/towels.rb +1 -1
  604. data/lib/openactive/models/trust_certification.rb +18 -0
  605. data/lib/openactive/models/unable_to_process_order_item_error.rb +15 -0
  606. data/lib/openactive/models/unacceptable_offer_error.rb +15 -0
  607. data/lib/openactive/models/unauthenticated_error.rb +15 -0
  608. data/lib/openactive/models/unexpected_order_type_error.rb +26 -0
  609. data/lib/openactive/models/unknown_offer_error.rb +15 -0
  610. data/lib/openactive/models/unknown_opportunity_error.rb +26 -0
  611. data/lib/openactive/models/unknown_or_incorrect_endpoint_error.rb +15 -0
  612. data/lib/openactive/models/unknown_order_error.rb +15 -0
  613. data/lib/openactive/models/unnecessary_payment_details_error.rb +26 -0
  614. data/lib/openactive/models/video_object.rb +22 -0
  615. data/lib/openactive/models/virtual_location.rb +37 -0
  616. data/lib/openactive/models/web_api.rb +7 -4
  617. data/lib/openactive/rpde/rpde_body.rb +6 -0
  618. data/lib/openactive/rpde/rpde_item.rb +1 -1
  619. data/lib/openactive/validators/time_validator.rb +1 -1
  620. data/lib/openactive/version.rb +1 -1
  621. data/openactive.gemspec +3 -3
  622. data/update-models.sh +38 -0
  623. metadata +243 -30
  624. data/lib/openactive/enums/schema/action_status_type.rb +0 -15
  625. data/lib/openactive/enums/schema/game_server_status.rb +0 -15
  626. data/lib/openactive/enums/schema/legal_force_status.rb +0 -14
  627. data/lib/openactive/enums/schema/order_status.rb +0 -19
  628. data/lib/openactive/enums/schema/payment_status_type.rb +0 -16
  629. data/lib/openactive/enums/schema/product_return_enumeration.rb +0 -15
  630. data/lib/openactive/enums/schema/reservation_status_type.rb +0 -15
  631. data/lib/openactive/models/entry_point.rb +0 -27
  632. data/lib/openactive/models/method_not_allowed.rb +0 -11
  633. data/lib/openactive/models/patch_contains_excessive_properties.rb +0 -11
  634. data/lib/openactive/models/patch_not_allowed_on_property.rb +0 -11
  635. data/lib/openactive/models/reserve_action.rb +0 -12
  636. data/lib/openactive/models/sports_activity_location.rb +0 -18
  637. data/lib/openactive/models/unavailable_opportunity_error.rb +0 -11
  638. data/lib/openactive/models/unknown_opportunity_details_error.rb +0 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 87f619c1c8e2b7cbe00cb7d1647333fa473dd5ca3e470ec29cb795f282d3d232
4
- data.tar.gz: 426a80342f738c57034a37ac0d29d98a7b56103ceac7aa23ccfd70c9730e8e27
3
+ metadata.gz: 3010b2378abbe3ab131c1ff7e17291c96b8ee64cf7fc30560b02e8d1200bd692
4
+ data.tar.gz: 04db064e0c157c937d6b6b0eec1ee4b5632c47a77a2b8433e3c01799d378e07f
5
5
  SHA512:
6
- metadata.gz: 5e42c9dafa169923a9147d5e2783fe7205fb978985baa135d8cddd9a54e1ad88fb8ade5408bce1556adcb139838e8929aaba942c177029a9aa9ac893401fd8ba
7
- data.tar.gz: b9f3e18f8bc90649a51952220d629cbebd2ce9c9093066d74ee99f5fdd57c936a5f654695bd88c15d4b7773907a431ca3d5ee2fef52688723511528078dbf6e7
6
+ metadata.gz: a106a95168a14d176d23e323df483b0e39ac5c686bf785754af7f8ce9ac0fe6c4597d8c2dc5e3d84f2e2d4eeeb687f485d82dcd06817a38ad892d5951690fb81
7
+ data.tar.gz: fbb21277fe9b569363690a589b0e40b8297a346cbcb2e8c864d1ae1b91f3927c6e148b17d4dda0aa742808b1a8f3538706b6ac5f23b3a105eeb9c535e32c2340
@@ -0,0 +1,82 @@
1
+ name: Update Data Model
2
+
3
+ on:
4
+ workflow_dispatch:
5
+ repository_dispatch:
6
+ types: [data-models-update]
7
+
8
+ jobs:
9
+ generate:
10
+ runs-on: ubuntu-latest
11
+
12
+ steps:
13
+ - name: Checkout models-ruby
14
+ uses: actions/checkout@v2
15
+ with:
16
+ ref: master
17
+ path: models-ruby
18
+
19
+ - name: Checkout models-lib
20
+ uses: actions/checkout@v2
21
+ with:
22
+ repository: openactive/models-lib
23
+ path: models-lib
24
+
25
+ - name: Setup Node.js 14.x
26
+ uses: actions/setup-node@v1
27
+ with:
28
+ node-version: 14.x
29
+
30
+ - name: Install models-lib
31
+ run: npm install
32
+ working-directory: ./models-lib/
33
+
34
+ - name: Update models-lib with latest data-models
35
+ run: npm update @openactive/data-models
36
+ working-directory: ./models-lib/
37
+
38
+ - name: Remove existing model files
39
+ run: rm -rf lib/openactive/models lib/openactive/enums
40
+ working-directory: ./models-lib/
41
+
42
+ - name: Run Ruby models generator
43
+ run: npm start -- generate Ruby --destination ../models-ruby/lib/openactive/
44
+ working-directory: ./models-lib/
45
+
46
+ - name: Set up Ruby
47
+ uses: ruby/setup-ruby@v1
48
+ with:
49
+ ruby-version: 3.0
50
+ bundler-cache: true # runs 'bundle install' and caches installed gems automatically
51
+ working-directory: ./models-ruby/
52
+
53
+ - name: Fix syntax / linting
54
+ run: bundle exec rubocop -a lib/openactive/models lib/openactive/enums
55
+ working-directory: ./models-ruby/
56
+
57
+ - name: Create Pull Request
58
+ id: cpr
59
+ uses: peter-evans/create-pull-request@v3
60
+ with:
61
+ path: ./models-ruby/
62
+ token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
63
+ commit-message: Update data models
64
+ committer: openactive-bot <openactive-bot@users.noreply.github.com>
65
+ author: openactive-bot <openactive-bot@users.noreply.github.com>
66
+ signoff: false
67
+ branch: ci/update-data-models
68
+ delete-branch: true
69
+ title: 'Update data models'
70
+ body: |
71
+ Update Ruby data models to the latest version based on the [OpenActive Vocabulary](https://openactive.io/ns/) (codified by the [Data Models](https://github.com/openactive/data-models)), [Test Interface](https://openactive.io/test-interface/) and [Beta Namespace](https://openactive.io/ns-beta/).
72
+ labels: |
73
+ automated pr
74
+ team-reviewers: |
75
+ owners
76
+ maintainers
77
+ draft: false
78
+
79
+ - name: Check outputs
80
+ run: |
81
+ echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
82
+ echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
@@ -0,0 +1,36 @@
1
+ name: Release
2
+
3
+ on:
4
+ workflow_dispatch:
5
+
6
+ jobs:
7
+ release:
8
+
9
+ runs-on: ubuntu-latest
10
+
11
+ steps:
12
+ - name: Checkout
13
+ uses: actions/checkout@v2
14
+ with:
15
+ token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
16
+
17
+ - name: Identify
18
+ run: |
19
+ git config user.name OpenActive Bot
20
+ git config user.email hello@openactive.io
21
+
22
+ - name: Set up Ruby
23
+ uses: ruby/setup-ruby@v1
24
+ with:
25
+ ruby-version: 2.7
26
+ bundler-cache: true # runs 'bundle install' and caches installed gems automatically
27
+
28
+ - name: Publish to RubyGems
29
+ run: |
30
+ mkdir -p $HOME/.gem
31
+ touch $HOME/.gem/credentials
32
+ chmod 0600 $HOME/.gem/credentials
33
+ printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
34
+ bundle exec rake release
35
+ env:
36
+ GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_API_KEY}}"
@@ -0,0 +1,26 @@
1
+ name: Tests
2
+
3
+ on:
4
+ push:
5
+ branches: [ master ]
6
+ pull_request:
7
+ branches: [ master ]
8
+
9
+ jobs:
10
+ test:
11
+
12
+ runs-on: ubuntu-latest
13
+ strategy:
14
+ matrix:
15
+ ruby-version: ['2.6', '2.7']
16
+
17
+ steps:
18
+ - uses: actions/checkout@v2
19
+ - name: Set up Ruby
20
+ uses: ruby/setup-ruby@v1
21
+ with:
22
+ ruby-version: ${{ matrix.ruby-version }}
23
+ bundler-cache: true # runs 'bundle install' and caches installed gems automatically
24
+
25
+ - name: Run tests
26
+ run: bundle exec rspec
data/.gitignore CHANGED
@@ -1,3 +1,5 @@
1
+ /vendor
2
+
1
3
  ### Ruby template
2
4
  *.gem
3
5
  *.rbc
data/.rspec_status ADDED
@@ -0,0 +1,62 @@
1
+ example_id | status | run_time |
2
+ --------------------------------------------------- | ------ | --------------- |
3
+ ./spec/accessors/event_spec.rb[1:1] | passed | 0.00502 seconds |
4
+ ./spec/accessors/facility_use_spec.rb[1:1] | passed | 0.0018 seconds |
5
+ ./spec/accessors/facility_use_spec.rb[1:2] | passed | 0.00174 seconds |
6
+ ./spec/accessors/session_series_spec.rb[1:1] | passed | 0.00228 seconds |
7
+ ./spec/accessors/session_series_spec.rb[1:2] | passed | 0.00165 seconds |
8
+ ./spec/data_structure/data_structure_spec.rb[1:1:1] | passed | 0.00193 seconds |
9
+ ./spec/data_structure/data_structure_spec.rb[1:1:2] | passed | 0.00291 seconds |
10
+ ./spec/data_structure/data_structure_spec.rb[1:2:1] | passed | 0.00163 seconds |
11
+ ./spec/data_structure/data_structure_spec.rb[1:2:2] | passed | 0.00141 seconds |
12
+ ./spec/data_structure/data_structure_spec.rb[1:3:1] | passed | 0.00221 seconds |
13
+ ./spec/data_structure/data_structure_spec.rb[1:3:2] | passed | 0.00221 seconds |
14
+ ./spec/data_structure/event_spec.rb[1:1] | passed | 0.00297 seconds |
15
+ ./spec/data_structure/event_spec.rb[1:2] | passed | 0.00552 seconds |
16
+ ./spec/data_structure/facility_use_spec.rb[1:1] | passed | 0.0018 seconds |
17
+ ./spec/data_structure/facility_use_spec.rb[1:2] | passed | 0.00895 seconds |
18
+ ./spec/data_structure/order_spec.rb[1:1] | passed | 0.00247 seconds |
19
+ ./spec/data_structure/order_spec.rb[1:2] | passed | 0.00287 seconds |
20
+ ./spec/data_structure/order_spec.rb[1:3] | passed | 0.00301 seconds |
21
+ ./spec/data_structure/order_spec.rb[1:4] | passed | 0.005 seconds |
22
+ ./spec/data_typing/data_typing_spec.rb[1:1:1:1] | passed | 0.0023 seconds |
23
+ ./spec/data_typing/data_typing_spec.rb[1:2:1:1] | passed | 0.0039 seconds |
24
+ ./spec/data_typing/data_typing_spec.rb[1:3:1:1] | passed | 0.00432 seconds |
25
+ ./spec/data_typing/facility_use_spec.rb[1:1:1] | passed | 0.00502 seconds |
26
+ ./spec/data_typing/facility_use_spec.rb[1:1:2] | passed | 0.00184 seconds |
27
+ ./spec/data_typing/facility_use_spec.rb[1:2:1] | passed | 0.00277 seconds |
28
+ ./spec/data_typing/facility_use_spec.rb[1:2:2] | passed | 0.00222 seconds |
29
+ ./spec/data_typing/order_spec.rb[1:1:1] | passed | 0.00365 seconds |
30
+ ./spec/data_typing/order_spec.rb[1:1:2] | passed | 0.00244 seconds |
31
+ ./spec/data_typing/order_spec.rb[1:1:3] | passed | 0.00265 seconds |
32
+ ./spec/data_typing/order_spec.rb[1:1:4] | passed | 0.00255 seconds |
33
+ ./spec/data_typing/order_spec.rb[1:2:1] | passed | 0.00322 seconds |
34
+ ./spec/data_typing/order_spec.rb[1:2:2] | passed | 0.0031 seconds |
35
+ ./spec/data_typing/order_spec.rb[1:3:1] | passed | 0.00238 seconds |
36
+ ./spec/data_typing/order_spec.rb[1:3:2] | passed | 0.00223 seconds |
37
+ ./spec/data_typing/order_spec.rb[1:3:3] | passed | 0.00254 seconds |
38
+ ./spec/data_typing/order_spec.rb[1:3:4] | passed | 0.00241 seconds |
39
+ ./spec/example_event_spec.rb[1:1:1] | passed | 0.00038 seconds |
40
+ ./spec/example_event_spec.rb[1:2:1] | passed | 0.00409 seconds |
41
+ ./spec/example_event_spec.rb[1:2:2:1] | passed | 0.00466 seconds |
42
+ ./spec/formatting/session_series_spec.rb[1:1:1:1] | passed | 0.00225 seconds |
43
+ ./spec/formatting/session_series_spec.rb[1:1:1:2] | passed | 0.00176 seconds |
44
+ ./spec/formatting/session_series_spec.rb[1:1:1:3] | passed | 0.00174 seconds |
45
+ ./spec/formatting/session_series_spec.rb[1:1:1:4] | passed | 0.00162 seconds |
46
+ ./spec/formatting/session_series_spec.rb[1:1:2:1] | passed | 0.00162 seconds |
47
+ ./spec/formatting/session_series_spec.rb[1:1:2:2] | passed | 0.00171 seconds |
48
+ ./spec/formatting/session_series_spec.rb[1:1:2:3] | passed | 0.00201 seconds |
49
+ ./spec/open_active_spec.rb[1:1] | passed | 0.00126 seconds |
50
+ ./spec/rpde_spec.rb[1:1:1:1] | passed | 0.01078 seconds |
51
+ ./spec/rpde_spec.rb[1:1:2:1] | passed | 0.0037 seconds |
52
+ ./spec/rpde_spec.rb[1:1:3:1] | passed | 0.00138 seconds |
53
+ ./spec/rpde_spec.rb[1:1:4:1] | passed | 0.00133 seconds |
54
+ ./spec/rpde_spec.rb[1:1:5:1] | passed | 0.00132 seconds |
55
+ ./spec/rpde_spec.rb[1:1:6:1] | passed | 0.00132 seconds |
56
+ ./spec/rpde_spec.rb[1:2:1:1] | passed | 0.00132 seconds |
57
+ ./spec/rpde_spec.rb[1:2:2:1] | passed | 0.0014 seconds |
58
+ ./spec/rpde_spec.rb[1:2:3:1] | passed | 0.00161 seconds |
59
+ ./spec/rpde_spec.rb[1:2:4:1] | passed | 0.00169 seconds |
60
+ ./spec/rpde_spec.rb[1:2:5:1] | passed | 0.00181 seconds |
61
+ ./spec/rpde_spec.rb[1:2:6:1] | passed | 0.00558 seconds |
62
+ ./spec/rpde_spec.rb[1:3:1] | passed | 0.00027 seconds |
data/.rubocop.yml CHANGED
@@ -56,12 +56,12 @@ RSpec/NestedGroups:
56
56
  Style/AsciiComments:
57
57
  Enabled: false
58
58
 
59
- Naming/UncommunicativeMethodParamName:
59
+ Naming/MethodParameterName:
60
60
  AllowedNames:
61
61
  - as
62
62
  - id
63
63
 
64
- Metrics/LineLength:
64
+ Layout/LineLength:
65
65
  Enabled: true
66
66
  Max: 120
67
67
  Exclude:
data/README.md CHANGED
@@ -1,9 +1,11 @@
1
- # openactive gem - Ruby implementation of OpenActive's data model
1
+ # openactive gem - Ruby implementation of OpenActive's data model [![Tests](https://github.com/openactive/models-ruby/actions/workflows/tests.yaml/badge.svg?branch=master)](https://github.com/openactive/models-ruby/actions/workflows/tests.yaml)
2
2
 
3
3
  Ruby Models for the OpenActive Opportunity and Booking Specifications
4
4
 
5
5
  OpenActive aims to provide model files for all classes defined in its Opportunity and Booking specifications across the PHP, Ruby, and .NET languages. This repository is intended for the Ruby files; see also the [PHP](https://github.com/openactive/models-php) and [.NET](https://github.com/openactive/OpenActive.NET) implementations.
6
6
 
7
+ Additional documentation can be found at https://www.rubydoc.info/gems/openactive/.
8
+
7
9
  ## Installation
8
10
 
9
11
  Add this line to your application's Gemfile:
@@ -246,3 +248,6 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
246
248
  ## Contributing
247
249
 
248
250
  Bug reports and pull requests are welcome on GitHub at https://github.com/openactive/models-ruby.
251
+
252
+ ### Updating models
253
+ A guide is provided in [UPDATING.md](UPDATING.md)
data/UPDATING.md ADDED
@@ -0,0 +1,49 @@
1
+ # Updating models
2
+
3
+ A convenience script has been provided, `./update-models.sh`.
4
+
5
+ The process that's been automated here is roughly as follows:
6
+
7
+ ```bash
8
+ # install and get the generator into place
9
+ git clone https://github.com/openactive/models-lib vendor/models-lib
10
+ mkdir -p vendor/models-lib
11
+ cd vendor/models-lib
12
+ npm install
13
+
14
+ # generate models
15
+ npm run app-dev -- generate Ruby --destination ../../lib/openactive/
16
+
17
+ cd ../..
18
+ # fix syntax / linting
19
+ rubocop exec rubocop -a lib/openactive/models lib/openactive/enums
20
+
21
+ # run tests
22
+ rubocop exec rubocop -a rspec
23
+
24
+ # add the newly generated models
25
+ git add lib/openactive/models lib/openactive/enums lib/openactive/files-index.json
26
+ ```
27
+
28
+ The next step is to commit it.
29
+
30
+ ```bash
31
+ git commit -m 'Model update'
32
+ git push # push up new branch
33
+ ```
34
+
35
+ ## Releasing
36
+
37
+ Bump the version number in lib/openactive/version.rb, commit this and tag the repository with the matching version number.
38
+
39
+ ```bash
40
+ git tag v0.0.0 # tag the matching version number
41
+ git push origin v0.0.0 # push up new tag
42
+ ```
43
+
44
+ then it's a case of building and pushing the gem.
45
+ ```bash
46
+ gem build openactive
47
+ gem push openactive-0.0.0.gem # substitute version with the build ver
48
+
49
+ ```
@@ -11,7 +11,7 @@ module OpenActive
11
11
  result = check_types(value, types: types)
12
12
  super(result)
13
13
  rescue StandardError => e
14
- raise $ERROR_INFO, "error setting field \"#{meth}\"", $ERROR_INFO.backtrace
14
+ raise e, "error setting field \"#{meth}\"", e&.backtrace
15
15
  end
16
16
  end
17
17
 
@@ -3,12 +3,12 @@ require 'typesafe_enum'
3
3
  module OpenActive
4
4
  module Enums
5
5
  # [NOTICE: This is a beta enumeration, and is highly likely to change in future versions of this library.]
6
- # An enumeration of channels through which a booking can be made.
7
- class AvailableChannelType < TypesafeEnum::Base
6
+ # An enumeration of booking channels that can exist.
7
+ class BookingChannelType < TypesafeEnum::Base
8
8
  new :TelephoneAdvanceBooking, "https://openactive.io/ns-beta#TelephoneAdvanceBooking"
9
9
  new :TelephonePrepayment, "https://openactive.io/ns-beta#TelephonePrepayment"
10
+ new :OnlineAdvanceBooking, "https://openactive.io/ns-beta#OnlineAdvanceBooking"
10
11
  new :OnlinePrepayment, "https://openactive.io/ns-beta#OnlinePrepayment"
11
- new :OpenBookingPrepayment, "https://openactive.io/ns-beta#OpenBookingPrepayment"
12
12
  end
13
13
  end
14
14
  end
@@ -3,7 +3,6 @@ require 'typesafe_enum'
3
3
  module OpenActive
4
4
  module Enums
5
5
  class OpenBookingFlowRequirement < TypesafeEnum::Base
6
- new :OnlinePrepayment, "https://openactive.io/OnlinePrepayment"
7
6
  new :OpenBookingIntakeForm, "https://openactive.io/OpenBookingIntakeForm"
8
7
  new :OpenBookingAttendeeDetails, "https://openactive.io/OpenBookingAttendeeDetails"
9
8
  new :OpenBookingApproval, "https://openactive.io/OpenBookingApproval"
@@ -5,8 +5,7 @@ module OpenActive
5
5
  class OrderItemStatus < TypesafeEnum::Base
6
6
  new :SellerCancelled, "https://openactive.io/SellerCancelled"
7
7
  new :CustomerCancelled, "https://openactive.io/CustomerCancelled"
8
- new :OrderProposed, "https://openactive.io/OrderProposed"
9
- new :OrderConfirmed, "https://openactive.io/OrderConfirmed"
8
+ new :OrderItemConfirmed, "https://openactive.io/OrderItemConfirmed"
10
9
  new :CustomerAttended, "https://openactive.io/CustomerAttended"
11
10
  end
12
11
  end
@@ -0,0 +1,1456 @@
1
+ require 'typesafe_enum'
2
+
3
+ module OpenActive
4
+ module Enums
5
+ # This enumeration contains a value for all properties in the https://schema.org/ and https://openactive.io/ vocabularies.
6
+ class PropertyEnumeration < TypesafeEnum::Base
7
+ new :AccessChannel, "https://openactive.io/accessChannel"
8
+ new :AccessId, "https://openactive.io/accessId"
9
+ new :AccessPass, "https://openactive.io/accessPass"
10
+ new :AccessibilityInformation, "https://openactive.io/accessibilityInformation"
11
+ new :AccessibilitySupport, "https://openactive.io/accessibilitySupport"
12
+ new :Activity, "https://openactive.io/activity"
13
+ new :AdditionalAdmissionRestriction, "https://openactive.io/additionalAdmissionRestriction"
14
+ new :AgeRange, "https://openactive.io/ageRange"
15
+ new :AgeRestriction, "https://openactive.io/ageRestriction"
16
+ new :AggregateFacilityUse, "https://openactive.io/aggregateFacilityUse"
17
+ new :AllowCustomerCancellationFullRefund, "https://openactive.io/allowCustomerCancellationFullRefund"
18
+ new :AttendeeDetailsRequired, "https://openactive.io/attendeeDetailsRequired"
19
+ new :AttendeeInstructions, "https://openactive.io/attendeeInstructions"
20
+ new :AuthenticationAuthority, "https://openactive.io/authenticationAuthority"
21
+ new :BackgroundImage, "https://openactive.io/backgroundImage"
22
+ new :BookingService, "https://openactive.io/bookingService"
23
+ new :BrokerRole, "https://openactive.io/brokerRole"
24
+ new :CancellationMessage, "https://openactive.io/cancellationMessage"
25
+ new :Concept, "https://openactive.io/concept"
26
+ new :CustomerNotice, "https://openactive.io/customerNotice"
27
+ new :FacilityUse, "https://openactive.io/facilityUse"
28
+ new :GenderRestriction, "https://openactive.io/genderRestriction"
29
+ new :IdTemplate, "https://openactive.io/idTemplate"
30
+ new :IndividualFacilityUse, "https://openactive.io/individualFacilityUse"
31
+ new :Instance, "https://openactive.io/instance"
32
+ new :InstanceOfCourse, "https://openactive.io/instanceOfCourse"
33
+ new :IsCoached, "https://openactive.io/isCoached"
34
+ new :IsOpenBookingAllowed, "https://openactive.io/isOpenBookingAllowed"
35
+ new :LatestCancellationBeforeStartDate, "https://openactive.io/latestCancellationBeforeStartDate"
36
+ new :Leader, "https://openactive.io/leader"
37
+ new :Lease, "https://openactive.io/lease"
38
+ new :LeaseExpires, "https://openactive.io/leaseExpires"
39
+ new :Level, "https://openactive.io/level"
40
+ new :MaximumUses, "https://openactive.io/maximumUses"
41
+ new :MeetingPoint, "https://openactive.io/meetingPoint"
42
+ new :OpenBookingFlowRequirement, "https://openactive.io/openBookingFlowRequirement"
43
+ new :OpenBookingInAdvance, "https://openactive.io/openBookingInAdvance"
44
+ new :OpenBookingPrepayment, "https://openactive.io/openBookingPrepayment"
45
+ new :OrderCreationStatus, "https://openactive.io/orderCreationStatus"
46
+ new :OrderCustomerNote, "https://openactive.io/orderCustomerNote"
47
+ new :OrderItemIntakeForm, "https://openactive.io/orderItemIntakeForm"
48
+ new :OrderItemIntakeFormResponse, "https://openactive.io/orderItemIntakeFormResponse"
49
+ new :OrderProposalStatus, "https://openactive.io/orderProposalStatus"
50
+ new :OrderProposalVersion, "https://openactive.io/orderProposalVersion"
51
+ new :OrderRequiresApproval, "https://openactive.io/orderRequiresApproval"
52
+ new :OrderSellerNote, "https://openactive.io/orderSellerNote"
53
+ new :Payment, "https://openactive.io/payment"
54
+ new :PaymentProviderId, "https://openactive.io/paymentProviderId"
55
+ new :Programme, "https://openactive.io/programme"
56
+ new :Rate, "https://openactive.io/rate"
57
+ new :RemainingUses, "https://openactive.io/remainingUses"
58
+ new :RequestId, "https://openactive.io/requestId"
59
+ new :RequiresExplicitConsent, "https://openactive.io/requiresExplicitConsent"
60
+ new :ScheduledEventType, "https://openactive.io/scheduledEventType"
61
+ new :SchedulingNote, "https://openactive.io/schedulingNote"
62
+ new :StatusCode, "https://openactive.io/statusCode"
63
+ new :TaxCalculationExcluded, "https://openactive.io/taxCalculationExcluded"
64
+ new :TaxMode, "https://openactive.io/taxMode"
65
+ new :TotalPaymentTax, "https://openactive.io/totalPaymentTax"
66
+ new :UnitTaxSpecification, "https://openactive.io/unitTaxSpecification"
67
+ new :ValidFromBeforeStartDate, "https://openactive.io/validFromBeforeStartDate"
68
+ new :ValueOption, "https://openactive.io/valueOption"
69
+ new :About, "https://schema.org/about"
70
+ new :Abridged, "https://schema.org/abridged"
71
+ new :Abstract, "https://schema.org/abstract"
72
+ new :AccelerationTime, "https://schema.org/accelerationTime"
73
+ new :AcceptedAnswer, "https://schema.org/acceptedAnswer"
74
+ new :AcceptedOffer, "https://schema.org/acceptedOffer"
75
+ new :AcceptedPaymentMethod, "https://schema.org/acceptedPaymentMethod"
76
+ new :AcceptsReservations, "https://schema.org/acceptsReservations"
77
+ new :AccessCode, "https://schema.org/accessCode"
78
+ new :AccessMode, "https://schema.org/accessMode"
79
+ new :AccessModeSufficient, "https://schema.org/accessModeSufficient"
80
+ new :AccessibilityAPI, "https://schema.org/accessibilityAPI"
81
+ new :AccessibilityControl, "https://schema.org/accessibilityControl"
82
+ new :AccessibilityFeature, "https://schema.org/accessibilityFeature"
83
+ new :AccessibilityHazard, "https://schema.org/accessibilityHazard"
84
+ new :AccessibilitySummary, "https://schema.org/accessibilitySummary"
85
+ new :AccommodationCategory, "https://schema.org/accommodationCategory"
86
+ new :AccommodationFloorPlan, "https://schema.org/accommodationFloorPlan"
87
+ new :AccountId, "https://schema.org/accountId"
88
+ new :AccountMinimumInflow, "https://schema.org/accountMinimumInflow"
89
+ new :AccountOverdraftLimit, "https://schema.org/accountOverdraftLimit"
90
+ new :AccountablePerson, "https://schema.org/accountablePerson"
91
+ new :AcquireLicensePage, "https://schema.org/acquireLicensePage"
92
+ new :AcquiredFrom, "https://schema.org/acquiredFrom"
93
+ new :AcrissCode, "https://schema.org/acrissCode"
94
+ new :ActionAccessibilityRequirement, "https://schema.org/actionAccessibilityRequirement"
95
+ new :ActionApplication, "https://schema.org/actionApplication"
96
+ new :ActionOption, "https://schema.org/actionOption"
97
+ new :ActionPlatform, "https://schema.org/actionPlatform"
98
+ new :ActionStatus, "https://schema.org/actionStatus"
99
+ new :ActionableFeedbackPolicy, "https://schema.org/actionableFeedbackPolicy"
100
+ new :ActiveIngredient, "https://schema.org/activeIngredient"
101
+ new :ActivityDuration, "https://schema.org/activityDuration"
102
+ new :ActivityFrequency, "https://schema.org/activityFrequency"
103
+ new :Actor, "https://schema.org/actor"
104
+ new :Actors, "https://schema.org/actors"
105
+ new :AddOn, "https://schema.org/addOn"
106
+ new :AdditionalName, "https://schema.org/additionalName"
107
+ new :AdditionalNumberOfGuests, "https://schema.org/additionalNumberOfGuests"
108
+ new :AdditionalProperty, "https://schema.org/additionalProperty"
109
+ new :AdditionalType, "https://schema.org/additionalType"
110
+ new :AdditionalVariable, "https://schema.org/additionalVariable"
111
+ new :Address, "https://schema.org/address"
112
+ new :AddressCountry, "https://schema.org/addressCountry"
113
+ new :AddressLocality, "https://schema.org/addressLocality"
114
+ new :AddressRegion, "https://schema.org/addressRegion"
115
+ new :AdministrationRoute, "https://schema.org/administrationRoute"
116
+ new :AdvanceBookingRequirement, "https://schema.org/advanceBookingRequirement"
117
+ new :AdverseOutcome, "https://schema.org/adverseOutcome"
118
+ new :AffectedBy, "https://schema.org/affectedBy"
119
+ new :Affiliation, "https://schema.org/affiliation"
120
+ new :AfterMedia, "https://schema.org/afterMedia"
121
+ new :Agent, "https://schema.org/agent"
122
+ new :AggregateRating, "https://schema.org/aggregateRating"
123
+ new :Aircraft, "https://schema.org/aircraft"
124
+ new :Album, "https://schema.org/album"
125
+ new :AlbumProductionType, "https://schema.org/albumProductionType"
126
+ new :AlbumRelease, "https://schema.org/albumRelease"
127
+ new :AlbumReleaseType, "https://schema.org/albumReleaseType"
128
+ new :Albums, "https://schema.org/albums"
129
+ new :AlcoholWarning, "https://schema.org/alcoholWarning"
130
+ new :Algorithm, "https://schema.org/algorithm"
131
+ new :AlignmentType, "https://schema.org/alignmentType"
132
+ new :AlternateName, "https://schema.org/alternateName"
133
+ new :AlternativeHeadline, "https://schema.org/alternativeHeadline"
134
+ new :Alumni, "https://schema.org/alumni"
135
+ new :AlumniOf, "https://schema.org/alumniOf"
136
+ new :AmenityFeature, "https://schema.org/amenityFeature"
137
+ new :Amount, "https://schema.org/amount"
138
+ new :AmountOfThisGood, "https://schema.org/amountOfThisGood"
139
+ new :AnnouncementLocation, "https://schema.org/announcementLocation"
140
+ new :AnnualPercentageRate, "https://schema.org/annualPercentageRate"
141
+ new :AnswerCount, "https://schema.org/answerCount"
142
+ new :AnswerExplanation, "https://schema.org/answerExplanation"
143
+ new :Antagonist, "https://schema.org/antagonist"
144
+ new :Appearance, "https://schema.org/appearance"
145
+ new :ApplicableLocation, "https://schema.org/applicableLocation"
146
+ new :ApplicantLocationRequirements, "https://schema.org/applicantLocationRequirements"
147
+ new :Application, "https://schema.org/application"
148
+ new :ApplicationCategory, "https://schema.org/applicationCategory"
149
+ new :ApplicationContact, "https://schema.org/applicationContact"
150
+ new :ApplicationDeadline, "https://schema.org/applicationDeadline"
151
+ new :ApplicationStartDate, "https://schema.org/applicationStartDate"
152
+ new :ApplicationSubCategory, "https://schema.org/applicationSubCategory"
153
+ new :ApplicationSuite, "https://schema.org/applicationSuite"
154
+ new :AppliesToDeliveryMethod, "https://schema.org/appliesToDeliveryMethod"
155
+ new :AppliesToPaymentMethod, "https://schema.org/appliesToPaymentMethod"
156
+ new :ArchiveHeld, "https://schema.org/archiveHeld"
157
+ new :Area, "https://schema.org/area"
158
+ new :AreaServed, "https://schema.org/areaServed"
159
+ new :ArrivalAirport, "https://schema.org/arrivalAirport"
160
+ new :ArrivalBoatTerminal, "https://schema.org/arrivalBoatTerminal"
161
+ new :ArrivalBusStop, "https://schema.org/arrivalBusStop"
162
+ new :ArrivalGate, "https://schema.org/arrivalGate"
163
+ new :ArrivalPlatform, "https://schema.org/arrivalPlatform"
164
+ new :ArrivalStation, "https://schema.org/arrivalStation"
165
+ new :ArrivalTerminal, "https://schema.org/arrivalTerminal"
166
+ new :ArrivalTime, "https://schema.org/arrivalTime"
167
+ new :ArtEdition, "https://schema.org/artEdition"
168
+ new :ArtMedium, "https://schema.org/artMedium"
169
+ new :ArterialBranch, "https://schema.org/arterialBranch"
170
+ new :Artform, "https://schema.org/artform"
171
+ new :ArticleBody, "https://schema.org/articleBody"
172
+ new :ArticleSection, "https://schema.org/articleSection"
173
+ new :Artist, "https://schema.org/artist"
174
+ new :ArtworkSurface, "https://schema.org/artworkSurface"
175
+ new :Aspect, "https://schema.org/aspect"
176
+ new :Assembly, "https://schema.org/assembly"
177
+ new :AssemblyVersion, "https://schema.org/assemblyVersion"
178
+ new :Assesses, "https://schema.org/assesses"
179
+ new :AssociatedAnatomy, "https://schema.org/associatedAnatomy"
180
+ new :AssociatedArticle, "https://schema.org/associatedArticle"
181
+ new :AssociatedMedia, "https://schema.org/associatedMedia"
182
+ new :AssociatedPathophysiology, "https://schema.org/associatedPathophysiology"
183
+ new :Athlete, "https://schema.org/athlete"
184
+ new :Attendee, "https://schema.org/attendee"
185
+ new :Attendees, "https://schema.org/attendees"
186
+ new :Audience, "https://schema.org/audience"
187
+ new :AudienceType, "https://schema.org/audienceType"
188
+ new :Audio, "https://schema.org/audio"
189
+ new :Authenticator, "https://schema.org/authenticator"
190
+ new :Author, "https://schema.org/author"
191
+ new :Availability, "https://schema.org/availability"
192
+ new :AvailabilityEnds, "https://schema.org/availabilityEnds"
193
+ new :AvailabilityStarts, "https://schema.org/availabilityStarts"
194
+ new :AvailableAtOrFrom, "https://schema.org/availableAtOrFrom"
195
+ new :AvailableChannel, "https://schema.org/availableChannel"
196
+ new :AvailableDeliveryMethod, "https://schema.org/availableDeliveryMethod"
197
+ new :AvailableFrom, "https://schema.org/availableFrom"
198
+ new :AvailableIn, "https://schema.org/availableIn"
199
+ new :AvailableLanguage, "https://schema.org/availableLanguage"
200
+ new :AvailableOnDevice, "https://schema.org/availableOnDevice"
201
+ new :AvailableService, "https://schema.org/availableService"
202
+ new :AvailableStrength, "https://schema.org/availableStrength"
203
+ new :AvailableTest, "https://schema.org/availableTest"
204
+ new :AvailableThrough, "https://schema.org/availableThrough"
205
+ new :Award, "https://schema.org/award"
206
+ new :Awards, "https://schema.org/awards"
207
+ new :AwayTeam, "https://schema.org/awayTeam"
208
+ new :Backstory, "https://schema.org/backstory"
209
+ new :BankAccountType, "https://schema.org/bankAccountType"
210
+ new :BaseSalary, "https://schema.org/baseSalary"
211
+ new :BccRecipient, "https://schema.org/bccRecipient"
212
+ new :Bed, "https://schema.org/bed"
213
+ new :BeforeMedia, "https://schema.org/beforeMedia"
214
+ new :BeneficiaryBank, "https://schema.org/beneficiaryBank"
215
+ new :Benefits, "https://schema.org/benefits"
216
+ new :BenefitsSummaryUrl, "https://schema.org/benefitsSummaryUrl"
217
+ new :BestRating, "https://schema.org/bestRating"
218
+ new :BillingAddress, "https://schema.org/billingAddress"
219
+ new :BillingDuration, "https://schema.org/billingDuration"
220
+ new :BillingIncrement, "https://schema.org/billingIncrement"
221
+ new :BillingPeriod, "https://schema.org/billingPeriod"
222
+ new :BillingStart, "https://schema.org/billingStart"
223
+ new :BiomechnicalClass, "https://schema.org/biomechnicalClass"
224
+ new :BirthDate, "https://schema.org/birthDate"
225
+ new :BirthPlace, "https://schema.org/birthPlace"
226
+ new :Bitrate, "https://schema.org/bitrate"
227
+ new :BlogPost, "https://schema.org/blogPost"
228
+ new :BlogPosts, "https://schema.org/blogPosts"
229
+ new :BloodSupply, "https://schema.org/bloodSupply"
230
+ new :BoardingGroup, "https://schema.org/boardingGroup"
231
+ new :BoardingPolicy, "https://schema.org/boardingPolicy"
232
+ new :BodyLocation, "https://schema.org/bodyLocation"
233
+ new :BodyType, "https://schema.org/bodyType"
234
+ new :BookEdition, "https://schema.org/bookEdition"
235
+ new :BookFormat, "https://schema.org/bookFormat"
236
+ new :BookingAgent, "https://schema.org/bookingAgent"
237
+ new :BookingTime, "https://schema.org/bookingTime"
238
+ new :Borrower, "https://schema.org/borrower"
239
+ new :Box, "https://schema.org/box"
240
+ new :Branch, "https://schema.org/branch"
241
+ new :BranchCode, "https://schema.org/branchCode"
242
+ new :BranchOf, "https://schema.org/branchOf"
243
+ new :Brand, "https://schema.org/brand"
244
+ new :Breadcrumb, "https://schema.org/breadcrumb"
245
+ new :BreastfeedingWarning, "https://schema.org/breastfeedingWarning"
246
+ new :BroadcastAffiliateOf, "https://schema.org/broadcastAffiliateOf"
247
+ new :BroadcastChannelId, "https://schema.org/broadcastChannelId"
248
+ new :BroadcastDisplayName, "https://schema.org/broadcastDisplayName"
249
+ new :BroadcastFrequency, "https://schema.org/broadcastFrequency"
250
+ new :BroadcastFrequencyValue, "https://schema.org/broadcastFrequencyValue"
251
+ new :BroadcastOfEvent, "https://schema.org/broadcastOfEvent"
252
+ new :BroadcastServiceTier, "https://schema.org/broadcastServiceTier"
253
+ new :BroadcastSignalModulation, "https://schema.org/broadcastSignalModulation"
254
+ new :BroadcastSubChannel, "https://schema.org/broadcastSubChannel"
255
+ new :BroadcastTimezone, "https://schema.org/broadcastTimezone"
256
+ new :Broadcaster, "https://schema.org/broadcaster"
257
+ new :Broker, "https://schema.org/broker"
258
+ new :BrowserRequirements, "https://schema.org/browserRequirements"
259
+ new :BusName, "https://schema.org/busName"
260
+ new :BusNumber, "https://schema.org/busNumber"
261
+ new :BusinessDays, "https://schema.org/businessDays"
262
+ new :BusinessFunction, "https://schema.org/businessFunction"
263
+ new :Buyer, "https://schema.org/buyer"
264
+ new :ByArtist, "https://schema.org/byArtist"
265
+ new :ByDay, "https://schema.org/byDay"
266
+ new :ByMonth, "https://schema.org/byMonth"
267
+ new :ByMonthDay, "https://schema.org/byMonthDay"
268
+ new :ByMonthWeek, "https://schema.org/byMonthWeek"
269
+ new :CallSign, "https://schema.org/callSign"
270
+ new :Calories, "https://schema.org/calories"
271
+ new :Candidate, "https://schema.org/candidate"
272
+ new :Caption, "https://schema.org/caption"
273
+ new :CarbohydrateContent, "https://schema.org/carbohydrateContent"
274
+ new :CargoVolume, "https://schema.org/cargoVolume"
275
+ new :Carrier, "https://schema.org/carrier"
276
+ new :CarrierRequirements, "https://schema.org/carrierRequirements"
277
+ new :CashBack, "https://schema.org/cashBack"
278
+ new :Catalog, "https://schema.org/catalog"
279
+ new :CatalogNumber, "https://schema.org/catalogNumber"
280
+ new :Category, "https://schema.org/category"
281
+ new :CauseOf, "https://schema.org/causeOf"
282
+ new :CcRecipient, "https://schema.org/ccRecipient"
283
+ new :Character, "https://schema.org/character"
284
+ new :CharacterAttribute, "https://schema.org/characterAttribute"
285
+ new :CharacterName, "https://schema.org/characterName"
286
+ new :CheatCode, "https://schema.org/cheatCode"
287
+ new :CheckinTime, "https://schema.org/checkinTime"
288
+ new :CheckoutTime, "https://schema.org/checkoutTime"
289
+ new :ChildMaxAge, "https://schema.org/childMaxAge"
290
+ new :ChildMinAge, "https://schema.org/childMinAge"
291
+ new :Children, "https://schema.org/children"
292
+ new :CholesterolContent, "https://schema.org/cholesterolContent"
293
+ new :Circle, "https://schema.org/circle"
294
+ new :Citation, "https://schema.org/citation"
295
+ new :ClaimReviewed, "https://schema.org/claimReviewed"
296
+ new :ClincalPharmacology, "https://schema.org/clincalPharmacology"
297
+ new :ClinicalPharmacology, "https://schema.org/clinicalPharmacology"
298
+ new :ClipNumber, "https://schema.org/clipNumber"
299
+ new :Closes, "https://schema.org/closes"
300
+ new :Coach, "https://schema.org/coach"
301
+ new :Code, "https://schema.org/code"
302
+ new :CodeRepository, "https://schema.org/codeRepository"
303
+ new :CodeSampleType, "https://schema.org/codeSampleType"
304
+ new :CodeValue, "https://schema.org/codeValue"
305
+ new :CodingSystem, "https://schema.org/codingSystem"
306
+ new :Colleague, "https://schema.org/colleague"
307
+ new :Colleagues, "https://schema.org/colleagues"
308
+ new :Collection, "https://schema.org/collection"
309
+ new :CollectionSize, "https://schema.org/collectionSize"
310
+ new :Color, "https://schema.org/color"
311
+ new :Colorist, "https://schema.org/colorist"
312
+ new :Comment, "https://schema.org/comment"
313
+ new :CommentCount, "https://schema.org/commentCount"
314
+ new :CommentText, "https://schema.org/commentText"
315
+ new :CommentTime, "https://schema.org/commentTime"
316
+ new :CompetencyRequired, "https://schema.org/competencyRequired"
317
+ new :Competitor, "https://schema.org/competitor"
318
+ new :Composer, "https://schema.org/composer"
319
+ new :ComprisedOf, "https://schema.org/comprisedOf"
320
+ new :ConditionsOfAccess, "https://schema.org/conditionsOfAccess"
321
+ new :ConfirmationNumber, "https://schema.org/confirmationNumber"
322
+ new :ConnectedTo, "https://schema.org/connectedTo"
323
+ new :ConstrainingProperty, "https://schema.org/constrainingProperty"
324
+ new :ContactOption, "https://schema.org/contactOption"
325
+ new :ContactPoint, "https://schema.org/contactPoint"
326
+ new :ContactPoints, "https://schema.org/contactPoints"
327
+ new :ContactType, "https://schema.org/contactType"
328
+ new :ContactlessPayment, "https://schema.org/contactlessPayment"
329
+ new :ContainedIn, "https://schema.org/containedIn"
330
+ new :ContainedInPlace, "https://schema.org/containedInPlace"
331
+ new :ContainsPlace, "https://schema.org/containsPlace"
332
+ new :ContainsSeason, "https://schema.org/containsSeason"
333
+ new :ContentLocation, "https://schema.org/contentLocation"
334
+ new :ContentRating, "https://schema.org/contentRating"
335
+ new :ContentReferenceTime, "https://schema.org/contentReferenceTime"
336
+ new :ContentSize, "https://schema.org/contentSize"
337
+ new :ContentType, "https://schema.org/contentType"
338
+ new :ContentUrl, "https://schema.org/contentUrl"
339
+ new :Contraindication, "https://schema.org/contraindication"
340
+ new :Contributor, "https://schema.org/contributor"
341
+ new :CookTime, "https://schema.org/cookTime"
342
+ new :CookingMethod, "https://schema.org/cookingMethod"
343
+ new :CopyrightHolder, "https://schema.org/copyrightHolder"
344
+ new :CopyrightNotice, "https://schema.org/copyrightNotice"
345
+ new :CopyrightYear, "https://schema.org/copyrightYear"
346
+ new :Correction, "https://schema.org/correction"
347
+ new :CorrectionsPolicy, "https://schema.org/correctionsPolicy"
348
+ new :CostCategory, "https://schema.org/costCategory"
349
+ new :CostCurrency, "https://schema.org/costCurrency"
350
+ new :CostOrigin, "https://schema.org/costOrigin"
351
+ new :CostPerUnit, "https://schema.org/costPerUnit"
352
+ new :CountriesNotSupported, "https://schema.org/countriesNotSupported"
353
+ new :CountriesSupported, "https://schema.org/countriesSupported"
354
+ new :CountryOfOrigin, "https://schema.org/countryOfOrigin"
355
+ new :Course, "https://schema.org/course"
356
+ new :CourseCode, "https://schema.org/courseCode"
357
+ new :CourseMode, "https://schema.org/courseMode"
358
+ new :CoursePrerequisites, "https://schema.org/coursePrerequisites"
359
+ new :CourseWorkload, "https://schema.org/courseWorkload"
360
+ new :CoverageEndTime, "https://schema.org/coverageEndTime"
361
+ new :CoverageStartTime, "https://schema.org/coverageStartTime"
362
+ new :CreativeWorkStatus, "https://schema.org/creativeWorkStatus"
363
+ new :Creator, "https://schema.org/creator"
364
+ new :CredentialCategory, "https://schema.org/credentialCategory"
365
+ new :CreditText, "https://schema.org/creditText"
366
+ new :CreditedTo, "https://schema.org/creditedTo"
367
+ new :CssSelector, "https://schema.org/cssSelector"
368
+ new :CurrenciesAccepted, "https://schema.org/currenciesAccepted"
369
+ new :Currency, "https://schema.org/currency"
370
+ new :CurrentExchangeRate, "https://schema.org/currentExchangeRate"
371
+ new :Customer, "https://schema.org/customer"
372
+ new :CutoffTime, "https://schema.org/cutoffTime"
373
+ new :CvdCollectionDate, "https://schema.org/cvdCollectionDate"
374
+ new :CvdFacilityCounty, "https://schema.org/cvdFacilityCounty"
375
+ new :CvdFacilityId, "https://schema.org/cvdFacilityId"
376
+ new :CvdNumBeds, "https://schema.org/cvdNumBeds"
377
+ new :CvdNumBedsOcc, "https://schema.org/cvdNumBedsOcc"
378
+ new :CvdNumC19Died, "https://schema.org/cvdNumC19Died"
379
+ new :CvdNumC19HOPats, "https://schema.org/cvdNumC19HOPats"
380
+ new :CvdNumC19HospPats, "https://schema.org/cvdNumC19HospPats"
381
+ new :CvdNumC19MechVentPats, "https://schema.org/cvdNumC19MechVentPats"
382
+ new :CvdNumC19OFMechVentPats, "https://schema.org/cvdNumC19OFMechVentPats"
383
+ new :CvdNumC19OverflowPats, "https://schema.org/cvdNumC19OverflowPats"
384
+ new :CvdNumICUBeds, "https://schema.org/cvdNumICUBeds"
385
+ new :CvdNumICUBedsOcc, "https://schema.org/cvdNumICUBedsOcc"
386
+ new :CvdNumTotBeds, "https://schema.org/cvdNumTotBeds"
387
+ new :CvdNumVent, "https://schema.org/cvdNumVent"
388
+ new :CvdNumVentUse, "https://schema.org/cvdNumVentUse"
389
+ new :DataFeedElement, "https://schema.org/dataFeedElement"
390
+ new :Dataset, "https://schema.org/dataset"
391
+ new :DatasetTimeInterval, "https://schema.org/datasetTimeInterval"
392
+ new :DateCreated, "https://schema.org/dateCreated"
393
+ new :DateDeleted, "https://schema.org/dateDeleted"
394
+ new :DateIssued, "https://schema.org/dateIssued"
395
+ new :DateModified, "https://schema.org/dateModified"
396
+ new :DatePosted, "https://schema.org/datePosted"
397
+ new :DatePublished, "https://schema.org/datePublished"
398
+ new :DateRead, "https://schema.org/dateRead"
399
+ new :DateReceived, "https://schema.org/dateReceived"
400
+ new :DateSent, "https://schema.org/dateSent"
401
+ new :DateVehicleFirstRegistered, "https://schema.org/dateVehicleFirstRegistered"
402
+ new :Dateline, "https://schema.org/dateline"
403
+ new :DayOfWeek, "https://schema.org/dayOfWeek"
404
+ new :DeathDate, "https://schema.org/deathDate"
405
+ new :DeathPlace, "https://schema.org/deathPlace"
406
+ new :DefaultValue, "https://schema.org/defaultValue"
407
+ new :DeliveryAddress, "https://schema.org/deliveryAddress"
408
+ new :DeliveryLeadTime, "https://schema.org/deliveryLeadTime"
409
+ new :DeliveryMethod, "https://schema.org/deliveryMethod"
410
+ new :DeliveryStatus, "https://schema.org/deliveryStatus"
411
+ new :DeliveryTime, "https://schema.org/deliveryTime"
412
+ new :Department, "https://schema.org/department"
413
+ new :DepartureAirport, "https://schema.org/departureAirport"
414
+ new :DepartureBoatTerminal, "https://schema.org/departureBoatTerminal"
415
+ new :DepartureBusStop, "https://schema.org/departureBusStop"
416
+ new :DepartureGate, "https://schema.org/departureGate"
417
+ new :DeparturePlatform, "https://schema.org/departurePlatform"
418
+ new :DepartureStation, "https://schema.org/departureStation"
419
+ new :DepartureTerminal, "https://schema.org/departureTerminal"
420
+ new :DepartureTime, "https://schema.org/departureTime"
421
+ new :Dependencies, "https://schema.org/dependencies"
422
+ new :Depth, "https://schema.org/depth"
423
+ new :Description, "https://schema.org/description"
424
+ new :Device, "https://schema.org/device"
425
+ new :Diagnosis, "https://schema.org/diagnosis"
426
+ new :Diagram, "https://schema.org/diagram"
427
+ new :Diet, "https://schema.org/diet"
428
+ new :DietFeatures, "https://schema.org/dietFeatures"
429
+ new :DifferentialDiagnosis, "https://schema.org/differentialDiagnosis"
430
+ new :Director, "https://schema.org/director"
431
+ new :Directors, "https://schema.org/directors"
432
+ new :DisambiguatingDescription, "https://schema.org/disambiguatingDescription"
433
+ new :Discount, "https://schema.org/discount"
434
+ new :DiscountCode, "https://schema.org/discountCode"
435
+ new :DiscountCurrency, "https://schema.org/discountCurrency"
436
+ new :Discusses, "https://schema.org/discusses"
437
+ new :DiscussionUrl, "https://schema.org/discussionUrl"
438
+ new :DiseasePreventionInfo, "https://schema.org/diseasePreventionInfo"
439
+ new :DiseaseSpreadStatistics, "https://schema.org/diseaseSpreadStatistics"
440
+ new :DissolutionDate, "https://schema.org/dissolutionDate"
441
+ new :Distance, "https://schema.org/distance"
442
+ new :DistinguishingSign, "https://schema.org/distinguishingSign"
443
+ new :Distribution, "https://schema.org/distribution"
444
+ new :DiversityPolicy, "https://schema.org/diversityPolicy"
445
+ new :DiversityStaffingReport, "https://schema.org/diversityStaffingReport"
446
+ new :Documentation, "https://schema.org/documentation"
447
+ new :DoesNotShip, "https://schema.org/doesNotShip"
448
+ new :DomainIncludes, "https://schema.org/domainIncludes"
449
+ new :DomiciledMortgage, "https://schema.org/domiciledMortgage"
450
+ new :DoorTime, "https://schema.org/doorTime"
451
+ new :DosageForm, "https://schema.org/dosageForm"
452
+ new :DoseSchedule, "https://schema.org/doseSchedule"
453
+ new :DoseUnit, "https://schema.org/doseUnit"
454
+ new :DoseValue, "https://schema.org/doseValue"
455
+ new :DownPayment, "https://schema.org/downPayment"
456
+ new :DownloadUrl, "https://schema.org/downloadUrl"
457
+ new :DownvoteCount, "https://schema.org/downvoteCount"
458
+ new :DrainsTo, "https://schema.org/drainsTo"
459
+ new :DriveWheelConfiguration, "https://schema.org/driveWheelConfiguration"
460
+ new :DropoffLocation, "https://schema.org/dropoffLocation"
461
+ new :DropoffTime, "https://schema.org/dropoffTime"
462
+ new :Drug, "https://schema.org/drug"
463
+ new :DrugClass, "https://schema.org/drugClass"
464
+ new :DrugUnit, "https://schema.org/drugUnit"
465
+ new :Duns, "https://schema.org/duns"
466
+ new :DuplicateTherapy, "https://schema.org/duplicateTherapy"
467
+ new :Duration, "https://schema.org/duration"
468
+ new :DurationOfWarranty, "https://schema.org/durationOfWarranty"
469
+ new :DuringMedia, "https://schema.org/duringMedia"
470
+ new :EarlyPrepaymentPenalty, "https://schema.org/earlyPrepaymentPenalty"
471
+ new :EditEIDR, "https://schema.org/editEIDR"
472
+ new :Editor, "https://schema.org/editor"
473
+ new :EduQuestionType, "https://schema.org/eduQuestionType"
474
+ new :EducationRequirements, "https://schema.org/educationRequirements"
475
+ new :EducationalAlignment, "https://schema.org/educationalAlignment"
476
+ new :EducationalCredentialAwarded, "https://schema.org/educationalCredentialAwarded"
477
+ new :EducationalFramework, "https://schema.org/educationalFramework"
478
+ new :EducationalLevel, "https://schema.org/educationalLevel"
479
+ new :EducationalProgramMode, "https://schema.org/educationalProgramMode"
480
+ new :EducationalRole, "https://schema.org/educationalRole"
481
+ new :EducationalUse, "https://schema.org/educationalUse"
482
+ new :Elevation, "https://schema.org/elevation"
483
+ new :EligibilityToWorkRequirement, "https://schema.org/eligibilityToWorkRequirement"
484
+ new :EligibleCustomerType, "https://schema.org/eligibleCustomerType"
485
+ new :EligibleDuration, "https://schema.org/eligibleDuration"
486
+ new :EligibleQuantity, "https://schema.org/eligibleQuantity"
487
+ new :EligibleRegion, "https://schema.org/eligibleRegion"
488
+ new :EligibleTransactionVolume, "https://schema.org/eligibleTransactionVolume"
489
+ new :Email, "https://schema.org/email"
490
+ new :EmbedUrl, "https://schema.org/embedUrl"
491
+ new :EmissionsCO2, "https://schema.org/emissionsCO2"
492
+ new :Employee, "https://schema.org/employee"
493
+ new :Employees, "https://schema.org/employees"
494
+ new :EmployerOverview, "https://schema.org/employerOverview"
495
+ new :EmploymentType, "https://schema.org/employmentType"
496
+ new :EmploymentUnit, "https://schema.org/employmentUnit"
497
+ new :EncodesCreativeWork, "https://schema.org/encodesCreativeWork"
498
+ new :Encoding, "https://schema.org/encoding"
499
+ new :EncodingFormat, "https://schema.org/encodingFormat"
500
+ new :EncodingType, "https://schema.org/encodingType"
501
+ new :Encodings, "https://schema.org/encodings"
502
+ new :EndDate, "https://schema.org/endDate"
503
+ new :EndOffset, "https://schema.org/endOffset"
504
+ new :EndTime, "https://schema.org/endTime"
505
+ new :Endorsee, "https://schema.org/endorsee"
506
+ new :Endorsers, "https://schema.org/endorsers"
507
+ new :EnergyEfficiencyScaleMax, "https://schema.org/energyEfficiencyScaleMax"
508
+ new :EnergyEfficiencyScaleMin, "https://schema.org/energyEfficiencyScaleMin"
509
+ new :EngineDisplacement, "https://schema.org/engineDisplacement"
510
+ new :EnginePower, "https://schema.org/enginePower"
511
+ new :EngineType, "https://schema.org/engineType"
512
+ new :EntertainmentBusiness, "https://schema.org/entertainmentBusiness"
513
+ new :Epidemiology, "https://schema.org/epidemiology"
514
+ new :Episode, "https://schema.org/episode"
515
+ new :EpisodeNumber, "https://schema.org/episodeNumber"
516
+ new :Episodes, "https://schema.org/episodes"
517
+ new :Equal, "https://schema.org/equal"
518
+ new :Error, "https://schema.org/error"
519
+ new :EstimatedCost, "https://schema.org/estimatedCost"
520
+ new :EstimatedFlightDuration, "https://schema.org/estimatedFlightDuration"
521
+ new :EstimatedSalary, "https://schema.org/estimatedSalary"
522
+ new :EstimatesRiskOf, "https://schema.org/estimatesRiskOf"
523
+ new :EthicsPolicy, "https://schema.org/ethicsPolicy"
524
+ new :Event, "https://schema.org/event"
525
+ new :EventAttendanceMode, "https://schema.org/eventAttendanceMode"
526
+ new :EventSchedule, "https://schema.org/eventSchedule"
527
+ new :EventStatus, "https://schema.org/eventStatus"
528
+ new :Events, "https://schema.org/events"
529
+ new :EvidenceLevel, "https://schema.org/evidenceLevel"
530
+ new :EvidenceOrigin, "https://schema.org/evidenceOrigin"
531
+ new :ExampleOfWork, "https://schema.org/exampleOfWork"
532
+ new :ExceptDate, "https://schema.org/exceptDate"
533
+ new :ExchangeRateSpread, "https://schema.org/exchangeRateSpread"
534
+ new :ExecutableLibraryName, "https://schema.org/executableLibraryName"
535
+ new :ExerciseCourse, "https://schema.org/exerciseCourse"
536
+ new :ExercisePlan, "https://schema.org/exercisePlan"
537
+ new :ExerciseRelatedDiet, "https://schema.org/exerciseRelatedDiet"
538
+ new :ExerciseType, "https://schema.org/exerciseType"
539
+ new :ExifData, "https://schema.org/exifData"
540
+ new :ExpectedArrivalFrom, "https://schema.org/expectedArrivalFrom"
541
+ new :ExpectedArrivalUntil, "https://schema.org/expectedArrivalUntil"
542
+ new :ExpectedPrognosis, "https://schema.org/expectedPrognosis"
543
+ new :ExpectsAcceptanceOf, "https://schema.org/expectsAcceptanceOf"
544
+ new :ExperienceInPlaceOfEducation, "https://schema.org/experienceInPlaceOfEducation"
545
+ new :ExperienceRequirements, "https://schema.org/experienceRequirements"
546
+ new :ExpertConsiderations, "https://schema.org/expertConsiderations"
547
+ new :Expires, "https://schema.org/expires"
548
+ new :FamilyName, "https://schema.org/familyName"
549
+ new :FatContent, "https://schema.org/fatContent"
550
+ new :FaxNumber, "https://schema.org/faxNumber"
551
+ new :FeatureList, "https://schema.org/featureList"
552
+ new :FeesAndCommissionsSpecification, "https://schema.org/feesAndCommissionsSpecification"
553
+ new :FiberContent, "https://schema.org/fiberContent"
554
+ new :FileFormat, "https://schema.org/fileFormat"
555
+ new :FileSize, "https://schema.org/fileSize"
556
+ new :FinancialAidEligible, "https://schema.org/financialAidEligible"
557
+ new :FirstAppearance, "https://schema.org/firstAppearance"
558
+ new :FirstPerformance, "https://schema.org/firstPerformance"
559
+ new :FlightDistance, "https://schema.org/flightDistance"
560
+ new :FlightNumber, "https://schema.org/flightNumber"
561
+ new :FloorLevel, "https://schema.org/floorLevel"
562
+ new :FloorLimit, "https://schema.org/floorLimit"
563
+ new :FloorSize, "https://schema.org/floorSize"
564
+ new :Followee, "https://schema.org/followee"
565
+ new :Follows, "https://schema.org/follows"
566
+ new :Followup, "https://schema.org/followup"
567
+ new :FoodEstablishment, "https://schema.org/foodEstablishment"
568
+ new :FoodEvent, "https://schema.org/foodEvent"
569
+ new :FoodWarning, "https://schema.org/foodWarning"
570
+ new :Founder, "https://schema.org/founder"
571
+ new :Founders, "https://schema.org/founders"
572
+ new :FoundingDate, "https://schema.org/foundingDate"
573
+ new :FoundingLocation, "https://schema.org/foundingLocation"
574
+ new :Free, "https://schema.org/free"
575
+ new :FreeShippingThreshold, "https://schema.org/freeShippingThreshold"
576
+ new :Frequency, "https://schema.org/frequency"
577
+ new :FromLocation, "https://schema.org/fromLocation"
578
+ new :FuelCapacity, "https://schema.org/fuelCapacity"
579
+ new :FuelConsumption, "https://schema.org/fuelConsumption"
580
+ new :FuelEfficiency, "https://schema.org/fuelEfficiency"
581
+ new :FuelType, "https://schema.org/fuelType"
582
+ new :FunctionalClass, "https://schema.org/functionalClass"
583
+ new :FundedItem, "https://schema.org/fundedItem"
584
+ new :Funder, "https://schema.org/funder"
585
+ new :Game, "https://schema.org/game"
586
+ new :GameItem, "https://schema.org/gameItem"
587
+ new :GameLocation, "https://schema.org/gameLocation"
588
+ new :GamePlatform, "https://schema.org/gamePlatform"
589
+ new :GameServer, "https://schema.org/gameServer"
590
+ new :GameTip, "https://schema.org/gameTip"
591
+ new :Gender, "https://schema.org/gender"
592
+ new :Genre, "https://schema.org/genre"
593
+ new :Geo, "https://schema.org/geo"
594
+ new :GeoContains, "https://schema.org/geoContains"
595
+ new :GeoCoveredBy, "https://schema.org/geoCoveredBy"
596
+ new :GeoCovers, "https://schema.org/geoCovers"
597
+ new :GeoCrosses, "https://schema.org/geoCrosses"
598
+ new :GeoDisjoint, "https://schema.org/geoDisjoint"
599
+ new :GeoEquals, "https://schema.org/geoEquals"
600
+ new :GeoIntersects, "https://schema.org/geoIntersects"
601
+ new :GeoMidpoint, "https://schema.org/geoMidpoint"
602
+ new :GeoOverlaps, "https://schema.org/geoOverlaps"
603
+ new :GeoRadius, "https://schema.org/geoRadius"
604
+ new :GeoTouches, "https://schema.org/geoTouches"
605
+ new :GeoWithin, "https://schema.org/geoWithin"
606
+ new :GeographicArea, "https://schema.org/geographicArea"
607
+ new :GettingTestedInfo, "https://schema.org/gettingTestedInfo"
608
+ new :GivenName, "https://schema.org/givenName"
609
+ new :GlobalLocationNumber, "https://schema.org/globalLocationNumber"
610
+ new :GovernmentBenefitsInfo, "https://schema.org/governmentBenefitsInfo"
611
+ new :GracePeriod, "https://schema.org/gracePeriod"
612
+ new :Grantee, "https://schema.org/grantee"
613
+ new :Greater, "https://schema.org/greater"
614
+ new :GreaterOrEqual, "https://schema.org/greaterOrEqual"
615
+ new :Gtin, "https://schema.org/gtin"
616
+ new :Gtin12, "https://schema.org/gtin12"
617
+ new :Gtin13, "https://schema.org/gtin13"
618
+ new :Gtin14, "https://schema.org/gtin14"
619
+ new :Gtin8, "https://schema.org/gtin8"
620
+ new :Guideline, "https://schema.org/guideline"
621
+ new :GuidelineDate, "https://schema.org/guidelineDate"
622
+ new :GuidelineSubject, "https://schema.org/guidelineSubject"
623
+ new :HandlingTime, "https://schema.org/handlingTime"
624
+ new :HasBroadcastChannel, "https://schema.org/hasBroadcastChannel"
625
+ new :HasCategoryCode, "https://schema.org/hasCategoryCode"
626
+ new :HasCourse, "https://schema.org/hasCourse"
627
+ new :HasCourseInstance, "https://schema.org/hasCourseInstance"
628
+ new :HasCredential, "https://schema.org/hasCredential"
629
+ new :HasDefinedTerm, "https://schema.org/hasDefinedTerm"
630
+ new :HasDeliveryMethod, "https://schema.org/hasDeliveryMethod"
631
+ new :HasDigitalDocumentPermission, "https://schema.org/hasDigitalDocumentPermission"
632
+ new :HasDriveThroughService, "https://schema.org/hasDriveThroughService"
633
+ new :HasEnergyConsumptionDetails, "https://schema.org/hasEnergyConsumptionDetails"
634
+ new :HasEnergyEfficiencyCategory, "https://schema.org/hasEnergyEfficiencyCategory"
635
+ new :HasHealthAspect, "https://schema.org/hasHealthAspect"
636
+ new :HasMap, "https://schema.org/hasMap"
637
+ new :HasMeasurement, "https://schema.org/hasMeasurement"
638
+ new :HasMenu, "https://schema.org/hasMenu"
639
+ new :HasMenuItem, "https://schema.org/hasMenuItem"
640
+ new :HasMenuSection, "https://schema.org/hasMenuSection"
641
+ new :HasMerchantReturnPolicy, "https://schema.org/hasMerchantReturnPolicy"
642
+ new :HasOccupation, "https://schema.org/hasOccupation"
643
+ new :HasOfferCatalog, "https://schema.org/hasOfferCatalog"
644
+ new :HasPOS, "https://schema.org/hasPOS"
645
+ new :HasPart, "https://schema.org/hasPart"
646
+ new :HasVariant, "https://schema.org/hasVariant"
647
+ new :Headline, "https://schema.org/headline"
648
+ new :HealthCondition, "https://schema.org/healthCondition"
649
+ new :HealthPlanCoinsuranceOption, "https://schema.org/healthPlanCoinsuranceOption"
650
+ new :HealthPlanCoinsuranceRate, "https://schema.org/healthPlanCoinsuranceRate"
651
+ new :HealthPlanCopay, "https://schema.org/healthPlanCopay"
652
+ new :HealthPlanCopayOption, "https://schema.org/healthPlanCopayOption"
653
+ new :HealthPlanCostSharing, "https://schema.org/healthPlanCostSharing"
654
+ new :HealthPlanDrugOption, "https://schema.org/healthPlanDrugOption"
655
+ new :HealthPlanDrugTier, "https://schema.org/healthPlanDrugTier"
656
+ new :HealthPlanId, "https://schema.org/healthPlanId"
657
+ new :HealthPlanMarketingUrl, "https://schema.org/healthPlanMarketingUrl"
658
+ new :HealthPlanNetworkId, "https://schema.org/healthPlanNetworkId"
659
+ new :HealthPlanNetworkTier, "https://schema.org/healthPlanNetworkTier"
660
+ new :HealthPlanPharmacyCategory, "https://schema.org/healthPlanPharmacyCategory"
661
+ new :HealthcareReportingData, "https://schema.org/healthcareReportingData"
662
+ new :Height, "https://schema.org/height"
663
+ new :HighPrice, "https://schema.org/highPrice"
664
+ new :HiringOrganization, "https://schema.org/hiringOrganization"
665
+ new :HoldingArchive, "https://schema.org/holdingArchive"
666
+ new :HomeLocation, "https://schema.org/homeLocation"
667
+ new :HomeTeam, "https://schema.org/homeTeam"
668
+ new :HonorificPrefix, "https://schema.org/honorificPrefix"
669
+ new :HonorificSuffix, "https://schema.org/honorificSuffix"
670
+ new :HospitalAffiliation, "https://schema.org/hospitalAffiliation"
671
+ new :HostingOrganization, "https://schema.org/hostingOrganization"
672
+ new :HoursAvailable, "https://schema.org/hoursAvailable"
673
+ new :HowPerformed, "https://schema.org/howPerformed"
674
+ new :HttpMethod, "https://schema.org/httpMethod"
675
+ new :IataCode, "https://schema.org/iataCode"
676
+ new :IcaoCode, "https://schema.org/icaoCode"
677
+ new :Identifier, "https://schema.org/identifier"
678
+ new :IdentifyingExam, "https://schema.org/identifyingExam"
679
+ new :IdentifyingTest, "https://schema.org/identifyingTest"
680
+ new :Illustrator, "https://schema.org/illustrator"
681
+ new :Image, "https://schema.org/image"
682
+ new :ImagingTechnique, "https://schema.org/imagingTechnique"
683
+ new :InAlbum, "https://schema.org/inAlbum"
684
+ new :InBroadcastLineup, "https://schema.org/inBroadcastLineup"
685
+ new :InCodeSet, "https://schema.org/inCodeSet"
686
+ new :InDefinedTermSet, "https://schema.org/inDefinedTermSet"
687
+ new :InLanguage, "https://schema.org/inLanguage"
688
+ new :InPlaylist, "https://schema.org/inPlaylist"
689
+ new :InProductGroupWithID, "https://schema.org/inProductGroupWithID"
690
+ new :InStoreReturnsOffered, "https://schema.org/inStoreReturnsOffered"
691
+ new :InSupportOf, "https://schema.org/inSupportOf"
692
+ new :IncentiveCompensation, "https://schema.org/incentiveCompensation"
693
+ new :Incentives, "https://schema.org/incentives"
694
+ new :IncludedComposition, "https://schema.org/includedComposition"
695
+ new :IncludedDataCatalog, "https://schema.org/includedDataCatalog"
696
+ new :IncludedInDataCatalog, "https://schema.org/includedInDataCatalog"
697
+ new :IncludedInHealthInsurancePlan, "https://schema.org/includedInHealthInsurancePlan"
698
+ new :IncludedRiskFactor, "https://schema.org/includedRiskFactor"
699
+ new :IncludesAttraction, "https://schema.org/includesAttraction"
700
+ new :IncludesHealthPlanFormulary, "https://schema.org/includesHealthPlanFormulary"
701
+ new :IncludesHealthPlanNetwork, "https://schema.org/includesHealthPlanNetwork"
702
+ new :IncludesObject, "https://schema.org/includesObject"
703
+ new :IncreasesRiskOf, "https://schema.org/increasesRiskOf"
704
+ new :Industry, "https://schema.org/industry"
705
+ new :IneligibleRegion, "https://schema.org/ineligibleRegion"
706
+ new :InfectiousAgent, "https://schema.org/infectiousAgent"
707
+ new :InfectiousAgentClass, "https://schema.org/infectiousAgentClass"
708
+ new :Ingredients, "https://schema.org/ingredients"
709
+ new :Inker, "https://schema.org/inker"
710
+ new :Insertion, "https://schema.org/insertion"
711
+ new :InstallUrl, "https://schema.org/installUrl"
712
+ new :Instructor, "https://schema.org/instructor"
713
+ new :Instrument, "https://schema.org/instrument"
714
+ new :Intensity, "https://schema.org/intensity"
715
+ new :InteractingDrug, "https://schema.org/interactingDrug"
716
+ new :InteractionCount, "https://schema.org/interactionCount"
717
+ new :InteractionService, "https://schema.org/interactionService"
718
+ new :InteractionStatistic, "https://schema.org/interactionStatistic"
719
+ new :InteractionType, "https://schema.org/interactionType"
720
+ new :InteractivityType, "https://schema.org/interactivityType"
721
+ new :InterestRate, "https://schema.org/interestRate"
722
+ new :InventoryLevel, "https://schema.org/inventoryLevel"
723
+ new :InverseOf, "https://schema.org/inverseOf"
724
+ new :IsAcceptingNewPatients, "https://schema.org/isAcceptingNewPatients"
725
+ new :IsAccessibleForFree, "https://schema.org/isAccessibleForFree"
726
+ new :IsAccessoryOrSparePartFor, "https://schema.org/isAccessoryOrSparePartFor"
727
+ new :IsAvailableGenerically, "https://schema.org/isAvailableGenerically"
728
+ new :IsBasedOn, "https://schema.org/isBasedOn"
729
+ new :IsBasedOnUrl, "https://schema.org/isBasedOnUrl"
730
+ new :IsConsumableFor, "https://schema.org/isConsumableFor"
731
+ new :IsFamilyFriendly, "https://schema.org/isFamilyFriendly"
732
+ new :IsGift, "https://schema.org/isGift"
733
+ new :IsLiveBroadcast, "https://schema.org/isLiveBroadcast"
734
+ new :IsPartOf, "https://schema.org/isPartOf"
735
+ new :IsPlanForApartment, "https://schema.org/isPlanForApartment"
736
+ new :IsProprietary, "https://schema.org/isProprietary"
737
+ new :IsRelatedTo, "https://schema.org/isRelatedTo"
738
+ new :IsResizable, "https://schema.org/isResizable"
739
+ new :IsSimilarTo, "https://schema.org/isSimilarTo"
740
+ new :IsUnlabelledFallback, "https://schema.org/isUnlabelledFallback"
741
+ new :IsVariantOf, "https://schema.org/isVariantOf"
742
+ new :Isbn, "https://schema.org/isbn"
743
+ new :IsicV4, "https://schema.org/isicV4"
744
+ new :IsrcCode, "https://schema.org/isrcCode"
745
+ new :Issn, "https://schema.org/issn"
746
+ new :IssueNumber, "https://schema.org/issueNumber"
747
+ new :IssuedBy, "https://schema.org/issuedBy"
748
+ new :IssuedThrough, "https://schema.org/issuedThrough"
749
+ new :IswcCode, "https://schema.org/iswcCode"
750
+ new :Item, "https://schema.org/item"
751
+ new :ItemCondition, "https://schema.org/itemCondition"
752
+ new :ItemListElement, "https://schema.org/itemListElement"
753
+ new :ItemListOrder, "https://schema.org/itemListOrder"
754
+ new :ItemLocation, "https://schema.org/itemLocation"
755
+ new :ItemOffered, "https://schema.org/itemOffered"
756
+ new :ItemReviewed, "https://schema.org/itemReviewed"
757
+ new :ItemShipped, "https://schema.org/itemShipped"
758
+ new :Itinerary, "https://schema.org/itinerary"
759
+ new :JobBenefits, "https://schema.org/jobBenefits"
760
+ new :JobImmediateStart, "https://schema.org/jobImmediateStart"
761
+ new :JobLocation, "https://schema.org/jobLocation"
762
+ new :JobLocationType, "https://schema.org/jobLocationType"
763
+ new :JobStartDate, "https://schema.org/jobStartDate"
764
+ new :JobTitle, "https://schema.org/jobTitle"
765
+ new :Jurisdiction, "https://schema.org/jurisdiction"
766
+ new :Keywords, "https://schema.org/keywords"
767
+ new :KnownVehicleDamages, "https://schema.org/knownVehicleDamages"
768
+ new :Knows, "https://schema.org/knows"
769
+ new :KnowsAbout, "https://schema.org/knowsAbout"
770
+ new :KnowsLanguage, "https://schema.org/knowsLanguage"
771
+ new :LabelDetails, "https://schema.org/labelDetails"
772
+ new :Landlord, "https://schema.org/landlord"
773
+ new :Language, "https://schema.org/language"
774
+ new :LastReviewed, "https://schema.org/lastReviewed"
775
+ new :Latitude, "https://schema.org/latitude"
776
+ new :LayoutImage, "https://schema.org/layoutImage"
777
+ new :LearningResourceType, "https://schema.org/learningResourceType"
778
+ new :LeaseLength, "https://schema.org/leaseLength"
779
+ new :LegalName, "https://schema.org/legalName"
780
+ new :LegalStatus, "https://schema.org/legalStatus"
781
+ new :LegislationApplies, "https://schema.org/legislationApplies"
782
+ new :LegislationChanges, "https://schema.org/legislationChanges"
783
+ new :LegislationConsolidates, "https://schema.org/legislationConsolidates"
784
+ new :LegislationDate, "https://schema.org/legislationDate"
785
+ new :LegislationDateVersion, "https://schema.org/legislationDateVersion"
786
+ new :LegislationIdentifier, "https://schema.org/legislationIdentifier"
787
+ new :LegislationJurisdiction, "https://schema.org/legislationJurisdiction"
788
+ new :LegislationLegalForce, "https://schema.org/legislationLegalForce"
789
+ new :LegislationLegalValue, "https://schema.org/legislationLegalValue"
790
+ new :LegislationPassedBy, "https://schema.org/legislationPassedBy"
791
+ new :LegislationResponsible, "https://schema.org/legislationResponsible"
792
+ new :LegislationTransposes, "https://schema.org/legislationTransposes"
793
+ new :LegislationType, "https://schema.org/legislationType"
794
+ new :LeiCode, "https://schema.org/leiCode"
795
+ new :Lender, "https://schema.org/lender"
796
+ new :Lesser, "https://schema.org/lesser"
797
+ new :LesserOrEqual, "https://schema.org/lesserOrEqual"
798
+ new :Letterer, "https://schema.org/letterer"
799
+ new :License, "https://schema.org/license"
800
+ new :Line, "https://schema.org/line"
801
+ new :LinkRelationship, "https://schema.org/linkRelationship"
802
+ new :LiveBlogUpdate, "https://schema.org/liveBlogUpdate"
803
+ new :LoanMortgageMandateAmount, "https://schema.org/loanMortgageMandateAmount"
804
+ new :LoanPaymentAmount, "https://schema.org/loanPaymentAmount"
805
+ new :LoanPaymentFrequency, "https://schema.org/loanPaymentFrequency"
806
+ new :LoanRepaymentForm, "https://schema.org/loanRepaymentForm"
807
+ new :LoanTerm, "https://schema.org/loanTerm"
808
+ new :LoanType, "https://schema.org/loanType"
809
+ new :Location, "https://schema.org/location"
810
+ new :LocationCreated, "https://schema.org/locationCreated"
811
+ new :LodgingUnitDescription, "https://schema.org/lodgingUnitDescription"
812
+ new :LodgingUnitType, "https://schema.org/lodgingUnitType"
813
+ new :Logo, "https://schema.org/logo"
814
+ new :Longitude, "https://schema.org/longitude"
815
+ new :Loser, "https://schema.org/loser"
816
+ new :LowPrice, "https://schema.org/lowPrice"
817
+ new :Lyricist, "https://schema.org/lyricist"
818
+ new :Lyrics, "https://schema.org/lyrics"
819
+ new :MainContentOfPage, "https://schema.org/mainContentOfPage"
820
+ new :MainEntity, "https://schema.org/mainEntity"
821
+ new :MainEntityOfPage, "https://schema.org/mainEntityOfPage"
822
+ new :Maintainer, "https://schema.org/maintainer"
823
+ new :MakesOffer, "https://schema.org/makesOffer"
824
+ new :Manufacturer, "https://schema.org/manufacturer"
825
+ new :Map, "https://schema.org/map"
826
+ new :MapType, "https://schema.org/mapType"
827
+ new :Maps, "https://schema.org/maps"
828
+ new :MarginOfError, "https://schema.org/marginOfError"
829
+ new :Masthead, "https://schema.org/masthead"
830
+ new :Material, "https://schema.org/material"
831
+ new :MaterialExtent, "https://schema.org/materialExtent"
832
+ new :MathExpression, "https://schema.org/mathExpression"
833
+ new :MaxPrice, "https://schema.org/maxPrice"
834
+ new :MaxValue, "https://schema.org/maxValue"
835
+ new :MaximumAttendeeCapacity, "https://schema.org/maximumAttendeeCapacity"
836
+ new :MaximumEnrollment, "https://schema.org/maximumEnrollment"
837
+ new :MaximumIntake, "https://schema.org/maximumIntake"
838
+ new :MaximumPhysicalAttendeeCapacity, "https://schema.org/maximumPhysicalAttendeeCapacity"
839
+ new :MaximumVirtualAttendeeCapacity, "https://schema.org/maximumVirtualAttendeeCapacity"
840
+ new :MealService, "https://schema.org/mealService"
841
+ new :MeasuredProperty, "https://schema.org/measuredProperty"
842
+ new :MeasuredValue, "https://schema.org/measuredValue"
843
+ new :MeasurementTechnique, "https://schema.org/measurementTechnique"
844
+ new :MechanismOfAction, "https://schema.org/mechanismOfAction"
845
+ new :MediaAuthenticityCategory, "https://schema.org/mediaAuthenticityCategory"
846
+ new :Median, "https://schema.org/median"
847
+ new :MedicalAudience, "https://schema.org/medicalAudience"
848
+ new :MedicalSpecialty, "https://schema.org/medicalSpecialty"
849
+ new :MedicineSystem, "https://schema.org/medicineSystem"
850
+ new :MeetsEmissionStandard, "https://schema.org/meetsEmissionStandard"
851
+ new :Member, "https://schema.org/member"
852
+ new :MemberOf, "https://schema.org/memberOf"
853
+ new :Members, "https://schema.org/members"
854
+ new :MembershipNumber, "https://schema.org/membershipNumber"
855
+ new :MembershipPointsEarned, "https://schema.org/membershipPointsEarned"
856
+ new :MemoryRequirements, "https://schema.org/memoryRequirements"
857
+ new :Mentions, "https://schema.org/mentions"
858
+ new :Menu, "https://schema.org/menu"
859
+ new :MenuAddOn, "https://schema.org/menuAddOn"
860
+ new :Merchant, "https://schema.org/merchant"
861
+ new :MerchantReturnDays, "https://schema.org/merchantReturnDays"
862
+ new :MerchantReturnLink, "https://schema.org/merchantReturnLink"
863
+ new :MessageAttachment, "https://schema.org/messageAttachment"
864
+ new :MileageFromOdometer, "https://schema.org/mileageFromOdometer"
865
+ new :MinPrice, "https://schema.org/minPrice"
866
+ new :MinValue, "https://schema.org/minValue"
867
+ new :MinimumPaymentDue, "https://schema.org/minimumPaymentDue"
868
+ new :MissionCoveragePrioritiesPolicy, "https://schema.org/missionCoveragePrioritiesPolicy"
869
+ new :Model, "https://schema.org/model"
870
+ new :ModelDate, "https://schema.org/modelDate"
871
+ new :ModifiedTime, "https://schema.org/modifiedTime"
872
+ new :MonthlyMinimumRepaymentAmount, "https://schema.org/monthlyMinimumRepaymentAmount"
873
+ new :MonthsOfExperience, "https://schema.org/monthsOfExperience"
874
+ new :Mpn, "https://schema.org/mpn"
875
+ new :MultipleValues, "https://schema.org/multipleValues"
876
+ new :MuscleAction, "https://schema.org/muscleAction"
877
+ new :MusicArrangement, "https://schema.org/musicArrangement"
878
+ new :MusicBy, "https://schema.org/musicBy"
879
+ new :MusicCompositionForm, "https://schema.org/musicCompositionForm"
880
+ new :MusicGroupMember, "https://schema.org/musicGroupMember"
881
+ new :MusicReleaseFormat, "https://schema.org/musicReleaseFormat"
882
+ new :MusicalKey, "https://schema.org/musicalKey"
883
+ new :Naics, "https://schema.org/naics"
884
+ new :Name, "https://schema.org/name"
885
+ new :NamedPosition, "https://schema.org/namedPosition"
886
+ new :Nationality, "https://schema.org/nationality"
887
+ new :NaturalProgression, "https://schema.org/naturalProgression"
888
+ new :Nerve, "https://schema.org/nerve"
889
+ new :NerveMotor, "https://schema.org/nerveMotor"
890
+ new :NetWorth, "https://schema.org/netWorth"
891
+ new :NewsUpdatesAndGuidelines, "https://schema.org/newsUpdatesAndGuidelines"
892
+ new :NextItem, "https://schema.org/nextItem"
893
+ new :NoBylinesPolicy, "https://schema.org/noBylinesPolicy"
894
+ new :NonEqual, "https://schema.org/nonEqual"
895
+ new :NonProprietaryName, "https://schema.org/nonProprietaryName"
896
+ new :NonprofitStatus, "https://schema.org/nonprofitStatus"
897
+ new :NormalRange, "https://schema.org/normalRange"
898
+ new :Nsn, "https://schema.org/nsn"
899
+ new :NumAdults, "https://schema.org/numAdults"
900
+ new :NumChildren, "https://schema.org/numChildren"
901
+ new :NumConstraints, "https://schema.org/numConstraints"
902
+ new :NumTracks, "https://schema.org/numTracks"
903
+ new :NumberOfAccommodationUnits, "https://schema.org/numberOfAccommodationUnits"
904
+ new :NumberOfAirbags, "https://schema.org/numberOfAirbags"
905
+ new :NumberOfAvailableAccommodationUnits, "https://schema.org/numberOfAvailableAccommodationUnits"
906
+ new :NumberOfAxles, "https://schema.org/numberOfAxles"
907
+ new :NumberOfBathroomsTotal, "https://schema.org/numberOfBathroomsTotal"
908
+ new :NumberOfBedrooms, "https://schema.org/numberOfBedrooms"
909
+ new :NumberOfBeds, "https://schema.org/numberOfBeds"
910
+ new :NumberOfCredits, "https://schema.org/numberOfCredits"
911
+ new :NumberOfDoors, "https://schema.org/numberOfDoors"
912
+ new :NumberOfEmployees, "https://schema.org/numberOfEmployees"
913
+ new :NumberOfEpisodes, "https://schema.org/numberOfEpisodes"
914
+ new :NumberOfForwardGears, "https://schema.org/numberOfForwardGears"
915
+ new :NumberOfFullBathrooms, "https://schema.org/numberOfFullBathrooms"
916
+ new :NumberOfItems, "https://schema.org/numberOfItems"
917
+ new :NumberOfLoanPayments, "https://schema.org/numberOfLoanPayments"
918
+ new :NumberOfPages, "https://schema.org/numberOfPages"
919
+ new :NumberOfPartialBathrooms, "https://schema.org/numberOfPartialBathrooms"
920
+ new :NumberOfPlayers, "https://schema.org/numberOfPlayers"
921
+ new :NumberOfPreviousOwners, "https://schema.org/numberOfPreviousOwners"
922
+ new :NumberOfRooms, "https://schema.org/numberOfRooms"
923
+ new :NumberOfSeasons, "https://schema.org/numberOfSeasons"
924
+ new :NumberedPosition, "https://schema.org/numberedPosition"
925
+ new :Nutrition, "https://schema.org/nutrition"
926
+ new :Object, "https://schema.org/object"
927
+ new :ObservationDate, "https://schema.org/observationDate"
928
+ new :ObservedNode, "https://schema.org/observedNode"
929
+ new :Occupancy, "https://schema.org/occupancy"
930
+ new :OccupationLocation, "https://schema.org/occupationLocation"
931
+ new :OccupationalCategory, "https://schema.org/occupationalCategory"
932
+ new :OccupationalCredentialAwarded, "https://schema.org/occupationalCredentialAwarded"
933
+ new :OfferCount, "https://schema.org/offerCount"
934
+ new :OfferedBy, "https://schema.org/offeredBy"
935
+ new :Offers, "https://schema.org/offers"
936
+ new :OffersPrescriptionByMail, "https://schema.org/offersPrescriptionByMail"
937
+ new :OpeningHours, "https://schema.org/openingHours"
938
+ new :OpeningHoursSpecification, "https://schema.org/openingHoursSpecification"
939
+ new :Opens, "https://schema.org/opens"
940
+ new :OperatingSystem, "https://schema.org/operatingSystem"
941
+ new :Opponent, "https://schema.org/opponent"
942
+ new :Option, "https://schema.org/option"
943
+ new :OrderDate, "https://schema.org/orderDate"
944
+ new :OrderDelivery, "https://schema.org/orderDelivery"
945
+ new :OrderItemNumber, "https://schema.org/orderItemNumber"
946
+ new :OrderItemStatus, "https://schema.org/orderItemStatus"
947
+ new :OrderNumber, "https://schema.org/orderNumber"
948
+ new :OrderQuantity, "https://schema.org/orderQuantity"
949
+ new :OrderStatus, "https://schema.org/orderStatus"
950
+ new :OrderedItem, "https://schema.org/orderedItem"
951
+ new :Organizer, "https://schema.org/organizer"
952
+ new :OriginAddress, "https://schema.org/originAddress"
953
+ new :OriginatesFrom, "https://schema.org/originatesFrom"
954
+ new :Overdosage, "https://schema.org/overdosage"
955
+ new :OwnedFrom, "https://schema.org/ownedFrom"
956
+ new :OwnedThrough, "https://schema.org/ownedThrough"
957
+ new :OwnershipFundingInfo, "https://schema.org/ownershipFundingInfo"
958
+ new :Owns, "https://schema.org/owns"
959
+ new :PageEnd, "https://schema.org/pageEnd"
960
+ new :PageStart, "https://schema.org/pageStart"
961
+ new :Pagination, "https://schema.org/pagination"
962
+ new :Parent, "https://schema.org/parent"
963
+ new :ParentItem, "https://schema.org/parentItem"
964
+ new :ParentOrganization, "https://schema.org/parentOrganization"
965
+ new :ParentService, "https://schema.org/parentService"
966
+ new :Parents, "https://schema.org/parents"
967
+ new :PartOfEpisode, "https://schema.org/partOfEpisode"
968
+ new :PartOfInvoice, "https://schema.org/partOfInvoice"
969
+ new :PartOfOrder, "https://schema.org/partOfOrder"
970
+ new :PartOfSeason, "https://schema.org/partOfSeason"
971
+ new :PartOfSeries, "https://schema.org/partOfSeries"
972
+ new :PartOfSystem, "https://schema.org/partOfSystem"
973
+ new :PartOfTVSeries, "https://schema.org/partOfTVSeries"
974
+ new :PartOfTrip, "https://schema.org/partOfTrip"
975
+ new :Participant, "https://schema.org/participant"
976
+ new :PartySize, "https://schema.org/partySize"
977
+ new :PassengerPriorityStatus, "https://schema.org/passengerPriorityStatus"
978
+ new :PassengerSequenceNumber, "https://schema.org/passengerSequenceNumber"
979
+ new :Pathophysiology, "https://schema.org/pathophysiology"
980
+ new :Pattern, "https://schema.org/pattern"
981
+ new :Payload, "https://schema.org/payload"
982
+ new :PaymentAccepted, "https://schema.org/paymentAccepted"
983
+ new :PaymentDue, "https://schema.org/paymentDue"
984
+ new :PaymentDueDate, "https://schema.org/paymentDueDate"
985
+ new :PaymentMethod, "https://schema.org/paymentMethod"
986
+ new :PaymentMethodId, "https://schema.org/paymentMethodId"
987
+ new :PaymentStatus, "https://schema.org/paymentStatus"
988
+ new :PaymentUrl, "https://schema.org/paymentUrl"
989
+ new :Penciler, "https://schema.org/penciler"
990
+ new :Percentile10, "https://schema.org/percentile10"
991
+ new :Percentile25, "https://schema.org/percentile25"
992
+ new :Percentile75, "https://schema.org/percentile75"
993
+ new :Percentile90, "https://schema.org/percentile90"
994
+ new :PerformTime, "https://schema.org/performTime"
995
+ new :Performer, "https://schema.org/performer"
996
+ new :PerformerIn, "https://schema.org/performerIn"
997
+ new :Performers, "https://schema.org/performers"
998
+ new :PermissionType, "https://schema.org/permissionType"
999
+ new :Permissions, "https://schema.org/permissions"
1000
+ new :PermitAudience, "https://schema.org/permitAudience"
1001
+ new :PermittedUsage, "https://schema.org/permittedUsage"
1002
+ new :PetsAllowed, "https://schema.org/petsAllowed"
1003
+ new :PhoneticText, "https://schema.org/phoneticText"
1004
+ new :Photo, "https://schema.org/photo"
1005
+ new :Photos, "https://schema.org/photos"
1006
+ new :PhysicalRequirement, "https://schema.org/physicalRequirement"
1007
+ new :PhysiologicalBenefits, "https://schema.org/physiologicalBenefits"
1008
+ new :PickupLocation, "https://schema.org/pickupLocation"
1009
+ new :PickupTime, "https://schema.org/pickupTime"
1010
+ new :PlayMode, "https://schema.org/playMode"
1011
+ new :PlayerType, "https://schema.org/playerType"
1012
+ new :PlayersOnline, "https://schema.org/playersOnline"
1013
+ new :Polygon, "https://schema.org/polygon"
1014
+ new :PopulationType, "https://schema.org/populationType"
1015
+ new :Position, "https://schema.org/position"
1016
+ new :PossibleComplication, "https://schema.org/possibleComplication"
1017
+ new :PossibleTreatment, "https://schema.org/possibleTreatment"
1018
+ new :PostOfficeBoxNumber, "https://schema.org/postOfficeBoxNumber"
1019
+ new :PostOp, "https://schema.org/postOp"
1020
+ new :PostalCode, "https://schema.org/postalCode"
1021
+ new :PostalCodeBegin, "https://schema.org/postalCodeBegin"
1022
+ new :PostalCodeEnd, "https://schema.org/postalCodeEnd"
1023
+ new :PostalCodePrefix, "https://schema.org/postalCodePrefix"
1024
+ new :PostalCodeRange, "https://schema.org/postalCodeRange"
1025
+ new :PotentialAction, "https://schema.org/potentialAction"
1026
+ new :PreOp, "https://schema.org/preOp"
1027
+ new :PredecessorOf, "https://schema.org/predecessorOf"
1028
+ new :PregnancyCategory, "https://schema.org/pregnancyCategory"
1029
+ new :PregnancyWarning, "https://schema.org/pregnancyWarning"
1030
+ new :PrepTime, "https://schema.org/prepTime"
1031
+ new :Preparation, "https://schema.org/preparation"
1032
+ new :PrescribingInfo, "https://schema.org/prescribingInfo"
1033
+ new :PrescriptionStatus, "https://schema.org/prescriptionStatus"
1034
+ new :PreviousItem, "https://schema.org/previousItem"
1035
+ new :PreviousStartDate, "https://schema.org/previousStartDate"
1036
+ new :Price, "https://schema.org/price"
1037
+ new :PriceComponent, "https://schema.org/priceComponent"
1038
+ new :PriceComponentType, "https://schema.org/priceComponentType"
1039
+ new :PriceCurrency, "https://schema.org/priceCurrency"
1040
+ new :PriceRange, "https://schema.org/priceRange"
1041
+ new :PriceSpecification, "https://schema.org/priceSpecification"
1042
+ new :PriceType, "https://schema.org/priceType"
1043
+ new :PriceValidUntil, "https://schema.org/priceValidUntil"
1044
+ new :PrimaryImageOfPage, "https://schema.org/primaryImageOfPage"
1045
+ new :PrimaryPrevention, "https://schema.org/primaryPrevention"
1046
+ new :PrintColumn, "https://schema.org/printColumn"
1047
+ new :PrintEdition, "https://schema.org/printEdition"
1048
+ new :PrintPage, "https://schema.org/printPage"
1049
+ new :PrintSection, "https://schema.org/printSection"
1050
+ new :Procedure, "https://schema.org/procedure"
1051
+ new :ProcedureType, "https://schema.org/procedureType"
1052
+ new :ProcessingTime, "https://schema.org/processingTime"
1053
+ new :ProcessorRequirements, "https://schema.org/processorRequirements"
1054
+ new :Producer, "https://schema.org/producer"
1055
+ new :Produces, "https://schema.org/produces"
1056
+ new :ProductGroupID, "https://schema.org/productGroupID"
1057
+ new :ProductID, "https://schema.org/productID"
1058
+ new :ProductSupported, "https://schema.org/productSupported"
1059
+ new :ProductionCompany, "https://schema.org/productionCompany"
1060
+ new :ProductionDate, "https://schema.org/productionDate"
1061
+ new :ProficiencyLevel, "https://schema.org/proficiencyLevel"
1062
+ new :ProgramMembershipUsed, "https://schema.org/programMembershipUsed"
1063
+ new :ProgramName, "https://schema.org/programName"
1064
+ new :ProgramPrerequisites, "https://schema.org/programPrerequisites"
1065
+ new :ProgramType, "https://schema.org/programType"
1066
+ new :ProgrammingLanguage, "https://schema.org/programmingLanguage"
1067
+ new :ProgrammingModel, "https://schema.org/programmingModel"
1068
+ new :PropertyID, "https://schema.org/propertyID"
1069
+ new :ProprietaryName, "https://schema.org/proprietaryName"
1070
+ new :ProteinContent, "https://schema.org/proteinContent"
1071
+ new :Provider, "https://schema.org/provider"
1072
+ new :ProviderMobility, "https://schema.org/providerMobility"
1073
+ new :ProvidesBroadcastService, "https://schema.org/providesBroadcastService"
1074
+ new :ProvidesService, "https://schema.org/providesService"
1075
+ new :PublicAccess, "https://schema.org/publicAccess"
1076
+ new :PublicTransportClosuresInfo, "https://schema.org/publicTransportClosuresInfo"
1077
+ new :Publication, "https://schema.org/publication"
1078
+ new :PublicationType, "https://schema.org/publicationType"
1079
+ new :PublishedBy, "https://schema.org/publishedBy"
1080
+ new :PublishedOn, "https://schema.org/publishedOn"
1081
+ new :Publisher, "https://schema.org/publisher"
1082
+ new :PublisherImprint, "https://schema.org/publisherImprint"
1083
+ new :PublishingPrinciples, "https://schema.org/publishingPrinciples"
1084
+ new :PurchaseDate, "https://schema.org/purchaseDate"
1085
+ new :Qualifications, "https://schema.org/qualifications"
1086
+ new :QuarantineGuidelines, "https://schema.org/quarantineGuidelines"
1087
+ new :Query, "https://schema.org/query"
1088
+ new :Quest, "https://schema.org/quest"
1089
+ new :Question, "https://schema.org/question"
1090
+ new :RangeIncludes, "https://schema.org/rangeIncludes"
1091
+ new :RatingCount, "https://schema.org/ratingCount"
1092
+ new :RatingExplanation, "https://schema.org/ratingExplanation"
1093
+ new :RatingValue, "https://schema.org/ratingValue"
1094
+ new :ReadBy, "https://schema.org/readBy"
1095
+ new :ReadonlyValue, "https://schema.org/readonlyValue"
1096
+ new :RealEstateAgent, "https://schema.org/realEstateAgent"
1097
+ new :Recipe, "https://schema.org/recipe"
1098
+ new :RecipeCategory, "https://schema.org/recipeCategory"
1099
+ new :RecipeCuisine, "https://schema.org/recipeCuisine"
1100
+ new :RecipeIngredient, "https://schema.org/recipeIngredient"
1101
+ new :RecipeInstructions, "https://schema.org/recipeInstructions"
1102
+ new :RecipeYield, "https://schema.org/recipeYield"
1103
+ new :Recipient, "https://schema.org/recipient"
1104
+ new :RecognizedBy, "https://schema.org/recognizedBy"
1105
+ new :RecognizingAuthority, "https://schema.org/recognizingAuthority"
1106
+ new :RecommendationStrength, "https://schema.org/recommendationStrength"
1107
+ new :RecommendedIntake, "https://schema.org/recommendedIntake"
1108
+ new :RecordLabel, "https://schema.org/recordLabel"
1109
+ new :RecordedAs, "https://schema.org/recordedAs"
1110
+ new :RecordedAt, "https://schema.org/recordedAt"
1111
+ new :RecordedIn, "https://schema.org/recordedIn"
1112
+ new :RecordingOf, "https://schema.org/recordingOf"
1113
+ new :RecourseLoan, "https://schema.org/recourseLoan"
1114
+ new :ReferenceQuantity, "https://schema.org/referenceQuantity"
1115
+ new :ReferencesOrder, "https://schema.org/referencesOrder"
1116
+ new :RefundType, "https://schema.org/refundType"
1117
+ new :RegionDrained, "https://schema.org/regionDrained"
1118
+ new :RegionsAllowed, "https://schema.org/regionsAllowed"
1119
+ new :RelatedAnatomy, "https://schema.org/relatedAnatomy"
1120
+ new :RelatedCondition, "https://schema.org/relatedCondition"
1121
+ new :RelatedDrug, "https://schema.org/relatedDrug"
1122
+ new :RelatedLink, "https://schema.org/relatedLink"
1123
+ new :RelatedStructure, "https://schema.org/relatedStructure"
1124
+ new :RelatedTherapy, "https://schema.org/relatedTherapy"
1125
+ new :RelatedTo, "https://schema.org/relatedTo"
1126
+ new :ReleaseDate, "https://schema.org/releaseDate"
1127
+ new :ReleaseNotes, "https://schema.org/releaseNotes"
1128
+ new :ReleaseOf, "https://schema.org/releaseOf"
1129
+ new :ReleasedEvent, "https://schema.org/releasedEvent"
1130
+ new :RelevantOccupation, "https://schema.org/relevantOccupation"
1131
+ new :RelevantSpecialty, "https://schema.org/relevantSpecialty"
1132
+ new :RemainingAttendeeCapacity, "https://schema.org/remainingAttendeeCapacity"
1133
+ new :RenegotiableLoan, "https://schema.org/renegotiableLoan"
1134
+ new :RepeatCount, "https://schema.org/repeatCount"
1135
+ new :RepeatFrequency, "https://schema.org/repeatFrequency"
1136
+ new :Repetitions, "https://schema.org/repetitions"
1137
+ new :Replacee, "https://schema.org/replacee"
1138
+ new :Replacer, "https://schema.org/replacer"
1139
+ new :ReplyToUrl, "https://schema.org/replyToUrl"
1140
+ new :ReportNumber, "https://schema.org/reportNumber"
1141
+ new :RepresentativeOfPage, "https://schema.org/representativeOfPage"
1142
+ new :RequiredCollateral, "https://schema.org/requiredCollateral"
1143
+ new :RequiredGender, "https://schema.org/requiredGender"
1144
+ new :RequiredMaxAge, "https://schema.org/requiredMaxAge"
1145
+ new :RequiredMinAge, "https://schema.org/requiredMinAge"
1146
+ new :RequiredQuantity, "https://schema.org/requiredQuantity"
1147
+ new :Requirements, "https://schema.org/requirements"
1148
+ new :RequiresSubscription, "https://schema.org/requiresSubscription"
1149
+ new :ReservationFor, "https://schema.org/reservationFor"
1150
+ new :ReservationId, "https://schema.org/reservationId"
1151
+ new :ReservationStatus, "https://schema.org/reservationStatus"
1152
+ new :ReservedTicket, "https://schema.org/reservedTicket"
1153
+ new :Responsibilities, "https://schema.org/responsibilities"
1154
+ new :RestPeriods, "https://schema.org/restPeriods"
1155
+ new :Result, "https://schema.org/result"
1156
+ new :ResultComment, "https://schema.org/resultComment"
1157
+ new :ResultReview, "https://schema.org/resultReview"
1158
+ new :ReturnFees, "https://schema.org/returnFees"
1159
+ new :ReturnPolicyCategory, "https://schema.org/returnPolicyCategory"
1160
+ new :Review, "https://schema.org/review"
1161
+ new :ReviewAspect, "https://schema.org/reviewAspect"
1162
+ new :ReviewBody, "https://schema.org/reviewBody"
1163
+ new :ReviewCount, "https://schema.org/reviewCount"
1164
+ new :ReviewRating, "https://schema.org/reviewRating"
1165
+ new :ReviewedBy, "https://schema.org/reviewedBy"
1166
+ new :Reviews, "https://schema.org/reviews"
1167
+ new :RiskFactor, "https://schema.org/riskFactor"
1168
+ new :Risks, "https://schema.org/risks"
1169
+ new :RoleName, "https://schema.org/roleName"
1170
+ new :RoofLoad, "https://schema.org/roofLoad"
1171
+ new :RsvpResponse, "https://schema.org/rsvpResponse"
1172
+ new :RunsTo, "https://schema.org/runsTo"
1173
+ new :Runtime, "https://schema.org/runtime"
1174
+ new :RuntimePlatform, "https://schema.org/runtimePlatform"
1175
+ new :Rxcui, "https://schema.org/rxcui"
1176
+ new :SafetyConsideration, "https://schema.org/safetyConsideration"
1177
+ new :SalaryCurrency, "https://schema.org/salaryCurrency"
1178
+ new :SalaryUponCompletion, "https://schema.org/salaryUponCompletion"
1179
+ new :SameAs, "https://schema.org/sameAs"
1180
+ new :SampleType, "https://schema.org/sampleType"
1181
+ new :SaturatedFatContent, "https://schema.org/saturatedFatContent"
1182
+ new :ScheduleTimezone, "https://schema.org/scheduleTimezone"
1183
+ new :ScheduledPaymentDate, "https://schema.org/scheduledPaymentDate"
1184
+ new :ScheduledTime, "https://schema.org/scheduledTime"
1185
+ new :SchemaVersion, "https://schema.org/schemaVersion"
1186
+ new :SchoolClosuresInfo, "https://schema.org/schoolClosuresInfo"
1187
+ new :ScreenCount, "https://schema.org/screenCount"
1188
+ new :Screenshot, "https://schema.org/screenshot"
1189
+ new :SdDatePublished, "https://schema.org/sdDatePublished"
1190
+ new :SdLicense, "https://schema.org/sdLicense"
1191
+ new :SdPublisher, "https://schema.org/sdPublisher"
1192
+ new :Season, "https://schema.org/season"
1193
+ new :SeasonNumber, "https://schema.org/seasonNumber"
1194
+ new :Seasons, "https://schema.org/seasons"
1195
+ new :SeatNumber, "https://schema.org/seatNumber"
1196
+ new :SeatRow, "https://schema.org/seatRow"
1197
+ new :SeatSection, "https://schema.org/seatSection"
1198
+ new :SeatingCapacity, "https://schema.org/seatingCapacity"
1199
+ new :SeatingType, "https://schema.org/seatingType"
1200
+ new :SecondaryPrevention, "https://schema.org/secondaryPrevention"
1201
+ new :SecurityClearanceRequirement, "https://schema.org/securityClearanceRequirement"
1202
+ new :SecurityScreening, "https://schema.org/securityScreening"
1203
+ new :Seeks, "https://schema.org/seeks"
1204
+ new :Seller, "https://schema.org/seller"
1205
+ new :Sender, "https://schema.org/sender"
1206
+ new :SensoryRequirement, "https://schema.org/sensoryRequirement"
1207
+ new :SensoryUnit, "https://schema.org/sensoryUnit"
1208
+ new :SerialNumber, "https://schema.org/serialNumber"
1209
+ new :SeriousAdverseOutcome, "https://schema.org/seriousAdverseOutcome"
1210
+ new :ServerStatus, "https://schema.org/serverStatus"
1211
+ new :ServesCuisine, "https://schema.org/servesCuisine"
1212
+ new :ServiceArea, "https://schema.org/serviceArea"
1213
+ new :ServiceAudience, "https://schema.org/serviceAudience"
1214
+ new :ServiceLocation, "https://schema.org/serviceLocation"
1215
+ new :ServiceOperator, "https://schema.org/serviceOperator"
1216
+ new :ServiceOutput, "https://schema.org/serviceOutput"
1217
+ new :ServicePhone, "https://schema.org/servicePhone"
1218
+ new :ServicePostalAddress, "https://schema.org/servicePostalAddress"
1219
+ new :ServiceSmsNumber, "https://schema.org/serviceSmsNumber"
1220
+ new :ServiceType, "https://schema.org/serviceType"
1221
+ new :ServiceUrl, "https://schema.org/serviceUrl"
1222
+ new :ServingSize, "https://schema.org/servingSize"
1223
+ new :SharedContent, "https://schema.org/sharedContent"
1224
+ new :ShippingDestination, "https://schema.org/shippingDestination"
1225
+ new :ShippingDetails, "https://schema.org/shippingDetails"
1226
+ new :ShippingLabel, "https://schema.org/shippingLabel"
1227
+ new :ShippingRate, "https://schema.org/shippingRate"
1228
+ new :ShippingSettingsLink, "https://schema.org/shippingSettingsLink"
1229
+ new :Sibling, "https://schema.org/sibling"
1230
+ new :Siblings, "https://schema.org/siblings"
1231
+ new :SignDetected, "https://schema.org/signDetected"
1232
+ new :SignOrSymptom, "https://schema.org/signOrSymptom"
1233
+ new :Significance, "https://schema.org/significance"
1234
+ new :SignificantLink, "https://schema.org/significantLink"
1235
+ new :SignificantLinks, "https://schema.org/significantLinks"
1236
+ new :Size, "https://schema.org/size"
1237
+ new :SizeGroup, "https://schema.org/sizeGroup"
1238
+ new :SizeSystem, "https://schema.org/sizeSystem"
1239
+ new :Skills, "https://schema.org/skills"
1240
+ new :Sku, "https://schema.org/sku"
1241
+ new :Slogan, "https://schema.org/slogan"
1242
+ new :SmokingAllowed, "https://schema.org/smokingAllowed"
1243
+ new :SodiumContent, "https://schema.org/sodiumContent"
1244
+ new :SoftwareAddOn, "https://schema.org/softwareAddOn"
1245
+ new :SoftwareHelp, "https://schema.org/softwareHelp"
1246
+ new :SoftwareRequirements, "https://schema.org/softwareRequirements"
1247
+ new :SoftwareVersion, "https://schema.org/softwareVersion"
1248
+ new :SourceOrganization, "https://schema.org/sourceOrganization"
1249
+ new :SourcedFrom, "https://schema.org/sourcedFrom"
1250
+ new :Spatial, "https://schema.org/spatial"
1251
+ new :SpatialCoverage, "https://schema.org/spatialCoverage"
1252
+ new :Speakable, "https://schema.org/speakable"
1253
+ new :SpecialCommitments, "https://schema.org/specialCommitments"
1254
+ new :SpecialOpeningHoursSpecification, "https://schema.org/specialOpeningHoursSpecification"
1255
+ new :Specialty, "https://schema.org/specialty"
1256
+ new :SpeechToTextMarkup, "https://schema.org/speechToTextMarkup"
1257
+ new :Speed, "https://schema.org/speed"
1258
+ new :SpokenByCharacter, "https://schema.org/spokenByCharacter"
1259
+ new :Sponsor, "https://schema.org/sponsor"
1260
+ new :Sport, "https://schema.org/sport"
1261
+ new :SportsActivityLocation, "https://schema.org/sportsActivityLocation"
1262
+ new :SportsEvent, "https://schema.org/sportsEvent"
1263
+ new :SportsTeam, "https://schema.org/sportsTeam"
1264
+ new :Spouse, "https://schema.org/spouse"
1265
+ new :Stage, "https://schema.org/stage"
1266
+ new :StageAsNumber, "https://schema.org/stageAsNumber"
1267
+ new :StarRating, "https://schema.org/starRating"
1268
+ new :StartDate, "https://schema.org/startDate"
1269
+ new :StartOffset, "https://schema.org/startOffset"
1270
+ new :StartTime, "https://schema.org/startTime"
1271
+ new :Status, "https://schema.org/status"
1272
+ new :SteeringPosition, "https://schema.org/steeringPosition"
1273
+ new :Step, "https://schema.org/step"
1274
+ new :StepValue, "https://schema.org/stepValue"
1275
+ new :Steps, "https://schema.org/steps"
1276
+ new :StorageRequirements, "https://schema.org/storageRequirements"
1277
+ new :StreetAddress, "https://schema.org/streetAddress"
1278
+ new :StrengthUnit, "https://schema.org/strengthUnit"
1279
+ new :StrengthValue, "https://schema.org/strengthValue"
1280
+ new :StructuralClass, "https://schema.org/structuralClass"
1281
+ new :Study, "https://schema.org/study"
1282
+ new :StudyDesign, "https://schema.org/studyDesign"
1283
+ new :StudyLocation, "https://schema.org/studyLocation"
1284
+ new :StudySubject, "https://schema.org/studySubject"
1285
+ new :SubEvent, "https://schema.org/subEvent"
1286
+ new :SubEvents, "https://schema.org/subEvents"
1287
+ new :SubOrganization, "https://schema.org/subOrganization"
1288
+ new :SubReservation, "https://schema.org/subReservation"
1289
+ new :SubStageSuffix, "https://schema.org/subStageSuffix"
1290
+ new :SubStructure, "https://schema.org/subStructure"
1291
+ new :SubTest, "https://schema.org/subTest"
1292
+ new :SubTrip, "https://schema.org/subTrip"
1293
+ new :SubjectOf, "https://schema.org/subjectOf"
1294
+ new :SubtitleLanguage, "https://schema.org/subtitleLanguage"
1295
+ new :SuccessorOf, "https://schema.org/successorOf"
1296
+ new :SugarContent, "https://schema.org/sugarContent"
1297
+ new :SuggestedAge, "https://schema.org/suggestedAge"
1298
+ new :SuggestedAnswer, "https://schema.org/suggestedAnswer"
1299
+ new :SuggestedGender, "https://schema.org/suggestedGender"
1300
+ new :SuggestedMaxAge, "https://schema.org/suggestedMaxAge"
1301
+ new :SuggestedMeasurement, "https://schema.org/suggestedMeasurement"
1302
+ new :SuggestedMinAge, "https://schema.org/suggestedMinAge"
1303
+ new :SuitableForDiet, "https://schema.org/suitableForDiet"
1304
+ new :SuperEvent, "https://schema.org/superEvent"
1305
+ new :SupersededBy, "https://schema.org/supersededBy"
1306
+ new :Supply, "https://schema.org/supply"
1307
+ new :SupplyTo, "https://schema.org/supplyTo"
1308
+ new :SupportingData, "https://schema.org/supportingData"
1309
+ new :Surface, "https://schema.org/surface"
1310
+ new :Target, "https://schema.org/target"
1311
+ new :TargetCollection, "https://schema.org/targetCollection"
1312
+ new :TargetDescription, "https://schema.org/targetDescription"
1313
+ new :TargetName, "https://schema.org/targetName"
1314
+ new :TargetPlatform, "https://schema.org/targetPlatform"
1315
+ new :TargetPopulation, "https://schema.org/targetPopulation"
1316
+ new :TargetProduct, "https://schema.org/targetProduct"
1317
+ new :TargetUrl, "https://schema.org/targetUrl"
1318
+ new :TaxID, "https://schema.org/taxID"
1319
+ new :Teaches, "https://schema.org/teaches"
1320
+ new :Telephone, "https://schema.org/telephone"
1321
+ new :Temporal, "https://schema.org/temporal"
1322
+ new :TemporalCoverage, "https://schema.org/temporalCoverage"
1323
+ new :TermCode, "https://schema.org/termCode"
1324
+ new :TermDuration, "https://schema.org/termDuration"
1325
+ new :TermsOfService, "https://schema.org/termsOfService"
1326
+ new :TermsPerYear, "https://schema.org/termsPerYear"
1327
+ new :Text, "https://schema.org/text"
1328
+ new :TextValue, "https://schema.org/textValue"
1329
+ new :Thumbnail, "https://schema.org/thumbnail"
1330
+ new :ThumbnailUrl, "https://schema.org/thumbnailUrl"
1331
+ new :TickerSymbol, "https://schema.org/tickerSymbol"
1332
+ new :TicketNumber, "https://schema.org/ticketNumber"
1333
+ new :TicketToken, "https://schema.org/ticketToken"
1334
+ new :TicketedSeat, "https://schema.org/ticketedSeat"
1335
+ new :TimeOfDay, "https://schema.org/timeOfDay"
1336
+ new :TimeRequired, "https://schema.org/timeRequired"
1337
+ new :TimeToComplete, "https://schema.org/timeToComplete"
1338
+ new :TissueSample, "https://schema.org/tissueSample"
1339
+ new :Title, "https://schema.org/title"
1340
+ new :TitleEIDR, "https://schema.org/titleEIDR"
1341
+ new :ToLocation, "https://schema.org/toLocation"
1342
+ new :ToRecipient, "https://schema.org/toRecipient"
1343
+ new :TocContinuation, "https://schema.org/tocContinuation"
1344
+ new :TocEntry, "https://schema.org/tocEntry"
1345
+ new :TongueWeight, "https://schema.org/tongueWeight"
1346
+ new :Tool, "https://schema.org/tool"
1347
+ new :Torque, "https://schema.org/torque"
1348
+ new :TotalJobOpenings, "https://schema.org/totalJobOpenings"
1349
+ new :TotalPaymentDue, "https://schema.org/totalPaymentDue"
1350
+ new :TotalPrice, "https://schema.org/totalPrice"
1351
+ new :TotalTime, "https://schema.org/totalTime"
1352
+ new :TourBookingPage, "https://schema.org/tourBookingPage"
1353
+ new :TouristType, "https://schema.org/touristType"
1354
+ new :Track, "https://schema.org/track"
1355
+ new :TrackingNumber, "https://schema.org/trackingNumber"
1356
+ new :TrackingUrl, "https://schema.org/trackingUrl"
1357
+ new :Tracks, "https://schema.org/tracks"
1358
+ new :Trailer, "https://schema.org/trailer"
1359
+ new :TrailerWeight, "https://schema.org/trailerWeight"
1360
+ new :TrainName, "https://schema.org/trainName"
1361
+ new :TrainNumber, "https://schema.org/trainNumber"
1362
+ new :TrainingSalary, "https://schema.org/trainingSalary"
1363
+ new :TransFatContent, "https://schema.org/transFatContent"
1364
+ new :Transcript, "https://schema.org/transcript"
1365
+ new :TransitTime, "https://schema.org/transitTime"
1366
+ new :TransitTimeLabel, "https://schema.org/transitTimeLabel"
1367
+ new :TranslationOfWork, "https://schema.org/translationOfWork"
1368
+ new :Translator, "https://schema.org/translator"
1369
+ new :TransmissionMethod, "https://schema.org/transmissionMethod"
1370
+ new :TravelBans, "https://schema.org/travelBans"
1371
+ new :TrialDesign, "https://schema.org/trialDesign"
1372
+ new :Tributary, "https://schema.org/tributary"
1373
+ new :TypeOfBed, "https://schema.org/typeOfBed"
1374
+ new :TypeOfGood, "https://schema.org/typeOfGood"
1375
+ new :TypicalAgeRange, "https://schema.org/typicalAgeRange"
1376
+ new :TypicalCreditsPerTerm, "https://schema.org/typicalCreditsPerTerm"
1377
+ new :TypicalTest, "https://schema.org/typicalTest"
1378
+ new :UnderName, "https://schema.org/underName"
1379
+ new :UnitCode, "https://schema.org/unitCode"
1380
+ new :UnitText, "https://schema.org/unitText"
1381
+ new :UnnamedSourcesPolicy, "https://schema.org/unnamedSourcesPolicy"
1382
+ new :UnsaturatedFatContent, "https://schema.org/unsaturatedFatContent"
1383
+ new :UploadDate, "https://schema.org/uploadDate"
1384
+ new :UpvoteCount, "https://schema.org/upvoteCount"
1385
+ new :Url, "https://schema.org/url"
1386
+ new :UrlTemplate, "https://schema.org/urlTemplate"
1387
+ new :UsageInfo, "https://schema.org/usageInfo"
1388
+ new :UsedToDiagnose, "https://schema.org/usedToDiagnose"
1389
+ new :UserInteractionCount, "https://schema.org/userInteractionCount"
1390
+ new :UsesDevice, "https://schema.org/usesDevice"
1391
+ new :UsesHealthPlanIdStandard, "https://schema.org/usesHealthPlanIdStandard"
1392
+ new :Utterances, "https://schema.org/utterances"
1393
+ new :ValidFor, "https://schema.org/validFor"
1394
+ new :ValidFrom, "https://schema.org/validFrom"
1395
+ new :ValidIn, "https://schema.org/validIn"
1396
+ new :ValidThrough, "https://schema.org/validThrough"
1397
+ new :ValidUntil, "https://schema.org/validUntil"
1398
+ new :Value, "https://schema.org/value"
1399
+ new :ValueAddedTaxIncluded, "https://schema.org/valueAddedTaxIncluded"
1400
+ new :ValueMaxLength, "https://schema.org/valueMaxLength"
1401
+ new :ValueMinLength, "https://schema.org/valueMinLength"
1402
+ new :ValueName, "https://schema.org/valueName"
1403
+ new :ValuePattern, "https://schema.org/valuePattern"
1404
+ new :ValueReference, "https://schema.org/valueReference"
1405
+ new :ValueRequired, "https://schema.org/valueRequired"
1406
+ new :VariableMeasured, "https://schema.org/variableMeasured"
1407
+ new :VariantCover, "https://schema.org/variantCover"
1408
+ new :VariesBy, "https://schema.org/variesBy"
1409
+ new :VatID, "https://schema.org/vatID"
1410
+ new :VehicleConfiguration, "https://schema.org/vehicleConfiguration"
1411
+ new :VehicleEngine, "https://schema.org/vehicleEngine"
1412
+ new :VehicleIdentificationNumber, "https://schema.org/vehicleIdentificationNumber"
1413
+ new :VehicleInteriorColor, "https://schema.org/vehicleInteriorColor"
1414
+ new :VehicleInteriorType, "https://schema.org/vehicleInteriorType"
1415
+ new :VehicleModelDate, "https://schema.org/vehicleModelDate"
1416
+ new :VehicleSeatingCapacity, "https://schema.org/vehicleSeatingCapacity"
1417
+ new :VehicleSpecialUsage, "https://schema.org/vehicleSpecialUsage"
1418
+ new :VehicleTransmission, "https://schema.org/vehicleTransmission"
1419
+ new :Vendor, "https://schema.org/vendor"
1420
+ new :VerificationFactCheckingPolicy, "https://schema.org/verificationFactCheckingPolicy"
1421
+ new :Version, "https://schema.org/version"
1422
+ new :Video, "https://schema.org/video"
1423
+ new :VideoFormat, "https://schema.org/videoFormat"
1424
+ new :VideoFrameSize, "https://schema.org/videoFrameSize"
1425
+ new :VideoQuality, "https://schema.org/videoQuality"
1426
+ new :VolumeNumber, "https://schema.org/volumeNumber"
1427
+ new :Warning, "https://schema.org/warning"
1428
+ new :Warranty, "https://schema.org/warranty"
1429
+ new :WarrantyPromise, "https://schema.org/warrantyPromise"
1430
+ new :WarrantyScope, "https://schema.org/warrantyScope"
1431
+ new :WebCheckinTime, "https://schema.org/webCheckinTime"
1432
+ new :WebFeed, "https://schema.org/webFeed"
1433
+ new :Weight, "https://schema.org/weight"
1434
+ new :WeightTotal, "https://schema.org/weightTotal"
1435
+ new :Wheelbase, "https://schema.org/wheelbase"
1436
+ new :Width, "https://schema.org/width"
1437
+ new :Winner, "https://schema.org/winner"
1438
+ new :WordCount, "https://schema.org/wordCount"
1439
+ new :WorkExample, "https://schema.org/workExample"
1440
+ new :WorkFeatured, "https://schema.org/workFeatured"
1441
+ new :WorkHours, "https://schema.org/workHours"
1442
+ new :WorkLocation, "https://schema.org/workLocation"
1443
+ new :WorkPerformed, "https://schema.org/workPerformed"
1444
+ new :WorkPresented, "https://schema.org/workPresented"
1445
+ new :WorkTranslation, "https://schema.org/workTranslation"
1446
+ new :Workload, "https://schema.org/workload"
1447
+ new :WorksFor, "https://schema.org/worksFor"
1448
+ new :WorstRating, "https://schema.org/worstRating"
1449
+ new :Xpath, "https://schema.org/xpath"
1450
+ new :YearBuilt, "https://schema.org/yearBuilt"
1451
+ new :YearlyRevenue, "https://schema.org/yearlyRevenue"
1452
+ new :YearsInOperation, "https://schema.org/yearsInOperation"
1453
+ new :Yield, "https://schema.org/yield"
1454
+ end
1455
+ end
1456
+ end