{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Issue Archive", "description": "Numbered list of back-issues driven by a bucket query.", "type": "object", "properties": { "bucketSlug": { "type": "string", "title": "Issues Bucket", "description": "Bucket that holds the issue rows.", "x-editor": "bucket-picker" }, "limit": { "type": "integer", "title": "Limit", "description": "How many issues to render.", "x-editor": "number", "minimum": 1, "maximum": 50, "default": 12 } } }