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

applicationContact

A Schema.org Property

This term is proposed for full integration into Schema.org, pending implementation feedback and adoption from applications and websites.
Contact details for further information relevant to this job posting.
Values expected to be one of these types
ContactPoint
Used on these types
JobPosting

Source

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


Examples

Example 1
Copied
Example notes or example HTML without markup.
Job title: Systems Research Engineer

Questions? Email info@example.com
Example encoded as Microdata embedded in HTML.
to do
Example encoded as RDFa embedded in HTML.
to do
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json">
{
  "@context": "https://schema.org/",
  "@type": "JobPosting",
  "title": "Systems Research Engineer",
  "applicationContact": {
    "@type": "ContactPoint",
    "email": "info@example.com"
  }
}
</script>
Structured representation of the JSON-LD example.