Skip to content
New issue

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

adding TD with async action #417

Merged
merged 10 commits into from Oct 5, 2022
Merged

adding TD with async action #417

merged 10 commits into from Oct 5, 2022

Conversation

mlagally
Copy link
Contributor

@mlagally mlagally commented Oct 3, 2022

No description provided.

"enum" : ["number", "string", "array", "object", "integer", "null", "boolean"]
},
"error": {
"$ref": "#/schemaDefinitions/problemDetails"
Copy link
Contributor

@mmccool mmccool Oct 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the TD spec says this is a JSON Pointer, not a URL (fragment), so the syntax is

Suggested change
"$ref": "#/schemaDefinitions/problemDetails"
"$ref": "/schemaDefinitions/problemDetails"

"$ref": "#/schemaDefinitions/problemDetails"
},
"href": {
"$ref": "#/definitions/anyUri"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is "definitions" defined?

@mmccool mmccool merged commit 478d4a6 into main Oct 5, 2022
@egekorkan egekorkan deleted the 2022.09.plug+testfest-prepare-5 branch November 24, 2022 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants