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

schema.target.schema.json Maven / Gradle / Ivy

{
  "$id": "target.schema.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Target",
  "description": "migration target used in the recommandation",
  "type": "object",
  "properties": {
    "productName": {
      "description": "Name of the target product",
      "type": "string"
    },
    "productVersion": {
      "description": "Version of the target product",
      "type": "string"
    }
  },
  "required": [
    "productName",
    "productVersion"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy