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.
空の JSON オブジェクトを強制する JSON スキーマが必要です。{}
{}
これは良い考えであり、可能ですか?
次のことを試しましたが、JSON 本文に何でも入力できます。
{ "description": "voice mail record", "type": "object", "additionalProperties": false, "properties": { } }
答えはい、これは空のスキーマを強制する必要があります-私が使用していたバリデーターにはバグがありました
http://groups.google.co.uk/group/json-schema/browse_thread/thread/d0017b3985c8542b/106ce4afc1763eeb?hl=en&q=empty+schema+ollie&safe=on