{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ScrollProperties", "title": "ScrollProperties", "type": "object", "properties": { "percentage": { "type": "integer", "example": 30, "default": 30 } } }