Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged jsonschema

0 votes
932 views
1 answer
    I noticed the following: Reusable enum types in json schema , which talks about defining a reusable enum type in ... /in-json-schema-define-and-reference-a-reusable-enum-type...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
783 views
1 answer
    I've got a Pet object that could be either a dog or a cat Depending on what noise they make ... //stackoverflow.com/questions/65902626/json-schema-polymorphism-validate-with-anyof...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
565 views
1 answer
    Hi I have a simple JSON array where the first item is always a string and 2..N items could be boolean or ... com/questions/65931437/json-schema-validate-head-and-tail-of-and-array...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
429 views
1 answer
    For example, look at the schema: "type": "array", "items": { "oneOf":[ {"type": "number"}, {"type": "string ... -to-set-one-schema-for-n-1-elements-and-another-for-the-nth-element...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
417 views
1 answer
    I have the following JSON output data: { "label_name_0" : 0, "label_name_5" : 3, . . . "label_name_XXX" ... /16222633/how-would-you-design-json-schema-for-an-arbitrary-key...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
404 views
1 answer
    Let's take a simple example when we define objects and use them separately within JSON. For instance, we define ... /66066787/json-schema-reference-enum-like-a-reference-to-array...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
437 views
1 answer
    Thanks for your help in advance. Its my bad day. I have the following json and I am trying to figure out the ... } }, "required": [ "tables_not_to_mask", "tables_to_mask" ] }...
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
495 views
1 answer
    I'm trying to understand how a single JSON Schema behaves when used in different validators. Some validators define custom keywords. For ... : "object", "prohibited": ["foo"] } ] }...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
497 views
1 answer
    For example, look at the schema: "type": "array", "items": { "oneOf":[ {"type": "number"}, {"type": "string"} ... . It could be that is is not something json-schema can do. Thanks....
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...