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

schemas.schema-form.json Maven / Gradle / Ivy

There is a newer version: 4.6.0-alpha.2
Show newest version
{
  "type" : "object",
  "id" : "urn:jsonschema:io:gravitee:am:reporter:file:FileReporterConfiguration",
  "properties" : {
    "filename": {
      "type": "string",
      "title": "Filename",
      "pattern": "^([A-Za-z0-9][A-Za-z0-9\\-_.]*)$",
      "description": "Filename where the information are written."
    }
  },
  "required" : ["filename"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy