{
  "description": "JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes.",
  "$schema": "http://json-schema.org/schema#",
  "type": "object"
}