{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GithubMissingPublishingSecretsResponse", "title": "GithubMissingPublishingSecretsResponse", "description": "A valid response containing MISSING publishing secret keys for a github target", "type": "object", "properties": { "missing_secrets": { "type": "array", "items": { "type": "string" } } } }