mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
8 lines
256 B
YAML
8 lines
256 B
YAML
type: object
|
|
description: A JSONPatch document as defined by [RFC 6902 - JSON Patch](https://tools.ietf.org/html/rfc6902)
|
|
properties:
|
|
operations:
|
|
description: Operations to be applied
|
|
type: array
|
|
items:
|
|
$ref: './JsonPatchOperation.yaml' |