JobPosting (with manual overridable properties)

Needs Core: Organization schema to work (will be installed automatically if you’re using the Setup Wizard).

Use the following code to import a Global Snippet. Learn more about How to import and export Structured Data.

{
    "id": "snip-5d88bec866dd9",
    "context": "http:\/\/schema.org",
    "type": "JobPosting",
    "jobLocation-prop-5d88bec877768": {
        "0": "http:\/\/schema.org\/Place",
        "1": {
            "id": "snip-5d88bf82b4ee6",
            "context": "http:\/\/schema.org",
            "type": "Place",
            "address-prop-5d88bf82bc85d": {
                "0": "http:\/\/schema.org\/PostalAddress",
                "1": {
                    "id": "snip-5d88bf8e24adf",
                    "context": "http:\/\/schema.org",
                    "type": "PostalAddress",
                    "streetAddress-prop-5d88bf8e2b5ef": {
                        "0": "textfield",
                        "1": "",
                        "overridable": true,
                        "overridable_multiple": false
                    },
                    "addressCountry-prop-5d88bf8e3231e": {
                        "0": "textfield",
                        "1": "",
                        "overridable": true,
                        "overridable_multiple": false
                    },
                    "addressRegion-prop-5d88bf8e39768": {
                        "0": "textfield",
                        "1": "",
                        "overridable": true,
                        "overridable_multiple": false
                    },
                    "postalCode-prop-5d88bf8e41797": {
                        "0": "textfield",
                        "1": "",
                        "overridable": true,
                        "overridable_multiple": false
                    },
                    "addressLocality-prop-5d88bf8e4a9fd": {
                        "0": "textfield",
                        "1": "",
                        "overridable": true,
                        "overridable_multiple": false
                    }
                },
                "overridable": true,
                "overridable_multiple": false
            }
        },
        "overridable": true,
        "overridable_multiple": false
    },
    "datePosted-prop-5d88bec89060a": {
        "0": "current_post_date",
        "1": null,
        "overridable": false,
        "overridable_multiple": false
    },
    "validThrough-prop-5d88bec8a1b56": {
        "0": "textfield",
        "1": "",
        "overridable": true,
        "overridable_multiple": false
    },
    "hiringOrganization-prop-5d88bec8aab1f": {
        "0": "http:\/\/schema.org\/Organization",
        "1": {
            "id": "snip-5d88bf48bf756",
            "context": "http:\/\/schema.org",
            "type": "Organization",
            "@id-prop-5d88bf527946b": {
                "0": "textfield",
                "1": "#organization",
                "overridable": false,
                "overridable_multiple": false
            }
        },
        "overridable": false,
        "overridable_multiple": false
    },
    "description-prop-5d88bec8b3808": {
        "0": "current_post_content",
        "1": null,
        "overridable": false,
        "overridable_multiple": false
    },
    "employmentType-prop-5d88bec8bc4b5": {
        "0": "textfield",
        "1": "",
        "overridable": false,
        "overridable_multiple": false
    },
    "title-prop-5d88bec8c45ee": {
        "0": "current_post_title",
        "1": null,
        "overridable": false,
        "overridable_multiple": false
    },
    "_is_export": true,
    "_manual_rules_expected": true,
    "@ruleset": [
        [
            {
                "param": "post_type",
                "operator": "==",
                "value": "job"
            }
        ]
    ]
}