JSON Schema (description field)

Viewed 21

I use this site to convert my json data into a json schema.

https://jsonformatter.org/json-to-jsonschema#Sample

It works great. It even adds in the keyword "required". My question is how do I have it also auto add in the keyword "description"? Similar to this site:

https://www.tutorialspoint.com/json/json_schema.htm

I am researching and reading up on how to customize or add that "description" field into the schema. I think it has to do something with Base URI right? If I have to go down the route of customizing the schema, can I do it with a scripting language such as Powershell since I don't have Visual Studio or anything installed on my current computer.

0 Answers
Related