{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "StoryLinks", "properties": { "canonical": { "description": "The story canonical URL", "type": "string" }, "permalink": { "description": "The story permalink URL", "type": "string" }, "related_stories": { "description": "The related stories URL", "type": "string" }, "clusters": { "description": "The clusters endpoint URL for this story", "type": "string" } }, "type": "object" }