All Downloads are FREE. Search and download functionalities are using the official Maven repository.

customformats.customformats-schema.json Maven / Gradle / Ivy

The newest version!
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "palindrome": {
      "format": "palindrome"
    }
  },
  "required": [
    "palindrome"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy