{"$schema":"https:\/\/json-schema.org\/draft-07\/schema","$id":"https:\/\/pitcms.net\/schema\/pitcms.schema.json","title":"pitcms.jsonc","description":"pitcms\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306e\u30b9\u30ad\u30fc\u30de","type":"object","required":["schemaVersion"],"additionalProperties":false,"properties":{"$schema":{"type":"string","description":"JSON Schema\u306eURL"},"schemaVersion":{"type":"integer","description":"\u8a2d\u5b9a\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30fc\u30b8\u30e7\u30f3","const":1},"collections":{"type":"array","description":"\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u5b9a\u7fa9","items":{"$ref":"#\/$defs\/collection"}},"media":{"type":"object","description":"\u30e1\u30c7\u30a3\u30a2\u30b9\u30c8\u30ec\u30fc\u30b8\u3092Git\u306b\u3059\u308b\u5834\u5408\u306e\u8a2d\u5b9a","additionalProperties":false,"properties":{"storagePath":{"type":"string","description":"\u30ea\u30dd\u30b8\u30c8\u30ea\u5185\u306e\u30e1\u30c7\u30a3\u30a2\u30d5\u30a1\u30a4\u30eb\u4fdd\u5b58\u30d1\u30b9","examples":["public\/images","assets\/uploads"]},"publicPath":{"type":"string","description":"\u30e1\u30c7\u30a3\u30a2\u30d5\u30a1\u30a4\u30eb\u306e\u516c\u958bURL\u30d1\u30b9","examples":["\/images","\/uploads"]}}}},"$defs":{"collection":{"type":"object","description":"\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u5b9a\u7fa9","required":["name","path","extension","fields"],"additionalProperties":false,"properties":{"name":{"type":"string","description":"\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u4e00\u610f\u306a\u8b58\u5225\u5b50","pattern":"^[a-zA-Z0-9][a-zA-Z0-9-]*$"},"label":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u540d\u524d"},"description":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u8aac\u660e"},"path":{"type":"string","description":"\u30ea\u30dd\u30b8\u30c8\u30ea\u5185\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9","examples":["content\/posts","src\/content\/authors"]},"extension":{"type":"string","description":"\u30b3\u30f3\u30c6\u30f3\u30c4\u30d5\u30a1\u30a4\u30eb\u306e\u62e1\u5f35\u5b50","enum":["md","json"],"default":"md"},"singleton":{"type":"boolean","description":"true\u306e\u5834\u5408\u3001\u5358\u4e00\u30d5\u30a1\u30a4\u30eb\u30b3\u30f3\u30c6\u30f3\u30c4\u3068\u3057\u3066\u6271\u3044\u307e\u3059\u3002https:\/\/pitcms.net\/docs\/collection#singleton","default":false},"generateFilename":{"type":"boolean","description":"true\u306e\u5834\u5408\u3001\u30e9\u30f3\u30c0\u30e0\u306a\u6587\u5b57\u5217\u3067\u30d5\u30a1\u30a4\u30eb\u540d\u3092\u81ea\u52d5\u751f\u6210\u3057\u3001\u30e6\u30fc\u30b6\u30fc\u306e\u5165\u529b\u3092\u30b9\u30ad\u30c3\u30d7\u3057\u307e\u3059","default":false},"fields":{"type":"array","description":"\u30d5\u30a3\u30fc\u30eb\u30c9\u5b9a\u7fa9","items":{"$ref":"#\/$defs\/field"},"minItems":1},"layout":{"$ref":"#\/$defs\/layout","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u4e0a\u3067\u306e\u30ec\u30a4\u30a2\u30a6\u30c8"},"pit":{"$ref":"#\/$defs\/pit","description":"CMS\u304cUI\u4e0a\u3067\u4f7f\u7528\u3059\u308b\u7279\u5225\u306a\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u30de\u30c3\u30d4\u30f3\u30b0"}}},"field":{"oneOf":[{"$ref":"#\/$defs\/textField"},{"$ref":"#\/$defs\/textareaField"},{"$ref":"#\/$defs\/richtextField"},{"$ref":"#\/$defs\/numberField"},{"$ref":"#\/$defs\/booleanField"},{"$ref":"#\/$defs\/dateField"},{"$ref":"#\/$defs\/imageField"},{"$ref":"#\/$defs\/selectField"},{"$ref":"#\/$defs\/checkboxField"},{"$ref":"#\/$defs\/relationField"},{"$ref":"#\/$defs\/loopField"}]},"textField":{"type":"object","additionalProperties":false,"required":["type","name"],"properties":{"type":{"const":"text"},"name":{"type":"string","description":"\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u8b58\u5225\u5b50","pattern":"^[a-zA-Z][a-zA-Z0-9_]*$"},"label":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u540d\u524d"},"note":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u88dc\u8db3\u30c6\u30ad\u30b9\u30c8"},"required":{"type":"boolean","description":"true\u306e\u5834\u5408\u3001\u5165\u529b\u304c\u306a\u3044\u3068\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093","default":false},"default":{"type":"string","description":"\u65b0\u898f\u4f5c\u6210\u6642\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024"},"minLength":{"type":"integer","description":"\u6700\u5c0f\u6587\u5b57\u6570","minimum":0},"maxLength":{"type":"integer","description":"\u6700\u5927\u6587\u5b57\u6570","minimum":1},"pattern":{"type":"string","description":"\u30d0\u30ea\u30c7\u30fc\u30b7\u30e7\u30f3\u7528\u306e\u6b63\u898f\u8868\u73fe\u30d1\u30bf\u30fc\u30f3"}}},"textareaField":{"type":"object","additionalProperties":false,"required":["type","name"],"properties":{"type":{"const":"textarea"},"name":{"type":"string","description":"\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u8b58\u5225\u5b50","pattern":"^[a-zA-Z][a-zA-Z0-9_]*$"},"label":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u540d\u524d"},"note":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u88dc\u8db3\u30c6\u30ad\u30b9\u30c8"},"required":{"type":"boolean","description":"true\u306e\u5834\u5408\u3001\u5165\u529b\u304c\u306a\u3044\u3068\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093","default":false},"default":{"type":"string","description":"\u65b0\u898f\u4f5c\u6210\u6642\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024"},"minLength":{"type":"integer","description":"\u6700\u5c0f\u6587\u5b57\u6570","minimum":0},"maxLength":{"type":"integer","description":"\u6700\u5927\u6587\u5b57\u6570","minimum":1},"ai":{"type":"array","description":"AI\u30c6\u30ad\u30b9\u30c8\u7de8\u96c6\u306e\u64cd\u4f5c\u4e00\u89a7\u3002\u5404\u8981\u7d20\u306f\u30d7\u30eb\u30c0\u30a6\u30f3\u30e1\u30cb\u30e5\u30fc\u306b\u8868\u793a\u3055\u308c\u308b\u64cd\u4f5c\u3092\u5b9a\u7fa9\u3057\u307e\u3059","items":{"$ref":"#\/$defs\/aiOperation"}}}},"richtextField":{"type":"object","additionalProperties":false,"required":["type","name"],"properties":{"type":{"const":"richtext"},"name":{"type":"string","description":"\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u8b58\u5225\u5b50","pattern":"^[a-zA-Z][a-zA-Z0-9_]*$"},"label":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u540d\u524d"},"note":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u88dc\u8db3\u30c6\u30ad\u30b9\u30c8"},"required":{"type":"boolean","description":"true\u306e\u5834\u5408\u3001\u5165\u529b\u304c\u306a\u3044\u3068\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093","default":false},"disabledFeatures":{"type":"array","description":"\u30a8\u30c7\u30a3\u30bf\u3067\u7121\u52b9\u306b\u3059\u308b\u6a5f\u80fd","items":{"type":"string","enum":["heading","heading1","heading2","heading3","heading4","heading5","bulletList","orderedList","taskList","blockquote","codeBlock","horizontalRule","image","bold","italic","underline","strike","code","highlight","link"]},"uniqueItems":true},"ai":{"type":"array","description":"AI\u30c6\u30ad\u30b9\u30c8\u7de8\u96c6\u306e\u64cd\u4f5c\u4e00\u89a7\u3002\u5404\u8981\u7d20\u306f\u30d7\u30eb\u30c0\u30a6\u30f3\u30e1\u30cb\u30e5\u30fc\u306b\u8868\u793a\u3055\u308c\u308b\u64cd\u4f5c\u3092\u5b9a\u7fa9\u3057\u307e\u3059","items":{"$ref":"#\/$defs\/aiOperation"}}}},"numberField":{"type":"object","additionalProperties":false,"required":["type","name"],"properties":{"type":{"const":"number"},"name":{"type":"string","description":"\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u8b58\u5225\u5b50","pattern":"^[a-zA-Z][a-zA-Z0-9_]*$"},"label":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u540d\u524d"},"note":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u88dc\u8db3\u30c6\u30ad\u30b9\u30c8"},"required":{"type":"boolean","description":"true\u306e\u5834\u5408\u3001\u5165\u529b\u304c\u306a\u3044\u3068\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093","default":false},"default":{"type":"number","description":"\u65b0\u898f\u4f5c\u6210\u6642\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024"},"min":{"type":"number","description":"\u6700\u5c0f\u5024"},"max":{"type":"number","description":"\u6700\u5927\u5024"}}},"booleanField":{"type":"object","additionalProperties":false,"required":["type","name"],"properties":{"type":{"const":"boolean"},"name":{"type":"string","description":"\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u8b58\u5225\u5b50","pattern":"^[a-zA-Z][a-zA-Z0-9_]*$"},"label":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u540d\u524d"},"note":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u88dc\u8db3\u30c6\u30ad\u30b9\u30c8"},"required":{"type":"boolean","description":"true\u306e\u5834\u5408\u3001\u5165\u529b\u304c\u306a\u3044\u3068\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093","default":false},"default":{"type":"boolean","description":"\u65b0\u898f\u4f5c\u6210\u6642\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024"}}},"dateField":{"type":"object","additionalProperties":false,"required":["type","name"],"properties":{"type":{"const":"date"},"name":{"type":"string","description":"\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u8b58\u5225\u5b50","pattern":"^[a-zA-Z][a-zA-Z0-9_]*$"},"label":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u540d\u524d"},"note":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u88dc\u8db3\u30c6\u30ad\u30b9\u30c8"},"required":{"type":"boolean","description":"true\u306e\u5834\u5408\u3001\u5165\u529b\u304c\u306a\u3044\u3068\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093","default":false},"default":{"type":"string","description":"\u65b0\u898f\u4f5c\u6210\u6642\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\uff08ISO 8601\u5f62\u5f0f\u307e\u305f\u306f 'now'\uff09"},"includeTime":{"type":"boolean","description":"\u6642\u523b\u30d4\u30c3\u30ab\u30fc\u3092\u542b\u3081\u308b\u304b\u3069\u3046\u304b","default":false}}},"imageField":{"type":"object","additionalProperties":false,"required":["type","name"],"properties":{"type":{"const":"image"},"name":{"type":"string","description":"\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u8b58\u5225\u5b50","pattern":"^[a-zA-Z][a-zA-Z0-9_]*$"},"label":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u540d\u524d"},"note":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u88dc\u8db3\u30c6\u30ad\u30b9\u30c8"},"required":{"type":"boolean","description":"true\u306e\u5834\u5408\u3001\u5165\u529b\u304c\u306a\u3044\u3068\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093","default":false},"options":{"type":"object","description":"\u753b\u50cf\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u30aa\u30d7\u30b7\u30e7\u30f3","additionalProperties":false,"properties":{"maxSizeBytes":{"type":"integer","description":"\u6700\u5927\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba\uff08\u30d0\u30a4\u30c8\uff09\u3002\u30c7\u30d5\u30a9\u30eb\u30c85MB(5242880)\u3001\u6700\u592710MB(10485760)","minimum":1,"maximum":10485760}}}}},"selectField":{"type":"object","additionalProperties":false,"required":["type","name","options"],"properties":{"type":{"const":"select"},"name":{"type":"string","description":"\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u8b58\u5225\u5b50","pattern":"^[a-zA-Z][a-zA-Z0-9_]*$"},"label":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u540d\u524d"},"note":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u88dc\u8db3\u30c6\u30ad\u30b9\u30c8"},"required":{"type":"boolean","description":"true\u306e\u5834\u5408\u3001\u5165\u529b\u304c\u306a\u3044\u3068\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093","default":false},"options":{"type":"array","description":"\u9078\u629e\u80a2","items":{"type":"object","required":["value"],"additionalProperties":false,"properties":{"value":{"type":"string","description":"\u9078\u629e\u80a2\u306e\u5024"},"label":{"type":"string","description":"\u8868\u793a\u30e9\u30d9\u30eb\uff08\u7701\u7565\u6642\u306fvalue\u3092\u4f7f\u7528\uff09"}}},"minItems":1},"default":{"type":"string","description":"\u65b0\u898f\u4f5c\u6210\u6642\u306b\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u9078\u629e\u3055\u308c\u308b\u5024"},"multiple":{"type":"boolean","description":"\u8907\u6570\u9078\u629e\u3092\u8a31\u53ef","default":false}}},"checkboxField":{"type":"object","additionalProperties":false,"required":["type","name","options"],"properties":{"type":{"const":"checkbox"},"name":{"type":"string","description":"\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u8b58\u5225\u5b50","pattern":"^[a-zA-Z][a-zA-Z0-9_]*$"},"label":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u540d\u524d"},"note":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u88dc\u8db3\u30c6\u30ad\u30b9\u30c8"},"required":{"type":"boolean","description":"true\u306e\u5834\u5408\u3001\u5165\u529b\u304c\u306a\u3044\u3068\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093","default":false},"options":{"type":"array","description":"\u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9\u306e\u9078\u629e\u80a2","items":{"type":"object","required":["value"],"additionalProperties":false,"properties":{"value":{"type":"string","description":"\u9078\u629e\u80a2\u306e\u5024"},"label":{"type":"string","description":"\u8868\u793a\u30e9\u30d9\u30eb\uff08\u7701\u7565\u6642\u306fvalue\u3092\u4f7f\u7528\uff09"}}},"minItems":1},"default":{"type":"array","description":"\u65b0\u898f\u4f5c\u6210\u6642\u306b\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u9078\u629e\u3055\u308c\u308b\u5024\u306e\u914d\u5217","items":{"type":"string"}}}},"relationField":{"type":"object","additionalProperties":false,"required":["type","name","collection"],"properties":{"type":{"const":"relation"},"name":{"type":"string","description":"\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u8b58\u5225\u5b50","pattern":"^[a-zA-Z][a-zA-Z0-9_]*$"},"label":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u540d\u524d"},"note":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u88dc\u8db3\u30c6\u30ad\u30b9\u30c8"},"required":{"type":"boolean","description":"true\u306e\u5834\u5408\u3001\u5165\u529b\u304c\u306a\u3044\u3068\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093","default":false},"collection":{"type":"string","description":"\u95a2\u9023\u5148\u306e\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u540d"},"multiple":{"type":"boolean","description":"\u8907\u6570\u9078\u629e\u3092\u8a31\u53ef","default":false},"displayField":{"type":"string","description":"\u95a2\u9023\u5148\u304b\u3089\u8868\u793a\u3059\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\uff08\u7701\u7565\u6642\u306fpit.title\u3092\u4f7f\u7528\uff09"}}},"loopField":{"type":"object","additionalProperties":false,"required":["type","name","fields"],"properties":{"type":{"const":"loop"},"name":{"type":"string","description":"\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u8b58\u5225\u5b50","pattern":"^[a-zA-Z][a-zA-Z0-9_]*$"},"label":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u540d\u524d"},"note":{"type":"string","description":"\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u8868\u793a\u3055\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u88dc\u8db3\u30c6\u30ad\u30b9\u30c8"},"required":{"type":"boolean","description":"true\u306e\u5834\u5408\u3001\u5165\u529b\u304c\u306a\u3044\u3068\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093","default":false},"fields":{"type":"array","description":"\u5404\u914d\u5217\u8981\u7d20\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u5b9a\u7fa9","items":{"$ref":"#\/$defs\/field"},"minItems":1},"minItems":{"type":"integer","description":"\u6700\u5c0f\u8981\u7d20\u6570","minimum":0},"maxItems":{"type":"integer","description":"\u6700\u5927\u8981\u7d20\u6570","minimum":1},"itemLabel":{"type":"string","description":"\u7e70\u308a\u8fd4\u3057\u30a2\u30a4\u30c6\u30e0\u306e\u30bf\u30a4\u30c8\u30eb\u3068\u306a\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u540d"},"layout":{"$ref":"#\/$defs\/layout","description":"\u5404\u8981\u7d20\u5185\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u30ec\u30a4\u30a2\u30a6\u30c8"}}},"layout":{"type":"array","description":"\u30d5\u30a3\u30fc\u30eb\u30c9\u540d\u306e\u884c\u914d\u5217\u306b\u3088\u308b\u30ec\u30a4\u30a2\u30a6\u30c8\u5b9a\u7fa9","items":{"type":"array","items":{"type":"string"},"minItems":1},"examples":[[["title"],["date","author"],["content"]]]},"aiOperation":{"type":"object","description":"AI\u30c6\u30ad\u30b9\u30c8\u7de8\u96c6\u306e\u64cd\u4f5c\u5b9a\u7fa9","required":["label","context"],"additionalProperties":false,"properties":{"label":{"type":"string","description":"\u30e1\u30cb\u30e5\u30fc\u306b\u8868\u793a\u3055\u308c\u308b\u30e9\u30d9\u30eb\uff08\u4f8b: \"\u656c\u8a9e\u306b\u5909\u63db\"\uff09"},"context":{"type":"string","description":"AI\u3078\u306e\u6307\u793a\u6587\uff08\u4f8b: \"\u55b6\u696d\u5148\u306b\u6e21\u3059\u3088\u3046\u306a\u4e01\u5be7\u306a\u656c\u8a9e\u306b\u5909\u63db\u3057\u3066\u304f\u3060\u3055\u3044\"\uff09"}}},"pit":{"type":"object","description":"CMS UI\u3067\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u30de\u30c3\u30d4\u30f3\u30b0","additionalProperties":false,"properties":{"title":{"type":"string","description":"\u4e00\u89a7\u8868\u793a\u3067\u30bf\u30a4\u30c8\u30eb\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u30d5\u30a3\u30fc\u30eb\u30c9"},"body":{"type":"string","description":"\u30de\u30fc\u30af\u30c0\u30a6\u30f3\u30d5\u30a1\u30a4\u30eb\u306e\u672c\u6587\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u30d5\u30a3\u30fc\u30eb\u30c9"},"createdAt":{"type":"string","description":"\u4f5c\u6210\u65e5\u6642\u306b\u4f7f\u7528\u3059\u308b\u30d5\u30a3\u30fc\u30eb\u30c9"},"updatedAt":{"type":"string","description":"\u66f4\u65b0\u65e5\u6642\u306b\u4f7f\u7528\u3059\u308b\u30d5\u30a3\u30fc\u30eb\u30c9"},"draft":{"type":"string","description":"\u4e0b\u66f8\u304d\u30b9\u30c6\u30fc\u30bf\u30b9\u306b\u4f7f\u7528\u3059\u308bboolean\u30d5\u30a3\u30fc\u30eb\u30c9"},"order":{"type":"string","description":"\u624b\u52d5\u4e26\u3079\u66ff\u3048\u306b\u4f7f\u7528\u3059\u308bnumber\u30d5\u30a3\u30fc\u30eb\u30c9"},"defaultSortField":{"type":"string","description":"\u30c7\u30d5\u30a9\u30eb\u30c8\u30bd\u30fc\u30c8\u306b\u4f7f\u3046_\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u4ed8\u304dpit\u30ad\u30fc\u540d","enum":["_filename","_title","_createdAt","_updatedAt","_order"]},"defaultSortOrder":{"type":"string","description":"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30bd\u30fc\u30c8\u9806","enum":["asc","desc"]}}}}}