There are examples for many properties e.g.
documentationURL:
description: A URL to the human readable documentation of an object
format: uri
type: string
nullable: true
example: https://wiki.brapi.org
However, this are not available in JSON schema. e.g.
"documentationURL": {
"description": "A URL to the human readable documentation of an object",
"format": "uri",
"type": [
"null",
"string"
]
}
Take for example https://github.com/plantbreeding/BrAPI/blob/brapi-V2.1/Specification/BrAPI-Core/Studies/Schemas/StudyNewRequest.yaml
There are examples for many properties e.g.
However, this are not available in JSON schema. e.g.
https://github.com/plantbreeding/BrAPI/blob/brapi-V2.1/Specification/BrAPI-Schema/BrAPI-Core/Study.json
Try to use co-pilot to copy examples from yaml to JSON schema