Note: You are viewing the development version of Schema.org. See how we work for more details.

physicalRequirement

A Schema.org Property

This term is in the "new" area - implementation feedback and adoption from applications and websites can help improve our definitions.
A description of the types of physical activity associated with the job. Defined terms such as those in O*net may be used, but note that there is no way to specify the level of ability as well as its nature when using a defined term.

Values expected to be one of these types

Used on these types

Source

https://github.com/schemaorg/schemaorg/issues/2384


Examples

Example 1
Copied
Example notes or example HTML without markup.
  1. Job posting for a stone mason. Must be able to lift heavy weights, up to 50kg.
Example encoded as JSON-LD in a HTML script tag.
  1. <script type="application/ld+json">
  2. {
  3.   "@context": "https://schema.org/",
  4.   "@type": "JobPosting",
  5.   "title": "Stone mason",
  6.   "physicalRequirement": "Must be able to lift and carry loads of up to 50kg."
  7. }
  8. </script>
Structured representation of the JSON-LD example.