Skip to content

Commit

Permalink
feat(restapi): fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsextonMITRE committed Feb 12, 2025
1 parent fcd6a3b commit ccf61d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dioptra/restapi/v1/workflows/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ class SignatureAnalysisSignatureOutputSchema(SignatureAnalysisSignatureParamSche


class SignatureAnalysisSuggestedTypes(Schema):
# this should be an integer or a list of integer resource ids on the next iteration

# add proposed_type in next iteration

missing_type = fields.String(
attribute="missing_type",
metadata=dict(
Expand Down

0 comments on commit ccf61d4

Please sign in to comment.