{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateRepoInput", "title": "CreateRepoInput", "type": "object", "properties": { "repo_full_name": { "type": "string" }, "repo_external_id": { "type": "integer", "nullable": true } }, "required": [ "repo_full_name" ] }