-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add schema to ConfigurationSourceType #103
Conversation
See eclipse-cdt-cloud/trace-server-protocol#103 Signed-off-by: Bernd Hufmann <[email protected]>
See eclipse-cdt-cloud/trace-server-protocol#103 Signed-off-by: Bernd Hufmann <[email protected]>
See eclipse-cdt-cloud/trace-server-protocol#103 Also, add test for TmfConfigurationSourceType with schema as string. [Added] Serialize TmfConfigurationSourceType schema as string Signed-off-by: Bernd Hufmann <[email protected]>
See eclipse-cdt-cloud/trace-server-protocol#103 Also, add test for TmfConfigurationSourceType with schema as string. [Added] Serialize TmfConfigurationSourceType schema as string Signed-off-by: Bernd Hufmann <[email protected]>
See eclipse-cdt-cloud/trace-server-protocol#103 Signed-off-by: Bernd Hufmann <[email protected]>
The json-schema is stored as a json object. See eclipse-cdt-cloud/trace-server-protocol#103 Signed-off-by: Bernd Hufmann <[email protected]>
See eclipse-cdt-cloud/trace-server-protocol#103 Also, add test for TmfConfigurationSourceType with schema json object. [Added] Serialize TmfConfigurationSourceType schema as json object Signed-off-by: Bernd Hufmann <[email protected]>
See eclipse-cdt-cloud/trace-server-protocol#103 Also, add test for TmfConfigurationSourceType with schema json object. [Added] Serialize TmfConfigurationSourceType schema as json object Signed-off-by: Bernd Hufmann <[email protected]>
4254f6d
to
e06b322
Compare
See eclipse-cdt-cloud/trace-server-protocol#103 Signed-off-by: Bernd Hufmann <[email protected]>
See eclipse-cdt-cloud/trace-server-protocol#103 Also, add test for TmfConfigurationSourceType with schema json object. [Added] Serialize TmfConfigurationSourceType schema as json object Signed-off-by: Bernd Hufmann <[email protected]>
API-proposed.yaml
Outdated
type: object | ||
description: A JSON object that describes a schema for parameters that the front-end | ||
needs to provide with corresponding values. Use this for complex parameter | ||
descriptions instead of parameterDescriptors. Omit if not used. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please mention that the object should adhere to the JSON Schema specification.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
API.yaml
Outdated
type: object | ||
description: A JSON object that describes a schema for parameters that the front-end | ||
needs to provide with corresponding values. Use this for complex parameter | ||
descriptions instead of parameterDescriptors. Omit if not used. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please mention that the object should adhere to the JSON Schema specification.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
https://json-schema.org/ Signed-off-by: Bernd Hufmann <[email protected]>
See eclipse-cdt-cloud/trace-server-protocol#103 Also, add test for TmfConfigurationSourceType with schema json object. [Added] Serialize TmfConfigurationSourceType schema as json object Signed-off-by: Bernd Hufmann <[email protected]>
See eclipse-cdt-cloud/trace-server-protocol#103 Also, add test for TmfConfigurationSourceType with schema json object. [Added] Serialize TmfConfigurationSourceType schema as json object Signed-off-by: Bernd Hufmann <[email protected]>
See eclipse-cdt-cloud/trace-server-protocol#103 Also, add test for TmfConfigurationSourceType with schema json object. [Added] Serialize TmfConfigurationSourceType schema as json object Signed-off-by: Bernd Hufmann <[email protected]>
See eclipse-cdt-cloud/trace-server-protocol#103 Also, add test for TmfConfigurationSourceType with schema json object. [Added] Serialize TmfConfigurationSourceType schema as json object Signed-off-by: Bernd Hufmann <[email protected]>
The json-schema is stored as a json object. See eclipse-cdt-cloud/trace-server-protocol#103 Signed-off-by: Bernd Hufmann <[email protected]>
See eclipse-cdt-cloud/trace-server-protocol#103 Signed-off-by: Bernd Hufmann <[email protected]>
See eclipse-cdt-cloud/trace-server-protocol#103 Also, add test for TmfConfigurationSourceType with schema json object. [Added] Serialize TmfConfigurationSourceType schema as json object Signed-off-by: Bernd Hufmann <[email protected]>
API.yaml updates to add schema field to ConfigurationSourceType data structure to support json-schemas.
Generated with Trace Compass server swagger update which is part of:
eclipse-tracecompass-incubator/org.eclipse.tracecompass.incubator#66
Signed-off-by: Bernd Hufmann [email protected]