structure: android: type: directory contents: assets: type: directory res: type: directory android_config.json: type: file validations: - type: valid_json - type: json_schema schema_path: platform/android/android_config.json android_signing.json: type: file validations: - type: valid_json - type: json_schema schema_path: platform/android/android_signing.json ios: type: directory contents: assets: type: directory ios_config.json: type: file validations: - type: valid_json - type: json_schema schema_path: platform/ios/ios_config.json ios_signing.json: type: file validations: - type: valid_json - type: json_schema schema_path: platform/ios/ios_signing.json shared: type: directory contents: brand_config.json: type: file validations: - type: valid_json theme.json: type: file validations: - type: valid_json - type: json_schema schema_path: platform/shared/theme.json strict: false