{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "GitEntrypointsResponse", "type": "object", "required": [ "entrypoints" ], "properties": { "entrypoints": { "type": "array", "items": { "type": "string" } } } }