Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将模型上的可选/必需信息显示为黄色突出显示?
"definitions":{ "RequestLogs":{ **"required":["BeforeSecs","AfterSecs"]** "properties":{ "BeforeSecs":{ "type":"integer" }, "AfterSecs":{ "type":"integer" }, "IpAddress":{ "type""string" } } } }