{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "JsonFormatRef", "description": "An object that represents the key value pairs for the JSON.", "type": "object", "properties": { "key": {}, "value": {} }, "required": [ "key", "value" ] }