We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In JSON Schema, an empty object is a completely valid schema that will accept any valid JSON. https://json-schema.org/understanding-json-schema/basics.html#id1
You can also use true in place of the empty object to represent a schema that matches anything, or false for a schema that matches nothing.
true
false
import com.typesafe.config.ConfigValue implicit val configValueSchema: json.schema.Predef[ConfigValue] = json.schema.Predef(json.Schema.`empty`[ConfigValue]
Or maybe call it anything?
anything
Expected Output:
{ }
The text was updated successfully, but these errors were encountered:
andyglow
No branches or pull requests
Or maybe call it
anything
?Expected Output:
The text was updated successfully, but these errors were encountered: