I would like to create a JSON like this (this is only a part), I always create the object with the value, but I can not do it this way using 200
as an object:
path.get.response = new Object()
path.get.response.200 = new Object()
"responses": {
"200": {
"description": "Operação realizada com sucesso!",
"content": {
"application/json": {
"schema": {
....