-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend demo
project schema attribute to allow multiple URLs
#778
Comments
@arkid15r Can u assign it to me? |
@arkid15r Can I please take this issue ? I would bring out a solution soon. |
@Rushhaabhhh you qualify for the good first issue (1-3 PRs) at this time 👍 |
@arkid15r please assign this issue to me. |
The good first issues are for newcomers only. |
Okay, Actually you mentioned this issue for me in the slack. that's why i commented. |
I don't see who has how many contribution in Slack, sorry 🤷♂ |
could i work on this issue? |
Approach for Implementing ObjectiveEnhance the project schema by adding an optional Proposed Schema UpdateThe Updated Schema Definition:"demo": {
"description": "Optional URLs to project demos.",
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"minItems": 1,
"uniqueItems": true
} Implementation Plan
Expected Outcome
Let me know if any modifications are needed. Looking forward to your feedback! |
could I work on this issue? @arkid15r |
Describe the solution you'd like
Extend
demo
schema from string to an array. Keep it still optional but if present it must contain at least 1 item.The text was updated successfully, but these errors were encountered: