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

Apps: Fix broken GET/PUT/CREATE #59

Open
scblack321 opened this issue Feb 27, 2024 · 0 comments
Open

Apps: Fix broken GET/PUT/CREATE #59

scblack321 opened this issue Feb 27, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@scblack321
Copy link
Collaborator

When retrieving an app (GET) it should be possible to use the result in a PUT or (with modified id) a CREATE.
This currently fails for CREATE if the app contains a null value for jobAttributes.fileInputs.envKey. Presumably PUT would fail also.

Example error message:

TAPIS_JSON_VALIDATION_ERROR JSON validation error: TAPIS_JSON_VALIDATION_FAILURE JSON validation error: #/jobAttributes: #: no subschema matched out of the total 1 subschemas #1#/jobAttributes/fileInputs: expected: null, found: JSONArray #2#/jobAttributes/fileInputs/0/envKey: expected type: String, found: Null #3#/jobAttributes/fileInputs/1/envKey: expected type: String, found: Null #4#/jobAttributes/fileInputs/2/envKey: expected type: String, found: Null #5#/jobAttributes/fileInputs/3/envKey: expected type: String, found: Null #6#/jobAttributes/fileInputs/4/envKey: expected type: String, found: Null #7#/jobAttributes/fileInputs/5/envKey: expected type: String, found: Null

@scblack321 scblack321 added the bug Something isn't working label Feb 27, 2024
@scblack321 scblack321 self-assigned this Feb 27, 2024
@scblack321 scblack321 moved this from To Do to In Progress in Tapis Project Beta Board Feb 27, 2024
@scblack321 scblack321 moved this from In Progress to Develop in Tapis Project Beta Board Feb 27, 2024
@scblack321 scblack321 moved this from Develop to Staging in Tapis Project Beta Board Mar 13, 2024
@scblack321 scblack321 moved this from Staging to Done/Production in Tapis Project Beta Board Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

1 participant