Apache James Webadmin Rest Api Context
JSON-LD context defining the semantic vocabulary for Apache James Webadmin Rest Api from Apache James.
9 Classes
19 Properties
4 Namespaces
Namespaces
james:
https://apache-james.apache.org/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
ComponentCheck
DomainRequest
MailRepository
Task
Quota
UserRequest
Mailbox
User
HealthCheckResult
Properties
| Property |
Type |
Container |
| componentName |
string |
|
| escapedComponentName |
string |
|
| status |
string |
|
| cause |
string |
|
| domain |
string |
|
| repository |
string |
|
| id |
string |
|
| taskId |
string |
|
| type |
string |
|
| submitDate |
dateTime |
|
| startedDate |
dateTime |
|
| completedDate |
dateTime |
|
| count |
integer |
|
| size |
integer |
|
| username |
string |
|
| password |
string |
|
| mailboxName |
string |
|
| mailboxId |
string |
|
| checks |
string |
set |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"james": "https://apache-james.apache.org/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"ComponentCheck": "james:ComponentCheck",
"DomainRequest": "james:DomainRequest",
"MailRepository": "james:MailRepository",
"Task": "james:Task",
"Quota": "james:Quota",
"UserRequest": "james:UserRequest",
"Mailbox": "james:Mailbox",
"User": "james:User",
"HealthCheckResult": "james:HealthCheckResult",
"componentName": {
"@id": "james:componentName",
"@type": "xsd:string"
},
"escapedComponentName": {
"@id": "james:escapedComponentName",
"@type": "xsd:string"
},
"status": {
"@id": "james:status",
"@type": "xsd:string"
},
"cause": {
"@id": "james:cause",
"@type": "xsd:string"
},
"domain": {
"@id": "james:domain",
"@type": "xsd:string"
},
"repository": {
"@id": "james:repository",
"@type": "xsd:string"
},
"id": {
"@id": "james:id",
"@type": "xsd:string"
},
"taskId": {
"@id": "james:taskId",
"@type": "xsd:string"
},
"type": {
"@id": "james:type",
"@type": "xsd:string"
},
"submitDate": {
"@id": "james:submitDate",
"@type": "xsd:dateTime"
},
"startedDate": {
"@id": "james:startedDate",
"@type": "xsd:dateTime"
},
"completedDate": {
"@id": "james:completedDate",
"@type": "xsd:dateTime"
},
"count": {
"@id": "james:count",
"@type": "xsd:integer"
},
"size": {
"@id": "james:size",
"@type": "xsd:integer"
},
"username": {
"@id": "james:username",
"@type": "xsd:string"
},
"password": {
"@id": "james:password",
"@type": "xsd:string"
},
"mailboxName": {
"@id": "james:mailboxName",
"@type": "xsd:string"
},
"mailboxId": {
"@id": "james:mailboxId",
"@type": "xsd:string"
},
"checks": {
"@id": "james:checks",
"@container": "@set",
"@type": "xsd:string"
}
}
}