-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathapp-spec-schema.json
More file actions
1 lines (1 loc) · 1.49 KB
/
app-spec-schema.json
File metadata and controls
1 lines (1 loc) · 1.49 KB
1
{"$ref":"#/definitions/appSpec","definitions":{"appSpec":{"type":"object","properties":{"$schema":{"type":"string"},"id":{"type":"string","minLength":1,"maxLength":50,"pattern":"^[a-z0-9](?:[a-z0-9.-]*[a-z0-9])?$"},"url":{"type":"string","format":"uri"},"manifestUrl":{"type":"string","format":"uri"},"features":{"type":"array","items":{"type":"string","enum":["open-source","mobile","desktop","auth","offline","data-collection"]}},"githubUrl":{"type":"string","format":"uri","pattern":"^https\\:\\/\\/github\\.com\\/"},"gitlabUrl":{"type":"string","format":"uri","pattern":"^https\\:\\/\\/gitlab\\.com\\/"},"syncGitHubReleases":{"type":"boolean"},"privacyPolicyUrl":{"type":"string","format":"uri"},"termsAndConditionsUrl":{"type":"string","format":"uri"},"categories":{"type":"array","items":{"type":"string","enum":["news","social","chat","messenger","messaging","entertainment","video","movies","tv","streaming","utilities","tool","tools","utility","productivity","work","business","office","education","games","game","gaming","music","audio","sound","development","code","coding","program","programming","developer","developers","lifestyle","photo","travel","trip","health","books"]}},"author":{"type":"string","minLength":1,"maxLength":30},"authorUrl":{"type":"string","format":"uri"},"accentColor":{"type":"string"},"updatedDate":{"type":"string","format":"date"}},"required":["$schema","id","url","features","author","updatedDate"],"additionalProperties":false}},"$schema":"http://json-schema.org/draft-07/schema#"}