Ballerina · JSON-LD Context
Ballerina Context
JSON-LD context defining the semantic vocabulary for Ballerina from Ballerina.
10 Classes
27 Properties
3 Namespaces
Namespaces
ballerina:
https://central.ballerina.io/schema/
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Connector
ConnectorSearchResponse
ConnectorSummary
Module
Organization
Package
PackageDocs
PackageSearchResponse
PackageSummary
PackageVersion
Properties
| Property | Type | Container |
|---|---|---|
| authors | string | set |
| ballerinaVersion | string | |
| category | string | |
| connectors | string | set |
| count | integer | |
| createdDate | dateTime | |
| dependencies | string | set |
| description | ||
| functions | string | set |
| keywords | string | set |
| license | string | |
| limit | integer | |
| moduleName | string | |
| modules | string | set |
| name | ||
| offset | integer | |
| organization | string | |
| packageCount | integer | |
| packageName | string | |
| packages | string | set |
| platform | string | |
| pullCount | integer | |
| readme | string | |
| repositoryURL | reference | |
| version | ||
| versions | string | set |
| website | reference |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"ballerina": "https://central.ballerina.io/schema/",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Connector": "ballerina:Connector",
"ConnectorSearchResponse": "ballerina:ConnectorSearchResponse",
"ConnectorSummary": "ballerina:ConnectorSummary",
"Module": "ballerina:Module",
"Organization": "ballerina:Organization",
"Package": "ballerina:Package",
"PackageDocs": "ballerina:PackageDocs",
"PackageSearchResponse": "ballerina:PackageSearchResponse",
"PackageSummary": "ballerina:PackageSummary",
"PackageVersion": "ballerina:PackageVersion",
"authors": {
"@id": "ballerina:authors",
"@container": "@set",
"@type": "xsd:string"
},
"ballerinaVersion": {
"@id": "ballerina:ballerinaVersion",
"@type": "xsd:string"
},
"category": {
"@id": "ballerina:category",
"@type": "xsd:string"
},
"connectors": {
"@id": "ballerina:connectors",
"@container": "@set",
"@type": "xsd:string"
},
"count": {
"@id": "ballerina:count",
"@type": "xsd:integer"
},
"createdDate": {
"@id": "ballerina:createdDate",
"@type": "xsd:dateTime"
},
"dependencies": {
"@id": "ballerina:dependencies",
"@container": "@set",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description"
},
"functions": {
"@id": "ballerina:functions",
"@container": "@set",
"@type": "xsd:string"
},
"keywords": {
"@id": "ballerina:keywords",
"@container": "@set",
"@type": "xsd:string"
},
"license": {
"@id": "ballerina:license",
"@type": "xsd:string"
},
"limit": {
"@id": "ballerina:limit",
"@type": "xsd:integer"
},
"moduleName": {
"@id": "ballerina:moduleName",
"@type": "xsd:string"
},
"modules": {
"@id": "ballerina:modules",
"@container": "@set",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name"
},
"offset": {
"@id": "ballerina:offset",
"@type": "xsd:integer"
},
"organization": {
"@id": "ballerina:organization",
"@type": "xsd:string"
},
"packageCount": {
"@id": "ballerina:packageCount",
"@type": "xsd:integer"
},
"packageName": {
"@id": "ballerina:packageName",
"@type": "xsd:string"
},
"packages": {
"@id": "ballerina:packages",
"@container": "@set",
"@type": "xsd:string"
},
"platform": {
"@id": "ballerina:platform",
"@type": "xsd:string"
},
"pullCount": {
"@id": "ballerina:pullCount",
"@type": "xsd:integer"
},
"readme": {
"@id": "ballerina:readme",
"@type": "xsd:string"
},
"repositoryURL": {
"@id": "ballerina:repositoryURL",
"@type": "@id"
},
"version": {
"@id": "schema:version"
},
"versions": {
"@id": "ballerina:versions",
"@container": "@set",
"@type": "xsd:string"
},
"website": {
"@id": "ballerina:website",
"@type": "@id"
}
}
}