mirror of
https://github.com/xtool-org/xtool.git
synced 2026-02-04 11:53:30 +01:00
23 lines
631 B
YAML
23 lines
631 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]
|