Ansible Automation Platform · JSON-LD Context

Ansible Automation Platform Context

JSON-LD context defining the semantic vocabulary for Ansible Automation Platform from Ansible Automation Platform.

3 Classes 9 Properties 3 Namespaces
View Context View on GitHub

Namespaces

ansible: https://ansible.dev/schema/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

JobTemplate Job Inventory

Properties

Property Type Container
id integer
name string
description string
status string
jobType string
playbook string
hostCount integer
scmType string
scmUrl reference

JSON-LD Document

ansible-automation-platform-context.jsonld Raw ↑
{
  "@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" }
  }
}