Weave Net Context
JSON-LD context defining the semantic vocabulary for Weave Net from Weave Net.
8 Classes
19 Properties
4 Namespaces
Namespaces
wn:
https://github.com/weaveworks/weave/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
ConnectRequest
ConnectionInfo
DNSStatus
IPAMStatus
PeerInfo
RouterStatus
StatusResponse
name
Properties
| Property |
Type |
Container |
| peer |
string |
|
| replace |
string |
|
| address |
string |
|
| state |
string |
|
| info |
string |
|
| domain |
string |
|
| upstream |
string |
set |
| status |
string |
|
| subnet |
string |
|
| rangeNumIps |
integer |
|
| ownedNumIps |
integer |
|
| nickName |
string |
|
| connections |
string |
set |
| encryption |
boolean |
|
| peers |
string |
set |
| version |
string |
|
| router |
string |
|
| ipam |
string |
|
| dns |
string |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"wn": "https://github.com/weaveworks/weave/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"ConnectRequest": "wn:ConnectRequest",
"ConnectionInfo": "wn:ConnectionInfo",
"DNSStatus": "wn:DNSStatus",
"IPAMStatus": "wn:IPAMStatus",
"PeerInfo": "wn:PeerInfo",
"RouterStatus": "wn:RouterStatus",
"StatusResponse": "wn:StatusResponse",
"peer": {
"@id": "wn:peer",
"@type": "xsd:string"
},
"replace": {
"@id": "wn:replace",
"@type": "xsd:string"
},
"address": {
"@id": "wn:address",
"@type": "xsd:string"
},
"state": {
"@id": "wn:state",
"@type": "xsd:string"
},
"info": {
"@id": "wn:info",
"@type": "xsd:string"
},
"domain": {
"@id": "wn:domain",
"@type": "xsd:string"
},
"upstream": {
"@id": "wn:upstream",
"@container": "@set",
"@type": "xsd:string"
},
"status": {
"@id": "wn:status",
"@type": "xsd:string"
},
"subnet": {
"@id": "wn:subnet",
"@type": "xsd:string"
},
"rangeNumIps": {
"@id": "wn:range_num_ips",
"@type": "xsd:integer"
},
"ownedNumIps": {
"@id": "wn:owned_num_ips",
"@type": "xsd:integer"
},
"name": "schema:name",
"nickName": {
"@id": "wn:nick_name",
"@type": "xsd:string"
},
"connections": {
"@id": "wn:connections",
"@container": "@set",
"@type": "xsd:string"
},
"encryption": {
"@id": "wn:encryption",
"@type": "xsd:boolean"
},
"peers": {
"@id": "wn:peers",
"@container": "@set",
"@type": "xsd:string"
},
"version": {
"@id": "wn:version",
"@type": "xsd:string"
},
"router": {
"@id": "wn:router",
"@type": "xsd:string"
},
"ipam": {
"@id": "wn:ipam",
"@type": "xsd:string"
},
"dns": {
"@id": "wn:dns",
"@type": "xsd:string"
}
}
}