-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschema.json
More file actions
1 lines (1 loc) · 1.53 KB
/
Copy pathschema.json
File metadata and controls
1 lines (1 loc) · 1.53 KB
1
{"openapi":"3.1.0","info":{"title":"胡梦霞知识库","version":"1.0.0"},"servers":[{"url":"https://raw.githubusercontent.com/chenye1313/knowledge--hmx/main"}],"paths":{"/README.md":{"get":{"operationId":"readKnowledgeGuide","summary":"Guide","responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/Profile.md":{"get":{"operationId":"readProfile","summary":"Read profile","responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/Timeline.md":{"get":{"operationId":"readTimeline","summary":"Read timeline","responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/Principles.md":{"get":{"operationId":"readPrinciples","summary":"Read principles","responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/Cognition.md":{"get":{"operationId":"readCognition","summary":"Read cognition","responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/Business.md":{"get":{"operationId":"readBusiness","summary":"Read business","responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/Stories.md":{"get":{"operationId":"readStories","summary":"Read stories","responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/Style.md":{"get":{"operationId":"readStyle","summary":"Read style","responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"string"}}}}}}}}}