Ansible Roles Context
JSON-LD context defining the semantic vocabulary for Ansible Roles from Ansible Roles.
4 Classes
16 Properties
4 Namespaces
Namespaces
galaxy:
https://api-evangelist.github.io/ansible-roles/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Role
Collection
name
description
Properties
| Property |
Type |
Container |
| id |
integer |
|
| namespace |
string |
|
| githubUser |
string |
|
| githubRepo |
string |
|
| downloadCount |
integer |
|
| stargazersCount |
integer |
|
| license |
string |
|
| version |
string |
|
| repository |
reference |
|
| documentation |
reference |
|
| certified |
boolean |
|
| tags |
string |
set |
| created |
dateTime |
|
| modified |
dateTime |
|
| createdAt |
dateTime |
|
| updatedAt |
dateTime |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"galaxy": "https://api-evangelist.github.io/ansible-roles/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Role": "galaxy:Role",
"Collection": "galaxy:Collection",
"id": {"@id": "dcterms:identifier", "@type": "xsd:integer"},
"name": "schema:name",
"description": "schema:description",
"namespace": {"@id": "galaxy:namespace", "@type": "xsd:string"},
"githubUser": {"@id": "galaxy:github_user", "@type": "xsd:string"},
"githubRepo": {"@id": "galaxy:github_repo", "@type": "xsd:string"},
"downloadCount": {"@id": "galaxy:download_count", "@type": "xsd:integer"},
"stargazersCount": {"@id": "galaxy:stargazers_count", "@type": "xsd:integer"},
"license": {"@id": "dcterms:license", "@type": "xsd:string"},
"version": {"@id": "schema:version", "@type": "xsd:string"},
"repository": {"@id": "schema:codeRepository", "@type": "@id"},
"documentation": {"@id": "schema:url", "@type": "@id"},
"certified": {"@id": "galaxy:certified", "@type": "xsd:boolean"},
"tags": {"@id": "galaxy:tags", "@container": "@set", "@type": "xsd:string"},
"created": {"@id": "schema:dateCreated", "@type": "xsd:dateTime"},
"modified": {"@id": "schema:dateModified", "@type": "xsd:dateTime"},
"createdAt": {"@id": "schema:dateCreated", "@type": "xsd:dateTime"},
"updatedAt": {"@id": "schema:dateModified", "@type": "xsd:dateTime"}
}
}