{ "@context": { "@version": 1.1, "ansible": "https://ansible.dev/schema/", "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "JobTemplate": "ansible:JobTemplate", "Job": "ansible:Job", "Inventory": "ansible:Inventory", "id": { "@id": "ansible:id", "@type": "xsd:integer" }, "name": { "@id": "schema:name", "@type": "xsd:string" }, "description": { "@id": "schema:description", "@type": "xsd:string" }, "status": { "@id": "ansible:status", "@type": "xsd:string" }, "jobType": { "@id": "ansible:job_type", "@type": "xsd:string" }, "playbook": { "@id": "ansible:playbook", "@type": "xsd:string" }, "hostCount": { "@id": "ansible:host_count", "@type": "xsd:integer" }, "scmType": { "@id": "ansible:scm_type", "@type": "xsd:string" }, "scmUrl": { "@id": "ansible:scm_url", "@type": "@id" } } }