{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MethodSnapshot", "type": "object", "properties": { "authorizationType": { "type": "string" }, "apiKeyRequired": { "type": "boolean" } } }