Skip to content

Commit 7ccb985

Browse files
authored
feat(cat-voices): set maxLength for dependencyDetail (#2562)
* feat: set maxLength * feat: adding changelog
1 parent 89c80bf commit 7ccb985

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/src/architecture/08_concepts/document_templates/proposal/F14-Generic/0ce8ab38-9258-4fbc-a62e-7faa6e58318f.schema.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"description": "Schema for the F14 Catalyst Proposal Submission Form",
66
"maintainers": [{ "name": "Catalyst Team", "url": "https://projectcatalyst.io/" }],
77
"x-changelog": {
8+
"2025-05-15": [
9+
"Setting maxLength for Dependency description"
10+
],
811
"2025-04-22": [
912
"Updated schema to make optional text fields mandatory.",
1013
"Assigned title to theme property.",
@@ -475,7 +478,8 @@
475478
"title": "Dependency description",
476479
"description": "Here you should list any dependencies and prerequisites for your project's success. These are usually external factors (such as third-party suppliers, external resources, third-party software, etc.) that may cause a delay, since a project has less control over them. In case of third party software, indicate whether you have the necessary licenses and permission to use such software.",
477480
"x-guidance": "If YES, please describe what the dependency is and why you believe it is essential for your project's delivery. If NO, please write \"No dependencies\"",
478-
"x-placeholder": "Describe any dependencies or write 'No dependencies'."
481+
"x-placeholder": "Describe any dependencies or write 'No dependencies'.",
482+
"maxLength": 10240
479483
}
480484
}
481485
},
@@ -1211,4 +1215,4 @@
12111215
"pitch",
12121216
"agreements"
12131217
]
1214-
}
1218+
}

0 commit comments

Comments
 (0)