help wantedtype: enhancement
仓库指标
- 星标
- (1,581 个星标)
- PR 合并指标
- (平均合并 39天 6小时) (30 天内合并 1 个 PR)
描述
(+ update: http://json-schema.org/implementations.html#validator-dotnet ;-) )
Tasks v6:
- "id" replaced by "$id"
- "exclusiveMinimum" and "exclusiveMaximum"
- booleans as schemas | allowable anywhere, not just "additionalProperties" and "additionalItems"
- "propertyNames" | added
- "contains" | added
- "const" | added
- "required" | allows an empty array
- "dependencies" | allows an empty array for property dependencies
- "format": "uri-reference"
- "format": "uri-template"
- "format": "json-pointer"
- "examples" added
Tasks v7:
- "$comment" | added to Core
- "if", "then", "else"
- "readOnly"
- "writeOnly"
- "contentMediaType"
- "contentEncoding"
- New format strings