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

Schema ID uses api.dataplatform.ibm.com which does not resolve #37

Open
nielspardon opened this issue Nov 2, 2020 · 0 comments
Open

Comments

@nielspardon
Copy link

nielspardon commented Nov 2, 2020

e.g. http://api.dataplatform.ibm.com/schemas/common-pipeline/pipeline-flow/pipeline-flow-v3-schema.json

However it does resolve if you use http://api.dataplatform.cloud.ibm.com/schemas/common-pipeline/pipeline-flow/pipeline-flow-v3-schema.json

{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "WDP Pipeline Flow Schema",
"type": "object",
"id": "http://api.dataplatform.ibm.com/schemas/common-pipeline/pipeline-flow/pipeline-flow-v3-schema.json",

The pipeline-flow-ui-v3-schema.json does not even seem to be deployed to http://api.dataplatform.cloud.ibm.com and is unreachable.

{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "WDP Pipeline Flow UI Schema. Defines UI-only constructs for pipeline flow documents.",
"type": "object",
"id": "http://api.dataplatform.ibm.com/schemas/common-pipeline/pipeline-flow/pipeline-flow-ui-v3-schema.json",

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

No branches or pull requests

1 participant