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

schema.recommendation-issue-categories.schema.json Maven / Gradle / Ivy

Go to download

a tool to help a developer to create and build a middleware data collection plug-in, \ which can be used to gather the information of an application deployed on a middleware server,\ and provide modernization help and recommendations

The newest version!
{
  "$id": "recommendation-issue-categories.schema.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Recommendation Issue Categories Schema",
  "description": "Created by Huang, Fuguo. Created date: 2019-June-20.",
  "type": "object",
  "patternProperties": {
    ".*": {
      "type": "object",
      "properties": {
        "title": {
          "type": "string",
          "minLength": 1
        }
      },
      "required": ["title"]
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy