{"$schema":"http://json-schema.org/draft-07/schema#","$id":"https://majesticcore.dev/schemas/libraryResponse.schema.json","title":"LibraryResponse","description":"GET /library response shape.","x-endpoints":["GET /library"],"type":"object","required":["items","contract_version"],"properties":{"items":{"type":"array","items":{"$ref":"libraryMovieItem.schema.json"}},"contract_version":{"type":"string","description":"Wire contract version returned by server."},"system_warning":{"type":["string","null"]},"device":{"type":"string"},"health_summary":{"type":["string","null"],"description":"Pre-formatted summary e.g. '125 playable · 3 need review · 12 not playable'"}},"additionalProperties":false}