mirror of
https://github.com/xtool-org/xtool.git
synced 2026-02-04 11:53:30 +01:00
32 lines
880 B
YAML
32 lines
880 B
YAML
overlay: 1.0.0
|
|
info:
|
|
title: Overlay for App Store Connect API
|
|
version: 1.0.0
|
|
actions:
|
|
- target: '$.components.schemas.BundleIdCapabilityCreateRequest.properties.data.properties.relationships'
|
|
update:
|
|
properties:
|
|
capability:
|
|
type: object
|
|
properties:
|
|
data:
|
|
type: object
|
|
properties:
|
|
type:
|
|
type: string
|
|
enum: [capabilities]
|
|
id:
|
|
"$ref": "#/components/schemas/CapabilityType"
|
|
required: [id, type]
|
|
required: [data]
|
|
required: [capability]
|
|
- target: '$.components.schemas.Device.properties.attributes.properties.deviceClass'
|
|
update:
|
|
enum:
|
|
- APPLE_VISION_PRO
|
|
- target: '$.components.schemas.BundleIdPlatform'
|
|
update:
|
|
enum:
|
|
- SERVICES
|
|
- MACOS
|