rcm-evaluation-service-api.schema.json.ElementVersion.jsd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rcm-evaluation-service-api Show documentation
Show all versions of rcm-evaluation-service-api Show documentation
This repository contains the source code for the rcm evaluation service API.
Use this repository to share contracts between services so you can create POJOs using defined JSON schemas and to create message transformers for the RCM evaluation service.
The newest version!
{
"type": "object",
"properties": {
"type": {
"type": "string"
},
"version": {
"type": "string"
}
}
}