{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/reddit/subreddit/details.json","title":"reddit/subreddit/details 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":{}},"category":{"description":"Optional category supplied by this operation. Null means unknown.","type":["string","null"]},"created_at":{"description":"Source creation time, not the API retrieval time.","type":["string","null"]},"description":{"description":"Source description; null or absent means not supplied.","type":["string","null"]},"icon_url":{"description":"Optional icon url supplied by this operation. Null means unknown.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"language":{"description":"Optional language supplied by this operation. Null means unknown.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"over_18":{"description":"Optional over 18 supplied by this operation. Null means unknown.","type":["boolean","null"]},"subscribers":{"description":"Optional subscribers supplied by this operation. Null means unknown.","type":["number","null"]},"title":{"description":"Source title when supplied.","type":["string","null"]},"type":{"description":"Optional type 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":["category"],"properties":{"category":{"description":"Optional category supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["created_at"],"properties":{"created_at":{"description":"Source creation time, not the API retrieval time.","type":["string"],"minLength":1}}},{"required":["description"],"properties":{"description":{"description":"Source description; null or absent means not supplied.","type":["string"],"minLength":1}}},{"required":["icon_url"],"properties":{"icon_url":{"description":"Optional icon url supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["language"],"properties":{"language":{"description":"Optional language supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["name"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["over_18"],"properties":{"over_18":{"description":"Optional over 18 supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["subscribers"],"properties":{"subscribers":{"description":"Optional subscribers supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["title"],"properties":{"title":{"description":"Source title when supplied.","type":["string"],"minLength":1}}},{"required":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"_warnings":[],"category":"example","created_at":"2026-09-01T12:00:00Z","description":"example","icon_url":"https://example.com/example","id":"example","language":"example","name":"example","over_18":false,"subscribers":0,"title":"example","type":"example","url":"https://example.com/example"}]}