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

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

{
  "type": "object",
  "title": "git",
  "properties": {
    "repository": {
      "title": "Repository",
      "description": "Web URL to the git repository",
      "type": "string"
    },
    "branchOrTag": {
      "title": "Branch or Tag",
      "description": "Branch or tag to clone",
      "type": "string",
      "default": "master"
    },
    "path": {
      "title": "Path",
      "description": "Path to the file to fetch",
      "type": "string"
    }
  },
  "required": [
    "repository",
    "branchOrTag",
    "path"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy