Skip to content

Commit

Permalink
fixed response model
Browse files Browse the repository at this point in the history
  • Loading branch information
erlendoksvoll committed May 16, 2024
1 parent 3ea872c commit 2178a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Altinn.Dan.Plugin.Banking/Metadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public List<EvidenceCode> GetEvidenceCodes()
{
EvidenceValueName = "default",
ValueType = EvidenceValueType.JsonSchema,
JsonSchemaDefintion = JsonSchema.FromType<List<EndpointExternal>>().ToJson(Formatting.None)
JsonSchemaDefintion = JsonSchema.FromType<EndpointsList>().ToJson(Formatting.None)
}
},
AuthorizationRequirements = new List<Requirement>()
Expand Down

0 comments on commit 2178a66

Please sign in to comment.