We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using version 3.0.0-beta.7
3.0.0-beta.7
/** * @param response - @range {json} */ public constructor(response: any) {
(or unknown) results in JSON-LD
unknown
"parameters": [ { "@id": "scs:dist/identity/interaction/FixedInteractionHandler.jsonld#FixedInteractionHandler_response", "range": { "@type": "ParameterRangeWildcard" } } ],
When using Record
/** * @param response - @range {json} */ public constructor(response: Record<string, unknown>) {
I do get
"parameters": [ { "@id": "scs:dist/identity/interaction/FixedInteractionHandler.jsonld#FixedInteractionHandler_response", "range": "rdf:JSON" } ],
Similar to #87, in case this is expected behaviour, the context does not get type: @json.
type: @json
The text was updated successfully, but these errors were encountered:
Right, these needs to be changed here: https://github.com/LinkedSoftwareDependencies/Components-Generator.js/blob/feature/strict-type-checking/lib/parse/ParameterLoader.ts#L531-L568
Sorry, something went wrong.
No branches or pull requests
Using version
3.0.0-beta.7
(or
unknown
) results in JSON-LDWhen using Record
I do get
Similar to #87, in case this is expected behaviour, the context does not get
type: @json
.The text was updated successfully, but these errors were encountered: