Bitbucket · JSON-LD Context
Bitbucket Cloud Rest Api Context
JSON-LD context defining the semantic vocabulary for Bitbucket Cloud Rest Api from Bitbucket.
4 Classes
23 Properties
4 Namespaces
Namespaces
bb:
https://api.bitbucket.org/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Repository
Pullrequest
Pipeline
Commit
Properties
| Property | Type | Container |
|---|---|---|
| name | string | |
| description | string | |
| uuid | string | |
| fullName | string | |
| slug | string | |
| isPrivate | boolean | |
| createdOn | dateTime | |
| updatedOn | dateTime | |
| completedOn | dateTime | |
| size | integer | |
| language | string | |
| hash | string | |
| message | string | |
| title | string | |
| state | string | |
| buildNumber | integer | |
| commentCount | integer | |
| taskCount | integer | |
| forkPolicy | string | |
| scm | string | |
| reviewers | reference | set |
| participants | reference | set |
| parents | reference | set |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"bb": "https://api.bitbucket.org/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Repository": "bb:Repository",
"Pullrequest": "bb:Pullrequest",
"Pipeline": "bb:Pipeline",
"Commit": "bb:Commit",
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"uuid": {
"@id": "bb:uuid",
"@type": "xsd:string"
},
"fullName": {
"@id": "bb:full_name",
"@type": "xsd:string"
},
"slug": {
"@id": "bb:slug",
"@type": "xsd:string"
},
"isPrivate": {
"@id": "bb:is_private",
"@type": "xsd:boolean"
},
"createdOn": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"updatedOn": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"completedOn": {
"@id": "bb:completed_on",
"@type": "xsd:dateTime"
},
"size": {
"@id": "bb:size",
"@type": "xsd:integer"
},
"language": {
"@id": "bb:language",
"@type": "xsd:string"
},
"hash": {
"@id": "bb:hash",
"@type": "xsd:string"
},
"message": {
"@id": "bb:message",
"@type": "xsd:string"
},
"title": {
"@id": "bb:title",
"@type": "xsd:string"
},
"state": {
"@id": "bb:state",
"@type": "xsd:string"
},
"buildNumber": {
"@id": "bb:build_number",
"@type": "xsd:integer"
},
"commentCount": {
"@id": "bb:comment_count",
"@type": "xsd:integer"
},
"taskCount": {
"@id": "bb:task_count",
"@type": "xsd:integer"
},
"forkPolicy": {
"@id": "bb:fork_policy",
"@type": "xsd:string"
},
"scm": {
"@id": "bb:scm",
"@type": "xsd:string"
},
"reviewers": {
"@id": "bb:reviewers",
"@container": "@set",
"@type": "@id"
},
"participants": {
"@id": "bb:participants",
"@container": "@set",
"@type": "@id"
},
"parents": {
"@id": "bb:parents",
"@container": "@set",
"@type": "@id"
}
}
}