{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/snippet", "title": "snippet", "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "site_id": { "type": "string" }, "title": { "type": "string" }, "general": { "type": "string" }, "general_position": { "type": "string" }, "goal": { "type": "string" }, "goal_position": { "type": "string" } } }