Scaleway · JSON-LD Context
Scaleway Context
JSON-LD context defining the semantic vocabulary for Scaleway from Scaleway.
1 Classes
31 Properties
4 Namespaces
Namespaces
scw:
https://www.scaleway.com/vocabulary/
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
hydra:
http://www.w3.org/ns/hydra/core#
Classes
id
Properties
| Property | Type | Container |
|---|---|---|
| ScalewayInstance | schema:SoftwareApplication | |
| ScalewayCluster | schema:SoftwareApplication | |
| ScalewayProject | schema:Project | |
| ScalewayOrganization | schema:Organization | |
| ScalewaySecret | schema:DigitalDocument | |
| ScalewayDatabase | schema:Dataset | |
| name | string | |
| description | string | |
| state | string | |
| status | string | |
| zone | string | |
| region | string | |
| project_id | reference | |
| organization_id | reference | |
| commercial_type | string | |
| version | string | |
| tags | string | list |
| created_at | dateTime | |
| updated_at | dateTime | |
| creation_date | dateTime | |
| modification_date | dateTime | |
| image | schema:SoftwareApplication | |
| volumes | schema:DataDownload | |
| public_ip | schema:IPAddress | |
| private_ip | string | |
| enable_ipv6 | boolean | |
| cni | string | |
| cluster_url | reference | |
| per_page | integer | |
| page | integer | |
| total_count | integer |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"scw": "https://www.scaleway.com/vocabulary/",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"hydra": "http://www.w3.org/ns/hydra/core#",
"ScalewayInstance": {
"@id": "scw:Instance",
"@type": "schema:SoftwareApplication"
},
"ScalewayCluster": {
"@id": "scw:KubernetesCluster",
"@type": "schema:SoftwareApplication"
},
"ScalewayProject": {
"@id": "scw:Project",
"@type": "schema:Project"
},
"ScalewayOrganization": {
"@id": "scw:Organization",
"@type": "schema:Organization"
},
"ScalewaySecret": {
"@id": "scw:Secret",
"@type": "schema:DigitalDocument"
},
"ScalewayDatabase": {
"@id": "scw:Database",
"@type": "schema:Dataset"
},
"id": "@id",
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"state": {
"@id": "schema:actionStatus",
"@type": "xsd:string"
},
"status": {
"@id": "schema:status",
"@type": "xsd:string"
},
"zone": {
"@id": "scw:zone",
"@type": "xsd:string"
},
"region": {
"@id": "scw:region",
"@type": "xsd:string"
},
"project_id": {
"@id": "scw:project",
"@type": "@id"
},
"organization_id": {
"@id": "scw:organization",
"@type": "@id"
},
"commercial_type": {
"@id": "scw:instanceType",
"@type": "xsd:string"
},
"version": {
"@id": "schema:version",
"@type": "xsd:string"
},
"tags": {
"@id": "schema:keywords",
"@type": "xsd:string",
"@container": "@list"
},
"created_at": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"updated_at": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"creation_date": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"modification_date": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"image": {
"@id": "scw:osImage",
"@type": "schema:SoftwareApplication"
},
"volumes": {
"@id": "scw:storageVolume",
"@type": "schema:DataDownload"
},
"public_ip": {
"@id": "scw:publicIP",
"@type": "schema:IPAddress"
},
"private_ip": {
"@id": "scw:privateIP",
"@type": "xsd:string"
},
"enable_ipv6": {
"@id": "scw:ipv6Enabled",
"@type": "xsd:boolean"
},
"cni": {
"@id": "scw:containerNetworkInterface",
"@type": "xsd:string"
},
"cluster_url": {
"@id": "scw:apiEndpoint",
"@type": "@id"
},
"per_page": {
"@id": "hydra:limit",
"@type": "xsd:integer"
},
"page": {
"@id": "hydra:pageIndex",
"@type": "xsd:integer"
},
"total_count": {
"@id": "hydra:totalItems",
"@type": "xsd:integer"
}
}
}