Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
datacap-bot[bot] authored May 16, 2024
1 parent 8c6347a commit 27335d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions validationSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"Version": { "type": "number" },
"Version": { "type": "string" },
"ID": { "type": "string" },
"Issue Number": { "type": "string" },
"Client": {
Expand All @@ -20,7 +20,6 @@
"Project": {
"type": "object",
"properties": {
"Project Id": { "type": "string" },
"Brief history of your project and organization": { "type": "string" },
"Is this project associated with other projects/ecosystem stakeholders?": { "type": "string" },
"Describe the data being stored onto Filecoin": { "type": "string" },
Expand All @@ -36,7 +35,6 @@
"Can you confirm that you will follow the Fil+ guideline (Data owner should engage at least 4 SPs and no single SP ID should receive >30% of a client's allocated DataCap)": { "type": "string" }
},
"required": [
"Project Id",
"Brief history of your project and organization",
"Is this project associated with other projects/ecosystem stakeholders?",
"Describe the data being stored onto Filecoin",
Expand Down

0 comments on commit 27335d0

Please sign in to comment.