SimpleJsonSchema

constructor(id: String = "answers_schema.json", schema: String = "http://json-schema.org/draft-07/schema#", type: String = "object", title: String = "answers_schema", description: String, properties: MutableMap<String, JsonSchemaProperty> = mutableMapOf())