{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GithubCheckApp", "title": "GithubCheckApp", "type": "object", "properties": { "name": { "type": "string", "maxLength": 152133 } }, "required": [ "name" ] }