Schema endpoint-patch.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Patch request schema for updating an existing endpoint.",
"properties": { },
"title": "Schema to modify an endpoint with new values.",
"type": "object"
}