Files
wehub-resource-sync 327604cc89
Rebuild Cookbook Website / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:41:49 +08:00

26 lines
528 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"patternProperties": {
"^.*$": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"website": {
"type": "string",
"format": "uri"
},
"avatar": {
"type": "string",
"format": "uri"
}
},
"required": ["name", "website", "avatar"],
"additionalProperties": false
}
},
"additionalProperties": false
}