Scala JSON模式 SBT依赖项: 主模块: libraryDependencies + = " com.github.andyglow " %% " scala-jsonschema " % < version> // <-- required 其他库: libraryDependencies ++ = Seq ( " com.github.andyglow " %% " scala-jsonschema-core " % < version>, // <-- transitive " com.github.andyglow "