[DEPRECATED: Use "cast" key instead]
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://neynar.com/schemas/CastId", "title": "CastId", "description": "[DEPRECATED: Use \"cast\" key instead]", "deprecated": true, "properties": { "fid": { "$ref": "#/components/schemas/Fid" }, "hash": { "type": "string" } }, "required": [ "fid", "hash" ], "type": "object" }