![JAR search and dependency download from the Maven repository](/logo.png)
schema.recommendation-issue-categories.schema.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ta-sdk-spi Show documentation
Show all versions of ta-sdk-spi Show documentation
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