{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CloneExtension", "description": "", "type": "object", "properties": { "name": { "type": "string", "maxLength": 255 } } }