| 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
{
"packages" : [ {
"packages" : [ { }, { } ],
"sealed" : true,
"annotations" : [ { }, { } ],
"name" : "...",
"implementationVendor" : "...",
"implementationTitle" : "...",
"specificationVendor" : "...",
"declaredAnnotations" : [ { }, { } ],
"specificationTitle" : "...",
"implementationVersion" : "...",
"specificationVersion" : "..."
}, {
"packages" : [ { }, { } ],
"sealed" : true,
"annotations" : [ { }, { } ],
"name" : "...",
"implementationVendor" : "...",
"implementationTitle" : "...",
"specificationVendor" : "...",
"declaredAnnotations" : [ { }, { } ],
"specificationTitle" : "...",
"implementationVersion" : "...",
"specificationVersion" : "..."
} ],
"sealed" : true,
"annotations" : [ { }, { } ],
"name" : "...",
"implementationVendor" : "...",
"implementationTitle" : "...",
"specificationVendor" : "...",
"declaredAnnotations" : [ { }, { } ],
"specificationTitle" : "...",
"implementationVersion" : "...",
"specificationVersion" : "..."
}