You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For pSCompose, request to build an API endpoint that once a user fills out a form to add a given test, the endpoint takes in that data, validates it and enhances it by appending a minimum schema version for the same.
For example, user fills in data as follows
{
"src": "abc",
"dst": "xyz",
"link-rtt": 1.234
}
Upon giving this data to the endpoint, it will validate this and append a schema version to this and return the output
For pSCompose, request to build an API endpoint that once a user fills out a form to add a given test, the endpoint takes in that data, validates it and enhances it by appending a minimum schema version for the same.
For example, user fills in data as follows
Upon giving this data to the endpoint, it will validate this and append a schema version to this and return the output
The text was updated successfully, but these errors were encountered: