@the-rfp-hub/standard 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ARTIFACTS.md +85 -0
- package/CHANGELOG.md +264 -0
- package/LICENSE +121 -0
- package/NORMATIVE.md +77 -0
- package/PROCESS.md +239 -0
- package/README.md +83 -0
- package/conformance/README.md +52 -0
- package/conformance/v1.0.0/fail/deadline-fixed-date-null.json +22 -0
- package/conformance/v1.0.0/fail/deadline-fixed-without-date.json +21 -0
- package/conformance/v1.0.0/fail/eligibility-value-not-string.json +21 -0
- package/conformance/v1.0.0/fail/empty-sponsoring-organizations.json +11 -0
- package/conformance/v1.0.0/fail/missing-matching-type-block.json +14 -0
- package/conformance/v1.0.0/fail/missing-required-properties.json +5 -0
- package/conformance/v1.0.0/fail/missing-sponsoring-organizations.json +10 -0
- package/conformance/v1.0.0/fail/one-block-per-fundingtype.json +18 -0
- package/conformance/v1.0.0/fail/source-url-removed.json +17 -0
- package/conformance/v1.0.0/fail/status-not-in-enum.json +15 -0
- package/conformance/v1.0.0/fail/unknown-top-level-property.json +16 -0
- package/conformance/v1.0.0/fail/wrong-fundingtype-value.json +14 -0
- package/conformance/v1.0.0/fail/wrong-specversion.json +15 -0
- package/conformance/v1.0.0/pass/deadline-rolling-without-date.json +23 -0
- package/conformance/v1.0.0/pass/full-featured.json +137 -0
- package/conformance/v1.0.0/pass/grant-funding-mechanisms-array.json +27 -0
- package/conformance/v1.0.0/pass/grant.json +45 -0
- package/conformance/v1.0.0/pass/hackathon.json +67 -0
- package/conformance/v1.0.0/pass/minimal-required-only.json +15 -0
- package/conformance/v1.0.0/pass/self-identification.json +18 -0
- package/conformance/v1.0.0/pass/source-empty-object.json +30 -0
- package/dist/index.cjs +902 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +661 -0
- package/dist/index.d.ts +661 -0
- package/dist/index.js +896 -0
- package/dist/index.js.map +1 -0
- package/meta/rfphub-schema.meta.json +131 -0
- package/package.json +56 -0
- package/registries/deadline-labels.json +38 -0
- package/registries/eligibility-keys.json +46 -0
- package/registries/entry.schema.json +48 -0
- package/registries/index.json +44 -0
- package/registries/program-models.json +26 -0
- package/schemas/index.json +12 -0
- package/schemas/v1.0.0/BENCHMARK.md +160 -0
- package/schemas/v1.0.0/CROSSWALK.md +200 -0
- package/schemas/v1.0.0/FIELDS.md +530 -0
- package/schemas/v1.0.0/STATUS.md +81 -0
- package/schemas/v1.0.0/context.jsonld +86 -0
- package/schemas/v1.0.0/examples/01-hackathon-fundingmap_1200.json +181 -0
- package/schemas/v1.0.0/examples/02-hackathon-fundingmap_1197.json +122 -0
- package/schemas/v1.0.0/examples/03-hackathon-fundingmap_1095.json +114 -0
- package/schemas/v1.0.0/examples/04-grant-fundingmap_1459.json +67 -0
- package/schemas/v1.0.0/examples/05-hackathon-fundingmap_1210.json +97 -0
- package/schemas/v1.0.0/examples/06-hackathon-fundingmap_1340.json +91 -0
- package/schemas/v1.0.0/examples/07-hackathon-fundingmap_1093.json +89 -0
- package/schemas/v1.0.0/examples/08-hackathon-fundingmap_1091.json +89 -0
- package/schemas/v1.0.0/examples/09-hackathon-fundingmap_1094.json +89 -0
- package/schemas/v1.0.0/examples/10-grant-fundingmap_600.json +65 -0
- package/schemas/v1.0.0/examples/11-hackathon-fundingmap_1389.json +83 -0
- package/schemas/v1.0.0/examples/12-hackathon-fundingmap_1356.json +83 -0
- package/schemas/v1.0.0/examples/13-grant-fundingmap_1458.json +59 -0
- package/schemas/v1.0.0/examples/14-grant-fundingmap_1059.json +57 -0
- package/schemas/v1.0.0/examples/15-hackathon-fundingmap_1430.json +82 -0
- package/schemas/v1.0.0/examples/16-hackathon-fundingmap_1092.json +79 -0
- package/schemas/v1.0.0/examples/17-hackathon-fundingmap_1277.json +75 -0
- package/schemas/v1.0.0/examples/18-hackathon-fundingmap_1302.json +72 -0
- package/schemas/v1.0.0/examples/19-hackathon-fundingmap_1231.json +76 -0
- package/schemas/v1.0.0/examples/20-hackathon-fundingmap_1235.json +74 -0
- package/schemas/v1.0.0/examples/21-hackathon-fundingmap_1219.json +73 -0
- package/schemas/v1.0.0/examples/22-hackathon-fundingmap_1254.json +72 -0
- package/schemas/v1.0.0/examples/23-grant-fundingmap_491.json +57 -0
- package/schemas/v1.0.0/examples/24-hackathon-fundingmap_1358.json +73 -0
- package/schemas/v1.0.0/examples/25-grant-fundingmap_1021.json +57 -0
- package/schemas/v1.0.0/examples/26-bounty-fundingmap_1453.json +57 -0
- package/schemas/v1.0.0/examples/27-accelerator-fundingmap_1291.json +56 -0
- package/schemas/v1.0.0/examples/28-rfp-fundingmap_1242.json +43 -0
- package/schemas/v1.0.0/opportunity.schema.json +758 -0
- package/spec.config.json +11 -0
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"specVersion": "1.0.0",
|
|
3
|
+
"id": "fundingmap:491",
|
|
4
|
+
"fundingType": "grant",
|
|
5
|
+
"title": "Sonic Labs Boom Bounty program",
|
|
6
|
+
"description": "This initiative is set to drive early growth on Sonic by attracting top-tier projects and fostering the development of essential applications within our ecosystem.",
|
|
7
|
+
"status": "closed",
|
|
8
|
+
"sponsoringOrganizations": [
|
|
9
|
+
{
|
|
10
|
+
"name": "Sonic Labs Boom Bounty program"
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"source": {
|
|
14
|
+
"ingestedVia": "import",
|
|
15
|
+
"originalId": "491",
|
|
16
|
+
"verifiedAgainstSource": null
|
|
17
|
+
},
|
|
18
|
+
"ecosystems": [
|
|
19
|
+
"Fantom"
|
|
20
|
+
],
|
|
21
|
+
"networks": [
|
|
22
|
+
"EVM"
|
|
23
|
+
],
|
|
24
|
+
"categories": [
|
|
25
|
+
"DeFi",
|
|
26
|
+
"Lend/Borrow",
|
|
27
|
+
"Infrastructure",
|
|
28
|
+
"NFT",
|
|
29
|
+
"GameFi"
|
|
30
|
+
],
|
|
31
|
+
"tags": [
|
|
32
|
+
"Bounties"
|
|
33
|
+
],
|
|
34
|
+
"applicationUrl": "https://blog.soniclabs.com/sonic-gems-and-sonic-boom-bounty-program/",
|
|
35
|
+
"socialLinks": {
|
|
36
|
+
"twitter": "https://x.com/0xSonicLabs",
|
|
37
|
+
"discord": "https://discord.gg/3Ynr2QDSnB",
|
|
38
|
+
"blog": "https://blog.soniclabs.com/"
|
|
39
|
+
},
|
|
40
|
+
"funding": {
|
|
41
|
+
"budget": 0,
|
|
42
|
+
"allocated": 0,
|
|
43
|
+
"minAward": 0,
|
|
44
|
+
"maxAward": 0
|
|
45
|
+
},
|
|
46
|
+
"opensAt": "2024-08-19T20:00:00.000Z",
|
|
47
|
+
"deadlines": [
|
|
48
|
+
{
|
|
49
|
+
"type": "fixed",
|
|
50
|
+
"date": "2024-10-31T20:00:00.000Z",
|
|
51
|
+
"label": "application"
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"createdAt": "2024-08-29T11:26:52.000Z",
|
|
55
|
+
"updatedAt": "2024-08-29T11:28:06.000Z",
|
|
56
|
+
"grant": {}
|
|
57
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"specVersion": "1.0.0",
|
|
3
|
+
"id": "fundingmap:1358",
|
|
4
|
+
"fundingType": "hackathon",
|
|
5
|
+
"title": "ETHOnline 2026",
|
|
6
|
+
"description": "Async hackathon by ETH Global",
|
|
7
|
+
"summary": "Async hackathon by ETH Global",
|
|
8
|
+
"status": "archived",
|
|
9
|
+
"sponsoringOrganizations": [
|
|
10
|
+
{
|
|
11
|
+
"name": "ETHOnline 2026",
|
|
12
|
+
"website": "https://ethglobal.com/events/ethonline2026"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"source": {
|
|
16
|
+
"ingestedVia": "import",
|
|
17
|
+
"originalId": "1358",
|
|
18
|
+
"verifiedAgainstSource": null
|
|
19
|
+
},
|
|
20
|
+
"ecosystems": [
|
|
21
|
+
"Ethereum"
|
|
22
|
+
],
|
|
23
|
+
"categories": [
|
|
24
|
+
"Hackathon"
|
|
25
|
+
],
|
|
26
|
+
"tags": [
|
|
27
|
+
"Hackathons"
|
|
28
|
+
],
|
|
29
|
+
"applicationUrl": "https://ethglobal.com/events/ethonline2026",
|
|
30
|
+
"website": "https://ethglobal.com/events/ethonline2026",
|
|
31
|
+
"socialLinks": {
|
|
32
|
+
"twitter": "https://x.com/ETHGlobal"
|
|
33
|
+
},
|
|
34
|
+
"funding": {
|
|
35
|
+
"budget": 50000
|
|
36
|
+
},
|
|
37
|
+
"opensAt": "2026-09-04T12:00:00.000Z",
|
|
38
|
+
"deadlines": [
|
|
39
|
+
{
|
|
40
|
+
"type": "fixed",
|
|
41
|
+
"date": "2026-04-13T23:59:00.000Z",
|
|
42
|
+
"label": "application"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"type": "fixed",
|
|
46
|
+
"date": "2026-09-06T17:00:00.000Z",
|
|
47
|
+
"label": "registration"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"type": "fixed",
|
|
51
|
+
"date": "2026-09-04T12:00:00.000Z",
|
|
52
|
+
"label": "event start"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"type": "fixed",
|
|
56
|
+
"date": "2026-09-16T23:59:59.999Z",
|
|
57
|
+
"label": "event end"
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"createdAt": "2026-04-06T00:01:32.000Z",
|
|
61
|
+
"updatedAt": "2026-04-14T00:02:09.000Z",
|
|
62
|
+
"hackathon": {
|
|
63
|
+
"location": "Remote",
|
|
64
|
+
"online": null,
|
|
65
|
+
"prizes": [
|
|
66
|
+
{
|
|
67
|
+
"track": null,
|
|
68
|
+
"amount": 50000,
|
|
69
|
+
"currency": "USD"
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
}
|
|
73
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"specVersion": "1.0.0",
|
|
3
|
+
"id": "fundingmap:1021",
|
|
4
|
+
"fundingType": "grant",
|
|
5
|
+
"title": "Localism Mini Grant Round 01 | Colombia",
|
|
6
|
+
"description": "This program funds ReFi Colombia local nodes to execute place based regenerative and community onboarding activities across Colombia.\n\nThrough an open local round, up to 5 nodes *(either existing or proposed new nodes)* will be selected and awarded between $750 and $2,000 each. Funding decisions will be based on proposal quality, node history and previous activities, consistency of participation in ReFi Colombia meetings and initiatives, collaboration within the ReFi Colombia and wider ReFiDAO network, and alignment with ReFi Colombia’s values, mission, and rules.\n\nNew node activations are also eligible. These will be evaluated using adapted criteria, including prior participation in activities organized by existing nodes, engagement in the ReFi Colombia Telegram community and social media channels, the background and experience of the proposed team, and demonstrated commitment to ReFi Colombia’s values, mission, and internal rules.\n\nSupported activities include reforestation, environmental restoration, ReFi-focused educational workshops, cleanup actions, mindfulness and community well being initiatives, and Web3 onboarding through these activities. The program prioritizes local leadership, continuity, expansion potential, and transparent allocation, enabling nodes to scale activities according to their real on-the-ground capacity while strengthening the national ReFi Colombia network.",
|
|
7
|
+
"summary": "Local mini grants for ReFi Colombia Local Nodes based on impact, consistency, and network alignment",
|
|
8
|
+
"status": "closed",
|
|
9
|
+
"sponsoringOrganizations": [
|
|
10
|
+
{
|
|
11
|
+
"name": "Localism Mini Grant Round 01 | Colombia",
|
|
12
|
+
"slug": "refi-colombia-community"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"source": {
|
|
16
|
+
"publisher": "refi-colombia-community",
|
|
17
|
+
"ingestedVia": "import",
|
|
18
|
+
"originalId": "1021",
|
|
19
|
+
"verifiedAgainstSource": null
|
|
20
|
+
},
|
|
21
|
+
"ecosystems": [
|
|
22
|
+
"Celo"
|
|
23
|
+
],
|
|
24
|
+
"networks": [
|
|
25
|
+
"Celo"
|
|
26
|
+
],
|
|
27
|
+
"categories": [
|
|
28
|
+
"Communities"
|
|
29
|
+
],
|
|
30
|
+
"tags": [
|
|
31
|
+
"Direct Grants"
|
|
32
|
+
],
|
|
33
|
+
"applicationUrl": "https://t.me/reficolombia",
|
|
34
|
+
"socialLinks": {
|
|
35
|
+
"twitter": "https://x.com/RefiColombia",
|
|
36
|
+
"telegram": "https://t.me/reficolombia"
|
|
37
|
+
},
|
|
38
|
+
"funding": {
|
|
39
|
+
"budget": 4500,
|
|
40
|
+
"allocated": 0,
|
|
41
|
+
"minAward": 750,
|
|
42
|
+
"maxAward": 2000
|
|
43
|
+
},
|
|
44
|
+
"opensAt": "2026-01-15T05:00:00.000Z",
|
|
45
|
+
"deadlines": [
|
|
46
|
+
{
|
|
47
|
+
"type": "fixed",
|
|
48
|
+
"date": "2026-02-07T23:59:00.000Z",
|
|
49
|
+
"label": "application"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"createdAt": "2026-01-03T21:58:12.000Z",
|
|
53
|
+
"updatedAt": "2026-02-02T17:28:21.000Z",
|
|
54
|
+
"grant": {
|
|
55
|
+
"recurring": true
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"specVersion": "1.0.0",
|
|
3
|
+
"id": "fundingmap:1453",
|
|
4
|
+
"fundingType": "bounty",
|
|
5
|
+
"title": "Internships: Colosseum Frontier",
|
|
6
|
+
"description": "**Do you want to get work experience with an early-stage web3 startup?**\n\nSuperteam UK is matching early creator, business and developer talent with startups participating in the Colosseum Frontier hackathon. Projects include managing social media accounts to drive traction, work on pitchdecks and demo videos, improve strategy or use your technical skills to help build the MVP.\n\nHere’s how it works:\n\n- Fill in the [internship request](https://superteamuk.org/internship-request) form **ASAP** and no later than Sunday, 26th April\n \n- Your profile will be made visible to startup/project founders, who will reach out to you if they are interested in working with you\n \n- If you complete 10+ hours of work, **submit a one pager to this bounty** (e.g. google doc) outlining the work you did and for which startup\n \n\n**Scoring Process**\n\nWe will reach out to the relevant startup for feedback on your internship. Prizes will be allocated based on this feedback, and the value added through your work.\n\nPlease note that this scheme is free for the startups. Payment is not guaranteed.\n\n**Start ASAP**\n\nIt will take time for startups to reach out, confirm an internship and onboard you to their team. Early applicants are much more likely to complete the internship project before the deadline.",
|
|
7
|
+
"summary": "**Do you want to get work experience with an early-stage web3 startup?",
|
|
8
|
+
"status": "archived",
|
|
9
|
+
"sponsoringOrganizations": [
|
|
10
|
+
{
|
|
11
|
+
"name": "Internships: Colosseum Frontier",
|
|
12
|
+
"website": "https://superteam.fun/earn/listing/internships-colosseum-frontier"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"source": {
|
|
16
|
+
"ingestedVia": "import",
|
|
17
|
+
"originalId": "1453",
|
|
18
|
+
"verifiedAgainstSource": null
|
|
19
|
+
},
|
|
20
|
+
"ecosystems": [
|
|
21
|
+
"Solana"
|
|
22
|
+
],
|
|
23
|
+
"categories": [
|
|
24
|
+
"Bounty"
|
|
25
|
+
],
|
|
26
|
+
"applicationUrl": "https://superteam.fun/earn/listing/internships-colosseum-frontier",
|
|
27
|
+
"website": "https://superteam.fun/earn/listing/internships-colosseum-frontier",
|
|
28
|
+
"funding": {
|
|
29
|
+
"budget": 1400
|
|
30
|
+
},
|
|
31
|
+
"opensAt": null,
|
|
32
|
+
"deadlines": [
|
|
33
|
+
{
|
|
34
|
+
"type": "fixed",
|
|
35
|
+
"date": "2026-05-15T22:59:59.000Z",
|
|
36
|
+
"label": "application"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"createdAt": "2026-05-01T14:53:40.000Z",
|
|
40
|
+
"updatedAt": "2026-05-16T00:02:40.000Z",
|
|
41
|
+
"bounty": {
|
|
42
|
+
"difficulty": null,
|
|
43
|
+
"skills": [
|
|
44
|
+
"Growth",
|
|
45
|
+
"Content",
|
|
46
|
+
"Other",
|
|
47
|
+
"Design",
|
|
48
|
+
"Frontend",
|
|
49
|
+
"Backend"
|
|
50
|
+
],
|
|
51
|
+
"platform": "Superteam Earn",
|
|
52
|
+
"reward": {
|
|
53
|
+
"amount": 1400,
|
|
54
|
+
"currency": "USDG"
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"specVersion": "1.0.0",
|
|
3
|
+
"id": "fundingmap:1291",
|
|
4
|
+
"fundingType": "accelerator",
|
|
5
|
+
"title": "Incubation Program Batch 07",
|
|
6
|
+
"description": "Offers up to $50K investment, $100K ecosystem grants from partner chains, $500K+ credits, 6-week incubation, and demo day for MVP/Seed stage Web3, AI x Crypto, DeFi, infrastructure projects. Deploying on partners like BNB Chain unlocks non-dilutive funding. Apply via form.",
|
|
7
|
+
"summary": "Offers up to $50K investment, $100K ecosystem grants from partner chains, $500K+ credits, 6-week...",
|
|
8
|
+
"status": "archived",
|
|
9
|
+
"sponsoringOrganizations": [
|
|
10
|
+
{
|
|
11
|
+
"name": "Incubation Program Batch 07"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"source": {
|
|
15
|
+
"ingestedVia": "import",
|
|
16
|
+
"originalId": "1291",
|
|
17
|
+
"verifiedAgainstSource": null
|
|
18
|
+
},
|
|
19
|
+
"ecosystems": [
|
|
20
|
+
"BNB Chain",
|
|
21
|
+
"Hedera",
|
|
22
|
+
"Metis"
|
|
23
|
+
],
|
|
24
|
+
"categories": [
|
|
25
|
+
"Funding Opportunity",
|
|
26
|
+
"AI",
|
|
27
|
+
"DeFi",
|
|
28
|
+
"Infrastructure"
|
|
29
|
+
],
|
|
30
|
+
"applicationUrl": "https://forms.clickup.com/9018573221/f/8crt0d5-26918/BWOVOFB8AMT993WNEF",
|
|
31
|
+
"funding": {
|
|
32
|
+
"budget": 50
|
|
33
|
+
},
|
|
34
|
+
"opensAt": "2026-03-15T00:00:00.000Z",
|
|
35
|
+
"deadlines": [
|
|
36
|
+
{
|
|
37
|
+
"type": "fixed",
|
|
38
|
+
"date": "2026-04-15T00:00:00.000Z",
|
|
39
|
+
"label": "application"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"createdAt": "2026-03-25T13:23:18.000Z",
|
|
43
|
+
"updatedAt": "2026-04-15T00:02:13.000Z",
|
|
44
|
+
"accelerator": {
|
|
45
|
+
"programDurationWeeks": 3,
|
|
46
|
+
"batchSize": null,
|
|
47
|
+
"equity": null,
|
|
48
|
+
"stage": "pre-seed",
|
|
49
|
+
"location": "Remote",
|
|
50
|
+
"online": null,
|
|
51
|
+
"funding": {
|
|
52
|
+
"amount": 50000,
|
|
53
|
+
"currency": "USD"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"specVersion": "1.0.0",
|
|
3
|
+
"id": "fundingmap:1242",
|
|
4
|
+
"fundingType": "rfp",
|
|
5
|
+
"title": "RFP 3 Institutional Narrative Experiment",
|
|
6
|
+
"description": "10-week community activation program to promote ZKsync narratives around institutional positioning, privacy via Prividium, and ZK Stack. Funds one administrator to run content strategy with KPIs. Proposals due by March 20 via forum.",
|
|
7
|
+
"summary": "10-week community activation program to promote ZKsync narratives around institutional...",
|
|
8
|
+
"status": "archived",
|
|
9
|
+
"sponsoringOrganizations": [
|
|
10
|
+
{
|
|
11
|
+
"name": "ZKsync Foundation"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"source": {
|
|
15
|
+
"ingestedVia": "import",
|
|
16
|
+
"originalId": "1242",
|
|
17
|
+
"verifiedAgainstSource": null
|
|
18
|
+
},
|
|
19
|
+
"ecosystems": [
|
|
20
|
+
"zkSync"
|
|
21
|
+
],
|
|
22
|
+
"categories": [
|
|
23
|
+
"Funding Opportunity"
|
|
24
|
+
],
|
|
25
|
+
"applicationUrl": "https://forum.zknation.io/t/community-activation-rfp-3-zksync-institutional-narrative-experiment/922",
|
|
26
|
+
"funding": {
|
|
27
|
+
"budget": 15000,
|
|
28
|
+
"currency": "USD"
|
|
29
|
+
},
|
|
30
|
+
"opensAt": null,
|
|
31
|
+
"deadlines": [
|
|
32
|
+
{
|
|
33
|
+
"type": "fixed",
|
|
34
|
+
"date": "2026-03-20T00:00:00.000Z",
|
|
35
|
+
"label": "application"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"createdAt": "2026-03-11T00:10:20.000Z",
|
|
39
|
+
"updatedAt": "2026-03-20T00:01:36.000Z",
|
|
40
|
+
"rfp": {
|
|
41
|
+
"scope": null
|
|
42
|
+
}
|
|
43
|
+
}
|