{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PictureRequirement", "description": "Enables and configure the picture requirement.", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-picture-requirement-schema.json", "type": "object", "properties": { "enabled": { "type": "boolean", "description": "Marks the picture requirement as required.", "example": true } } }