JsonPatch value should not be an object #3932
Labels
area/schemas
kind/bug
Something isn't working
priority/p3
agreed that this would be good to have, but no one is available at the moment.
Information
According to this
skaffold/docs/content/en/schemas/v2beta1.json
Line 1342 in 0a3254e
object
.This conflicts with the "official" definition of a json patch according to http://json.schemastore.org/json-patch.
Sometime when adding into a map it just needs to be a string or any other json object.
My Clion editor complains because of this
I would change it myself but I am not familiar with the policy on how far back we can change the json schemas or if we need to generate a new version for this change
The text was updated successfully, but these errors were encountered: