{ "type": "object", "name": "Info", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "version": { "type": "string" } }, "required": [ "title", "description", "version" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }