Json Schema Array Of Objects

[Solved] Json Schema Array Of Objects | Scala - Code Explorer | yomemimo.com
Question : json schema array of objects

Answered by : s3ns4

{ "type": "array", "items": { "type": "object", "properties": { "loc": { "type": "string" }, "toll": { "type": ["string", "null"] }, "message": { "type": ["string", "null"] } }, "required": [ "loc" ] }
}

Source : https://stackoverflow.com/questions/36757949/json-schema-definition-for-array-of-objects | Last Update : Fri, 01 Jul 22

Answers related to json schema array of objects

Code Explorer Popular Question For Scala