The steward's canonical funding entry point. A single URL where people can support this entity. Inspired by the rel="payment" microformat: a simple, unopinionated pointer to a support page.
Record Key
literal:self
Fixed literal value
Properties
createdAt
string
datetime
Optional
When this record was created or last updated.
label
string
Optional
Human-readable description of the funding page (e.g. 'Support via GitHub Sponsors'). Inspired by rel="payment" title attribute. Optional — clients may derive a label from the URL.
maxLength: 128 bytesurl
string
uri
Required
The canonical funding page URL (e.g. GitHub Sponsors, Open Collective, ko-fi, or a custom landing page).
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "The canonical funding page URL (e.g. GitHub Sponsors, Open Collective, ko-fi, or a custom landing page)."
},
"label": {
"type": "string",
"maxLength": 128,
"description": "Human-readable description of the funding page (e.g. 'Support via GitHub Sponsors'). Inspired by rel=\"payment\" title attribute. Optional — clients may derive a label from the URL."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When this record was created or last updated."
}
}
},
"description": "The steward's canonical funding entry point. A single URL where people can support this entity. Inspired by the rel=\"payment\" microformat: a simple, unopinionated pointer to a support page."
}