You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/src/ecosystem_scripts/schema.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@
207
207
"type": "string"
208
208
},
209
209
"contact": {
210
-
"description": "Point of contact for this package. This does not need to be the full list of maintainers, but whoever feels responsible for this metadata entry and serves as a point of contact for scverse. Entries must be Github user IDs.",
210
+
"description": "Point of contact for this package. Does not need to be the full list of maintainers. Entries must be Github user IDs.",
211
211
"type": "array",
212
212
"items": {
213
213
"type": "string"
@@ -216,7 +216,7 @@
216
216
"uniqueItems": true
217
217
},
218
218
"logo": {
219
-
"description": "Path to the logo (relative to meta.yaml). Should be either logo.png, logo.webp, or logo.svg. In case of a PNG image, it must fit in a bounding box of 512x512px and one dimention must be exactly 512px.",
219
+
"description": "Path to the logo (relative to meta.yaml). Should be either logo.png, logo.webp, or logo.svg. In case of a PNG image, it must fit in a bounding box of 512x512px and one dimension must be exactly 512px.",
0 commit comments