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

Removed style from Swagger example for DataSharing API #691

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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