{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LLMSkillFileManifest", "title": "LLMSkillFileManifest", "type": "object", "properties": { "path": { "type": "string", "maxLength": 500 }, "content_type": { "type": "string", "maxLength": 100 } }, "required": [ "path" ] }