{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://en.wikisource.org/api/rest_v1/schemas/list_write", "title": "list", "type": "object", "properties": { "name": { "type": "string", "example": "Planets" }, "description": { "type": "string", "example": "Planets of the Solar System" } }, "required": [ "name" ] }