{
property: {condition: String value},
property: {condition: Integer value}
}
How do I describe an object using swagger-inline formats for use with the oas npm tool? In the below, the selector portion of the request body is a nested object that looks something like this:
{
property: {condition: String value},
property: {condition: Integer value}
}