{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Script", "title": "Script", "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "content": { "type": "string" }, "created": { "type": "string", "format": "date-time" }, "modified": { "type": "string", "format": "date-time" } } }