Product pillar · v0.14.1
product-platform-config Product Platform Config
Per-platform launch configuration — splash colour, adaptive icon set, URL scheme, deep links, and universal links — for iOS, Android, and Web. The values that ship into Info.plist, AndroidManifest.xml, and the web app manifest. Optional per platform; only platforms the product targets need to be filled. Scope: one per product. Lives at `product/platform-config.yaml`.
$id · https://corpospec.com/schemas/v0.14.1/product-platform-config.schema.json
Fields
| Field | Type | Required | Description |
|---|---|---|---|
| android | AndroidConfig? | — | |
| id | PathRef? | — | PathRef of this record (conventionally `product/platform-config`). |
| ios | IosConfig? | — | |
| web | WebConfig? | — |
Definitions
Shared types referenced within this schema.
AndroidConfig
type: object
IosConfig
type: object
PathRef
Path-based cross-reference relative to .corpospec/ root.
Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
pattern: ^[a-z0-9_-]+(/[a-z0-9_.-]+)+$
WebConfig
type: object
Reference in your YAML
# yaml-language-server: $schema=https://corpospec.com/schemas/v0.14.1/product-platform-config.schema.json