[funding.json] fix some validation issues
This commit is contained in:
parent
42bbb44bfc
commit
6074f80257
41
funding.json
41
funding.json
@ -1,15 +1,5 @@
|
|||||||
{
|
{
|
||||||
"id": 0,
|
"version": "v1.0.0",
|
||||||
"guid": "",
|
|
||||||
"version": "",
|
|
||||||
"url": "",
|
|
||||||
"meta": {},
|
|
||||||
"status": "",
|
|
||||||
"status_message": null,
|
|
||||||
"crawl_errors": 0,
|
|
||||||
"crawl_message": null,
|
|
||||||
"created_at": "0001-01-01T00:00:00Z",
|
|
||||||
"updated_at": "0001-01-01T00:00:00Z",
|
|
||||||
"entity": {
|
"entity": {
|
||||||
"type": "group",
|
"type": "group",
|
||||||
"role": "steward",
|
"role": "steward",
|
||||||
@ -18,7 +8,7 @@
|
|||||||
"phone": "",
|
"phone": "",
|
||||||
"description": "OSS Developer",
|
"description": "OSS Developer",
|
||||||
"webpageUrl": {
|
"webpageUrl": {
|
||||||
"url": "https://github.com/dmonad"
|
"url": "https://github.com/yjs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"projects": [
|
"projects": [
|
||||||
@ -48,10 +38,12 @@
|
|||||||
"name": "Y/Stream",
|
"name": "Y/Stream",
|
||||||
"description": "A provider for syncing millions of docs efficiently with other peers. This will become the foundation for building real local-first apps with Yjs.",
|
"description": "A provider for syncing millions of docs efficiently with other peers. This will become the foundation for building real local-first apps with Yjs.",
|
||||||
"webpageUrl": {
|
"webpageUrl": {
|
||||||
"url": "https://github.com/yjs/ystream"
|
"url": "https://github.com/yjs/ystream",
|
||||||
|
"wellKnown": "https://github.com/yjs/ystream/blob/main/.well-known/funding-manifest-urls"
|
||||||
},
|
},
|
||||||
"repositoryUrl": {
|
"repositoryUrl": {
|
||||||
"url": "https://github.com/yjs/ystream"
|
"url": "https://github.com/yjs/ystream",
|
||||||
|
"wellKnown": "https://github.com/yjs/ystream/blob/main/.well-known/funding-manifest-urls"
|
||||||
},
|
},
|
||||||
"licenses": [
|
"licenses": [
|
||||||
"spdx:MIT",
|
"spdx:MIT",
|
||||||
@ -62,7 +54,8 @@
|
|||||||
"p2p",
|
"p2p",
|
||||||
"CRDT",
|
"CRDT",
|
||||||
"rich-text",
|
"rich-text",
|
||||||
"real-time"
|
"real-time",
|
||||||
|
"web-development"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -78,7 +71,7 @@
|
|||||||
"guid": "y-collective",
|
"guid": "y-collective",
|
||||||
"type": "payment-provider",
|
"type": "payment-provider",
|
||||||
"address": "https://opencollective.com/y-collective",
|
"address": "https://opencollective.com/y-collective",
|
||||||
"description": "For funding of the Y-CRDT - the Rust implementation of Yjs"
|
"description": "For funding the Y-CRDT - the Rust implementation of Yjs and other listed projects."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"plans": [
|
"plans": [
|
||||||
@ -95,6 +88,18 @@
|
|||||||
"y-collective"
|
"y-collective"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"guid": "ystream-funding",
|
||||||
|
"status": "active",
|
||||||
|
"name": "YStream Funding",
|
||||||
|
"description": "Fund the next generation of local-first providers.",
|
||||||
|
"amount": 30000,
|
||||||
|
"currency": "USD",
|
||||||
|
"frequency": "one-time",
|
||||||
|
"channels": [
|
||||||
|
"github-sponsors"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"guid": "bronze-sponsor",
|
"guid": "bronze-sponsor",
|
||||||
"status": "active",
|
"status": "active",
|
||||||
@ -111,7 +116,7 @@
|
|||||||
"guid": "silver-sponsor",
|
"guid": "silver-sponsor",
|
||||||
"status": "active",
|
"status": "active",
|
||||||
"name": "Silver Sponsor",
|
"name": "Silver Sponsor",
|
||||||
"description": "This is the recommended plan for large companies that use Yjs.",
|
"description": "This is the recommended plan for large/successfull companies that use Yjs.",
|
||||||
"amount": 1000,
|
"amount": 1000,
|
||||||
"currency": "USD",
|
"currency": "USD",
|
||||||
"frequency": "monthly",
|
"frequency": "monthly",
|
||||||
@ -123,7 +128,7 @@
|
|||||||
"guid": "gold-sponsor",
|
"guid": "gold-sponsor",
|
||||||
"status": "active",
|
"status": "active",
|
||||||
"name": "Gold Sponsor",
|
"name": "Gold Sponsor",
|
||||||
"description": "This is the recommended plan for successfull companies that build their entire product around Yjs-related technologies.",
|
"description": "This is the recommended plan for successful companies that build their entire product around Yjs-related technologies.",
|
||||||
"amount": 3000,
|
"amount": 3000,
|
||||||
"currency": "USD",
|
"currency": "USD",
|
||||||
"frequency": "monthly",
|
"frequency": "monthly",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user