JSON Schema
json采用
JSON Schema是一种用于描述JSON文档结构的语言,可以用于验证JSON文档的结构是否符合预期。 作为一种Schema规范,经常和Avro, Protobuf等结构化数据格式一起使用,用于定义数据结构和数据校验,其中OpenAPI也是基于JSON Schema的。
在AI使用上,JSON Schema也发挥着非常重要点的作用,如Function Calling, Structured Output,也是使用JSON Schema进行数据规范定义。
JSON Schema & Friends
- json-schema-dsl: https://github.com/linux-china/json-schema-dsl
References
- JSON Schema: https://json-schema.org/
- JSON Schema Tools: https://json-schema.org/implementations
- Understanding JSON Schema: https://json-schema.org/UnderstandingJSONSchema.pdf
- JSON schema cheatsheet/quick reference: https://forivall.com/json-schema-cheatsheet/