jsonschema
Is there a tool to generate a JSON schema from an XML schema through Java?
Is anyone aware of a tool or approach from which we can generate a JSON schema from XML s开发者_开发百科chema or XML schema from JSON schema by Java?It isn\'t very elegant, but jackson can generate js[详细]
2023-04-12 23:14 分类:问答How do you use the JSON Schema 'default' attribute in Json.NET?
If I have a JSON Schema that specifies a default value for a property, like { \"type\" : \"object\", \"properties\" : {[详细]
2023-03-27 05:51 分类:问答Generate C# classes from JSON Schema [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.[详细]
2023-03-13 08:15 分类:问答JSON schema : allow to store information in keys
I want to formally define a schema for a JSON-based protocol. I have two criteria for the schema: 1. I want to be able to use tools to create parser/serializer (php and .net).[详细]
2023-02-24 23:55 分类:问答writing more complex json schemas that have dependencies upon other keys
I\'ve been writing simple JSON schemas but I ran into an API input call that is a bit more complex. I have one restful end route that can take 3 very different types of JSON:[详细]
2023-02-11 00:18 分类:问答JSON schema validation
Is there a stable library that can validate JSON against a schema? json-schema.org provides a list of implementations.Notably 开发者_JS百科C and C++ are missing.[详细]
2023-02-04 16:19 分类:问答enforce empty JSON schema
I want a JSON schema that enforces an empty JSON objec开发者_JAVA百科t, e.g. {} Is this a good idea and possible?[详细]
2023-01-12 11:20 分类:问答How can I go about translating Doctrines YAML models into json-schema
Basically I am looking to be able to reuse mode开发者_运维问答l definitions to target both Doctrine models and JSON-Schema.[详细]
2023-01-06 00:26 分类:问答How can I export a rails model to json schema?
I am looking to optimize how we build forms for some of our models and ideally I would like to build them from json-schema开发者_运维技巧.[详细]
2023-01-04 02:56 分类:问答Validate JSON against a schema in .NET
I know there is a proposed standard for JSON schema validation, is the开发者_Python百科re an implementation in .NET?A free and open-source alternative to Json.NET is NJsonSchema (JSON Schema draft 4).[详细]
2022-12-26 11:15 分类:问答