Product pillar · v0.10.0
product-platform-config PlatformConfig
$id · https://corpospec.com/schemas/v0.10.0/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.10.0/product-platform-config.schema.json