{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/github/repo/releases.json","title":"github/repo/releases data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"_warnings":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array","null"],"items":{}},"count":{"description":"Number of records in this response, not lifetime or total matches.","type":["number","null"]},"cursor":{"description":"Opaque next-page token; pass it back unchanged. Null does not prove complete history.","type":["string","null"]},"dropped":{"description":"Optional dropped supplied by this operation. Null means unknown.","type":["number","null"]},"items":{"description":"Returned records. Source coverage and completeness vary.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":"object","properties":{"assets":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array","null"],"items":{}},"author":{"description":"Public author information supplied with this record.","type":["string","null"]},"created_at":{"description":"Source creation time, not the API retrieval time.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["number","null"]},"is_draft":{"description":"Optional is draft supplied by this operation. Null means unknown.","type":["boolean","null"]},"is_prerelease":{"description":"Optional is prerelease supplied by this operation. Null means unknown.","type":["boolean","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"notes":{"description":"Optional notes supplied by this operation. Null means unknown.","type":["string","null"]},"published_at":{"description":"Source publication time when available.","type":["string","null"]},"tag":{"description":"Optional tag supplied by this operation. Null means unknown.","type":["string","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["assets"],"properties":{"assets":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array"],"items":{}}}},{"required":["author"],"properties":{"author":{"description":"Public author information supplied with this record.","type":["string"],"minLength":1}}},{"required":["created_at"],"properties":{"created_at":{"description":"Source creation time, not the API retrieval time.","type":["string"],"minLength":1}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["number"]}}},{"required":["is_draft"],"properties":{"is_draft":{"description":"Optional is draft supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["is_prerelease"],"properties":{"is_prerelease":{"description":"Optional is prerelease supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["name"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["notes"],"properties":{"notes":{"description":"Optional notes supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["published_at"],"properties":{"published_at":{"description":"Source publication time when available.","type":["string"],"minLength":1}}},{"required":["tag"],"properties":{"tag":{"description":"Optional tag supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}}]}]}}},"additionalProperties":true,"required":["items"],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"_warnings":[],"count":0,"cursor":null,"dropped":0,"items":[{"assets":[],"author":"example","created_at":"2026-09-01T12:00:00Z","id":0,"is_draft":false,"is_prerelease":false,"name":"example","notes":"example","published_at":"2026-09-01T12:00:00Z","tag":"example","url":"https://example.com/example"}]}]}