17,514
edits
mNo edit summary |
mNo edit summary |
||
Line 43: | Line 43: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"fediverse softwares": {}, | "fediverse softwares": { | ||
"OSs": {}, | "description": "List of software projects the app is a client for.", | ||
"link 1": {}, | "example": "Mastodon, Friendica, Pixelfed", | ||
"store name 1": {}, | "type": "string", | ||
"link 2": {}, | "suggested": true | ||
"store name 2": {}, | }, | ||
"link 3": {}, | "OSs": { | ||
"store name 3": {}, | "description": "List of operating system the app runs on", | ||
"mastohandle": {}, | "example": "Android, iOS, GNU/Linux", | ||
"mastoinstance": {}, | "type": "string", | ||
"license link": {}, | "suggested": true | ||
"license": {}, | }, | ||
"git link": {}, | "link 1": { | ||
"git page": {}, | "description": "Link to first app store the app is available at", | ||
"active development": {}, | "type": "url", | ||
"mod tools": {} | "suggested": true | ||
}, | |||
"store name 1": { | |||
"description": "Name of first app store the app is available at.", | |||
"example": "F-Droid", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"link 2": { | |||
"description": "In case the app is available in another app store.", | |||
"type": "string" | |||
}, | |||
"store name 2": { | |||
"description": "In case the app is available in another app store.", | |||
"type": "string" | |||
}, | |||
"link 3": { | |||
"description": "In case the app is available in another app store.", | |||
"type": "string" | |||
}, | |||
"store name 3": { | |||
"description": "In case the app is available in another app store.", | |||
"type": "string" | |||
}, | |||
"mastohandle": { | |||
"description": "Handle of the official account of the app in the Fediverse.", | |||
"example": "@Tusky", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"mastoinstance": { | |||
"description": "Home instance of the official account of the app.", | |||
"example": "mastodon.social", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"license link": { | |||
"description": "Link to the license of the app.", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"license": { | |||
"description": "Short description of the license.", | |||
"example": "GNU GLP v3", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"git link": { | |||
"description": "Link to the repository", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"git page": { | |||
"description": "Name of the homepage of the repository", | |||
"example": "Github", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"active development": { | |||
"description": "Is the app under active development? Leave empty if unknown.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"yes", | |||
"no" | |||
], | |||
"suggested": true | |||
}, | |||
"mod tools": { | |||
"description": "Does the app have tools for moderators and admins? Leave empty if unknown", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"yes", | |||
"no" | |||
] | |||
}, | |||
"title": { | |||
"description": "Name of the app", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | }, | ||
"format": "inline" | "format": "inline" |