customformats.customformats-schema.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of medeia-validator-kotlin-examples Show documentation
Show all versions of medeia-validator-kotlin-examples Show documentation
Medeia streaming JSON-schema validator for the JVM platform,
Kotlin Examples.
The newest version!
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"palindrome": {
"format": "palindrome"
}
},
"required": [
"palindrome"
]
}