{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/wikimedia/refs/heads/main/json-schema/editor.json", "title": "editor", "description": "Schema for editor from the Wikimedia Enterprise API", "properties": { "date_started": { "type": "string" }, "edit_count": { "type": "integer" }, "groups": { "items": { "type": "string" }, "type": "array" }, "identifier": { "type": "integer" }, "is_anonymous": { "type": "boolean" }, "is_bot": { "type": "boolean" }, "name": { "type": "string" } }, "type": "object" }