Skip to content

Commit

Permalink
Merge pull request #691 from cabinetoffice/feature/dp-628-remove-form…
Browse files Browse the repository at this point in the history
…s-styling

Removed style from Swagger example for DataSharing API
  • Loading branch information
dbgoaco authored Oct 2, 2024
2 parents 91389b1 + 91cfb57 commit 09e912f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Services/CO.CDP.DataSharing.WebApi/Model/FormQuestion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public record FormQuestion
/// <example>"Upload your accounts"</example>
public required string Title { get; init; }

/// <example><![CDATA["<span style=\"font-weight: bold;\">Central Government Only - UK</span><span style=\"font-size:16.000000000000004px\"><br /></span><p><span style=\"font-size:13.333299999999998px\">For contracts which relate to projects/programmes (i) with a value of £10 million or more; or (ii) a value of less than £10 million where it is anticipated that the project will require in excess of 500 tonnes of steel; please describe the steel specific supply chain management systems, policies, standards and procedures you have in place to ensure robust supply chain management and compliance with relevant legislation.</span><span style=\"font-size:16.000000000000004px\"></span></p><span style=\"font-size:13.333299999999998px\">Please provide details of previous similar projects where you have demonstrated a high level of competency and effectiveness in managing all supply chain members involved in steel supply or production to ensure a sustainable and resilient supply of steel.</span>"]]></example>
/// <example><![CDATA["<span>Central Government Only - UK</span><br /><p>For contracts which relate to projects/programmes (i) with a value of £10 million or more; or (ii) a value of less than £10 million where it is anticipated that the project will require in excess of 500 tonnes of steel; please describe the steel specific supply chain management systems, policies, standards and procedures you have in place to ensure robust supply chain management and compliance with relevant legislation.</p>Please provide details of previous similar projects where you have demonstrated a high level of competency and effectiveness in managing all supply chain members involved in steel supply or production to ensure a sustainable and resilient supply of steel."]]></example>
public required string Text { get; init; }

/// <example>false</example>
Expand Down

0 comments on commit 09e912f

Please sign in to comment.