参考
注释
draft 7 中的新功能
这 $comment
关键字 严格用于向模式添加注释。其值必须始终为字符串。与注释不同 title
, description
, 和 examples
, JSON 模式 实现 不允许对它附加任何含义或行为,甚至可能随时将其剥离。因此,它们对于为 JSON 模式的未来编辑者留下注释很有用,但不应用于与模式用户进行通信。
数据
{ "$comment": "Created by John Doe", "type": "object", "properties": { "country": { "$comment": "TODO: add enum of countries" } } }