Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

smhs-os-project/schweb-crawler-jtd

Repository files navigation

schweb-crawler-next: Schemas

這些 schema 是 schweb-crawler-next 會產生出的 JSON 資料格式。您可以據此產生對應語言的 type definition 。

直接產生 definition

依賴

使用

見此:https://jsontypedef.com/docs/implementations/

yaml2json <JTD yml 檔案> | jtd-codegen - --root-name <JTD 根屬性的名稱 ...

比如可以:

# 先建立輸出資料夾
mkdir announcement-entry-response

# 產生檔案
yaml2json announcement-entry-response.jtd.yml | jtd-codegen - --root-name AnnouncementEntryResponse --typescript-out=./announcement-entry-response

授權

GPLv3

作者

pan93412

About

The JSON Type Definition of Schweb Crawler API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published