| name | data type | description |
|---|---|---|
| annotations | array of object | |
| declaredAnnotations | array of object | |
| implementationTitle | string | |
| implementationVendor | string | |
| implementationVersion | string | |
| name | string | |
| packages | array of Package | |
| sealed | boolean | |
| specificationTitle | string | |
| specificationVendor | string | |
| specificationVersion | string |
Example
{
"annotations" : [ { }, { } ],
"specificationVendor" : "...",
"packages" : [ {
"annotations" : [ { }, { } ],
"specificationVendor" : "...",
"packages" : [ { }, { } ],
"implementationVersion" : "...",
"implementationVendor" : "...",
"specificationTitle" : "...",
"implementationTitle" : "...",
"specificationVersion" : "...",
"name" : "...",
"declaredAnnotations" : [ { }, { } ],
"sealed" : true
}, {
"annotations" : [ { }, { } ],
"specificationVendor" : "...",
"packages" : [ { }, { } ],
"implementationVersion" : "...",
"implementationVendor" : "...",
"specificationTitle" : "...",
"implementationTitle" : "...",
"specificationVersion" : "...",
"name" : "...",
"declaredAnnotations" : [ { }, { } ],
"sealed" : true
} ],
"implementationVersion" : "...",
"implementationVendor" : "...",
"specificationTitle" : "...",
"implementationTitle" : "...",
"specificationVersion" : "...",
"name" : "...",
"declaredAnnotations" : [ { }, { } ],
"sealed" : true
}