eslint-plugin-json-schema-validator
Version:
ESLint plugin that validates data using JSON Schema Validator.
1 lines • 17.2 kB
JSON
{"title":"JSON schema for Expo SDK 40 app manifest","$schema":"http://json-schema.org/draft-04/schema#","type":"object","additionalProperties":false,"required":["expo"],"properties":{"expo":{"definitions":{"Android":{"type":"object","properties":{"enableDangerousExperimentalLeanBuilds":{"type":"boolean"},"publishManifestPath":{"type":"string"},"publishBundlePath":{"type":"string"},"package":{"type":"string","pattern":"^[a-zA-Z][a-zA-Z0-9_]*(\\.[a-zA-Z][a-zA-Z0-9_]*)+$"},"versionCode":{"type":"integer"},"backgroundColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"userInterfaceStyle":{"type":"string","enum":["light","dark","automatic"]},"useNextNotificationsApi":{"type":"boolean"},"icon":{"type":"string"},"adaptiveIcon":{"type":"object","properties":{"foregroundImage":{"type":"string"},"backgroundImage":{"type":"string"},"backgroundColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"}},"additionalProperties":false},"playStoreUrl":{"pattern":"^https://play\\.google\\.com/"},"permissions":{"type":"array","items":{"type":"string"}},"googleServicesFile":{"type":"string"},"config":{"type":"object","properties":{"branch":{"type":"object","properties":{"apiKey":{"type":"string"}},"additionalProperties":false},"googleMaps":{"type":"object","properties":{"apiKey":{"type":"string"}},"additionalProperties":false},"googleMobileAdsAppId":{"type":"string"},"googleMobileAdsAutoInit":{"type":"boolean"},"googleSignIn":{"deprecated":true,"type":"object","properties":{"apiKey":{"type":"string"},"certificateHash":{"type":"string"}},"additionalProperties":false}},"additionalProperties":false},"splash":{"type":"object","properties":{"backgroundColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"resizeMode":{"enum":["cover","contain","native"],"type":"string"},"image":{"type":"string"},"mdpi":{"type":"string"},"hdpi":{"type":"string"},"xhdpi":{"type":"string"},"xxhdpi":{"type":"string"},"xxxhdpi":{"type":"string"}}},"intentFilters":{"type":"array","uniqueItems":true,"items":{"type":"object","properties":{"autoVerify":{"type":"boolean"},"action":{"type":"string"},"data":{"anyOf":[{"type":"object","properties":{"scheme":{"type":"string"},"host":{"type":"string"},"port":{"type":"string"},"path":{"type":"string"},"pathPattern":{"type":"string"},"pathPrefix":{"type":"string"},"mimeType":{"type":"string"}},"additionalProperties":false},{"type":["array"],"items":{"type":"object","properties":{"scheme":{"type":"string"},"host":{"type":"string"},"port":{"type":"string"},"path":{"type":"string"},"pathPattern":{"type":"string"},"pathPrefix":{"type":"string"},"mimeType":{"type":"string"}},"additionalProperties":false}}]},"category":{"anyOf":[{"type":["string"]},{"type":"array","items":{"type":"string"}}]}},"additionalProperties":false,"required":["action"]}},"allowBackup":{"type":"boolean"},"softwareKeyboardLayoutMode":{"enum":["resize","pan"],"type":"string"}},"additionalProperties":false},"AndroidIntentFiltersData":{"type":"object","properties":{"scheme":{"type":"string"},"host":{"type":"string"},"port":{"type":"string"},"path":{"type":"string"},"pathPattern":{"type":"string"},"pathPrefix":{"type":"string"},"mimeType":{"type":"string"}},"additionalProperties":false},"IOS":{"type":"object","properties":{"publishManifestPath":{"type":"string"},"publishBundlePath":{"type":"string"},"bundleIdentifier":{"type":"string","pattern":"^[a-zA-Z][a-zA-Z0-9\\-\\.]+$"},"buildNumber":{"type":"string","pattern":"^[A-Za-z0-9\\.]+$"},"backgroundColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"icon":{"type":"string"},"merchantId":{"type":"string"},"appStoreUrl":{"pattern":"^https://(itunes|apps)\\.apple\\.com/.*?\\d+"},"config":{"type":"object","properties":{"branch":{"type":"object","properties":{"apiKey":{"type":"string"}},"additionalProperties":false},"usesNonExemptEncryption":{"type":"boolean"},"googleMapsApiKey":{"type":"string"},"googleMobileAdsAppId":{"type":"string"},"googleMobileAdsAutoInit":{"type":"boolean"},"googleSignIn":{"type":"object","properties":{"reservedClientId":{"type":"string"}},"additionalProperties":false}},"additionalProperties":false},"isRemoteJSEnabled":{"type":"boolean"},"googleServicesFile":{"type":"string"},"loadJSInBackgroundExperimental":{"type":"boolean"},"supportsTablet":{"type":"boolean"},"isTabletOnly":{"type":"boolean"},"requireFullScreen":{"type":"boolean"},"userInterfaceStyle":{"type":"string","enum":["light","dark","automatic"]},"infoPlist":{"type":"object","properties":{},"additionalProperties":true},"entitlements":{"type":"object","properties":{},"additionalProperties":true},"associatedDomains":{"type":"array","uniqueItems":true,"items":{"type":"string"}},"usesIcloudStorage":{"type":"boolean"},"usesAppleSignIn":{"type":"boolean"},"accessesContactNotes":{"type":"boolean"},"splash":{"type":"object","properties":{"xib":{"type":"string"},"backgroundColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"resizeMode":{"enum":["cover","contain"],"type":"string"},"image":{"type":"string"},"tabletImage":{"type":"string"},"userInterfaceStyle":{"type":"string","enum":["light","dark","automatic"]}}}},"additionalProperties":false},"Splash":{"type":"object","properties":{"backgroundColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"resizeMode":{"enum":["cover","contain"],"type":"string"},"image":{"type":"string"}}},"PublishHook":{"type":"object","additionalProperties":true,"properties":{"file":{"type":"string"},"config":{"type":"object","additionalProperties":true,"properties":{}}}},"Web":{"type":"object","additionalProperties":true,"properties":{"favicon":{"type":"string"},"name":{"type":"string"},"shortName":{"type":"string"},"lang":{"type":"string"},"scope":{"type":"string"},"themeColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"description":{"type":"string"},"dir":{"enum":["auto","ltr","rtl"],"type":"string"},"display":{"enum":["fullscreen","standalone","minimal-ui","browser"],"type":"string"},"startUrl":{"type":"string"},"orientation":{"enum":["any","natural","landscape","landscape-primary","landscape-secondary","portrait","portrait-primary","portrait-secondary"],"type":"string"},"backgroundColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"barStyle":{"enum":["default","black","black-translucent"],"type":"string"},"preferRelatedApplications":{"type":"boolean"},"dangerous":{"type":"object","properties":{},"additionalProperties":true},"splash":{"type":"object","properties":{"backgroundColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"resizeMode":{"enum":["cover","contain"],"type":"string"},"image":{"type":"string"}}},"config":{"type":"object","properties":{"firebase":{"type":"object","properties":{"apiKey":{"type":"string"},"authDomain":{"type":"string"},"databaseURL":{"type":"string"},"projectId":{"type":"string"},"storageBucket":{"type":"string"},"messagingSenderId":{"type":"string"},"appId":{"type":"string"},"measurementId":{"type":"string"}}}}}}}},"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"slug":{"type":"string","pattern":"^[a-zA-Z0-9_\\-]+$"},"owner":{"type":"string","minLength":1},"privacy":{"enum":["public","unlisted","hidden"],"type":"string"},"sdkVersion":{"type":"string","pattern":"^(\\d+\\.\\d+\\.\\d+)|(UNVERSIONED)$"},"runtimeVersion":{"type":"string","pattern":"^[0-9.]+$"},"version":{"type":"string"},"platforms":{"uniqueItems":true,"items":{"type":"string","enum":["android","ios","web"]}},"githubUrl":{"pattern":"^https://github\\.com/"},"orientation":{"enum":["default","portrait","landscape"],"type":"string"},"userInterfaceStyle":{"type":"string","enum":["light","dark","automatic"]},"backgroundColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"primaryColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"icon":{"type":"string"},"notification":{"type":"object","properties":{"icon":{"type":"string"},"color":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"iosDisplayInForeground":{"type":"boolean"},"androidMode":{"enum":["default","collapse"],"type":"string"},"androidCollapsedTitle":{"type":"string"}},"additionalProperties":false},"appKey":{"type":"string"},"androidStatusBarColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"androidStatusBar":{"type":"object","properties":{"barStyle":{"type":"string","enum":["light-content","dark-content"]},"backgroundColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"hidden":{"type":"boolean"},"translucent":{"type":"boolean"}},"additionalProperties":false},"androidNavigationBar":{"type":"object","properties":{"visible":{"type":"string","enum":["leanback","immersive","sticky-immersive"]},"barStyle":{"type":"string","enum":["light-content","dark-content"]},"backgroundColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"}},"additionalProperties":false},"developmentClient":{"type":"object","properties":{"silentLaunch":{"type":"boolean"}},"additionalProperties":false},"scheme":{"type":"string","pattern":"^[a-z][a-z0-9+.-]*$"},"entryPoint":{"type":"string"},"extra":{"type":"object","properties":{},"additionalProperties":true},"rnCliPath":{"type":"string"},"packagerOpts":{"type":"object","properties":{},"additionalProperties":true},"ignoreNodeModulesValidation":{"type":"boolean"},"nodeModulesPath":{"type":"string"},"updates":{"type":"object","properties":{"enabled":{"type":"boolean"},"checkAutomatically":{"enum":["ON_ERROR_RECOVERY","ON_LOAD"],"type":"string"},"fallbackToCacheTimeout":{"type":"number","minimum":0,"maximum":300000}},"additionalProperties":false},"locales":{"type":"object","properties":{},"additionalProperties":{"type":["string","object"]}},"facebookAppId":{"type":"string","pattern":"^[0-9]+$"},"facebookAutoInitEnabled":{"type":"boolean"},"facebookAutoLogAppEventsEnabled":{"type":"boolean"},"facebookAdvertiserIDCollectionEnabled":{"type":"boolean"},"facebookDisplayName":{"type":"string"},"facebookScheme":{"type":"string","pattern":"^fb[0-9]+[A-Za-z]*$"},"isDetached":{"type":"boolean"},"detach":{"type":"object","properties":{},"additionalProperties":true},"assetBundlePatterns":{"type":"array","items":{"type":"string"}},"splash":{"type":"object","properties":{"backgroundColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"resizeMode":{"enum":["cover","contain"],"type":"string"},"image":{"type":"string"}}},"ios":{"type":"object","properties":{"publishManifestPath":{"type":"string"},"publishBundlePath":{"type":"string"},"bundleIdentifier":{"type":"string","pattern":"^[a-zA-Z][a-zA-Z0-9\\-\\.]+$"},"buildNumber":{"type":"string","pattern":"^[A-Za-z0-9\\.]+$"},"backgroundColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"icon":{"type":"string"},"merchantId":{"type":"string"},"appStoreUrl":{"pattern":"^https://(itunes|apps)\\.apple\\.com/.*?\\d+"},"config":{"type":"object","properties":{"branch":{"type":"object","properties":{"apiKey":{"type":"string"}},"additionalProperties":false},"usesNonExemptEncryption":{"type":"boolean"},"googleMapsApiKey":{"type":"string"},"googleMobileAdsAppId":{"type":"string"},"googleMobileAdsAutoInit":{"type":"boolean"},"googleSignIn":{"type":"object","properties":{"reservedClientId":{"type":"string"}},"additionalProperties":false}},"additionalProperties":false},"isRemoteJSEnabled":{"type":"boolean"},"googleServicesFile":{"type":"string"},"loadJSInBackgroundExperimental":{"type":"boolean"},"supportsTablet":{"type":"boolean"},"isTabletOnly":{"type":"boolean"},"requireFullScreen":{"type":"boolean"},"userInterfaceStyle":{"type":"string","enum":["light","dark","automatic"]},"infoPlist":{"type":"object","properties":{},"additionalProperties":true},"entitlements":{"type":"object","properties":{},"additionalProperties":true},"associatedDomains":{"type":"array","uniqueItems":true,"items":{"type":"string"}},"usesIcloudStorage":{"type":"boolean"},"usesAppleSignIn":{"type":"boolean"},"accessesContactNotes":{"type":"boolean"},"splash":{"type":"object","properties":{"xib":{"type":"string"},"backgroundColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"resizeMode":{"enum":["cover","contain"],"type":"string"},"image":{"type":"string"},"tabletImage":{"type":"string"},"userInterfaceStyle":{"type":"string","enum":["light","dark","automatic"]}}}},"additionalProperties":false},"android":{"type":"object","properties":{"enableDangerousExperimentalLeanBuilds":{"type":"boolean"},"publishManifestPath":{"type":"string"},"publishBundlePath":{"type":"string"},"package":{"type":"string","pattern":"^[a-zA-Z][a-zA-Z0-9_]*(\\.[a-zA-Z][a-zA-Z0-9_]*)+$"},"versionCode":{"type":"integer"},"backgroundColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"userInterfaceStyle":{"type":"string","enum":["light","dark","automatic"]},"useNextNotificationsApi":{"type":"boolean"},"icon":{"type":"string"},"adaptiveIcon":{"type":"object","properties":{"foregroundImage":{"type":"string"},"backgroundImage":{"type":"string"},"backgroundColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"}},"additionalProperties":false},"playStoreUrl":{"pattern":"^https://play\\.google\\.com/"},"permissions":{"type":"array","items":{"type":"string"}},"googleServicesFile":{"type":"string"},"config":{"type":"object","properties":{"branch":{"type":"object","properties":{"apiKey":{"type":"string"}},"additionalProperties":false},"googleMaps":{"type":"object","properties":{"apiKey":{"type":"string"}},"additionalProperties":false},"googleMobileAdsAppId":{"type":"string"},"googleMobileAdsAutoInit":{"type":"boolean"},"googleSignIn":{"deprecated":true,"type":"object","properties":{"apiKey":{"type":"string"},"certificateHash":{"type":"string"}},"additionalProperties":false}},"additionalProperties":false},"splash":{"type":"object","properties":{"backgroundColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"resizeMode":{"enum":["cover","contain","native"],"type":"string"},"image":{"type":"string"},"mdpi":{"type":"string"},"hdpi":{"type":"string"},"xhdpi":{"type":"string"},"xxhdpi":{"type":"string"},"xxxhdpi":{"type":"string"}}},"intentFilters":{"type":"array","uniqueItems":true,"items":{"type":"object","properties":{"autoVerify":{"type":"boolean"},"action":{"type":"string"},"data":{"anyOf":[{"type":"object","properties":{"scheme":{"type":"string"},"host":{"type":"string"},"port":{"type":"string"},"path":{"type":"string"},"pathPattern":{"type":"string"},"pathPrefix":{"type":"string"},"mimeType":{"type":"string"}},"additionalProperties":false},{"type":["array"],"items":{"type":"object","properties":{"scheme":{"type":"string"},"host":{"type":"string"},"port":{"type":"string"},"path":{"type":"string"},"pathPattern":{"type":"string"},"pathPrefix":{"type":"string"},"mimeType":{"type":"string"}},"additionalProperties":false}}]},"category":{"anyOf":[{"type":["string"]},{"type":"array","items":{"type":"string"}}]}},"additionalProperties":false,"required":["action"]}},"allowBackup":{"type":"boolean"},"softwareKeyboardLayoutMode":{"enum":["resize","pan"],"type":"string"}},"additionalProperties":false},"web":{"type":"object","additionalProperties":true,"properties":{"favicon":{"type":"string"},"name":{"type":"string"},"shortName":{"type":"string"},"lang":{"type":"string"},"scope":{"type":"string"},"themeColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"description":{"type":"string"},"dir":{"enum":["auto","ltr","rtl"],"type":"string"},"display":{"enum":["fullscreen","standalone","minimal-ui","browser"],"type":"string"},"startUrl":{"type":"string"},"orientation":{"enum":["any","natural","landscape","landscape-primary","landscape-secondary","portrait","portrait-primary","portrait-secondary"],"type":"string"},"backgroundColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"barStyle":{"enum":["default","black","black-translucent"],"type":"string"},"preferRelatedApplications":{"type":"boolean"},"dangerous":{"type":"object","properties":{},"additionalProperties":true},"splash":{"type":"object","properties":{"backgroundColor":{"type":"string","pattern":"^(?:#|(#))[0-9a-fA-F]{6}$"},"resizeMode":{"enum":["cover","contain"],"type":"string"},"image":{"type":"string"}}},"config":{"type":"object","properties":{"firebase":{"type":"object","properties":{"apiKey":{"type":"string"},"authDomain":{"type":"string"},"databaseURL":{"type":"string"},"projectId":{"type":"string"},"storageBucket":{"type":"string"},"messagingSenderId":{"type":"string"},"appId":{"type":"string"},"measurementId":{"type":"string"}}}}}}},"hooks":{"type":"object","additionalProperties":false,"properties":{"postPublish":{"type":"array","items":{"type":"object","additionalProperties":true,"properties":{"file":{"type":"string"},"config":{"type":"object","additionalProperties":true,"properties":{}}}}},"postExport":{"type":"array","items":{"type":"object","additionalProperties":true,"properties":{"file":{"type":"string"},"config":{"type":"object","additionalProperties":true,"properties":{}}}}}}},"experiments":{"type":"object","additionalProperties":false,"properties":{"turboModules":{"type":"boolean"}}}},"additionalProperties":false,"required":["name","slug"]}}}