{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Prompt2025", "title": "Prompt2025", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "tags": { "items": { "type": "string" }, "type": "array" }, "created_at": { "type": "string" } }, "required": [ "id", "name", "tags", "created_at" ], "type": "object", "additionalProperties": false }