Skip to content

Commit

Permalink
Merge pull request #94 from inab/create-pull-request/patch-schema-docs
Browse files Browse the repository at this point in the history
Updated schemas documentation (triggered by 39f06d0)
  • Loading branch information
jmfernandez authored May 30, 2024
2 parents 0931509 + 78e2695 commit 2427712
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 26 deletions.
56 changes: 53 additions & 3 deletions development-docs/schemas/stage-definition_schema.html
Original file line number Diff line number Diff line change
Expand Up @@ -8116,7 +8116,8 @@ <h2 class="mb-0">
/>
</svg>
<a href="#params_pattern1_pattern1_i4_security-context" onclick="anchorLink('params_pattern1_pattern1_i4_security-context')">security-context</a></div><span class="badge badge-dark value-type">Type: string</span><br/>

<span class="description"><p>Use an explicitly named security context</p>
</span>



Expand Down Expand Up @@ -8301,7 +8302,8 @@ <h2 class="mb-0">
/>
</svg>
<a href="#params_pattern1_pattern1_i4_autoPrefix" onclick="anchorLink('params_pattern1_pattern1_i4_autoPrefix')">autoPrefix</a></div><span class="badge badge-dark value-type">Type: boolean</span> <span class="badge badge-success default-value">Default: false</span><br/>

<span class="description"><p>When autoFill is true and this parameter is false, this directory is mapped to the parent output one for this execution. When both autoFill and this parameter are true, an output file or directory name is assigned, based on its complete param name</p>
</span>



Expand Down Expand Up @@ -9068,6 +9070,54 @@ <h2 class="mb-0">
<p><span class="badge badge-light restriction min-length-restriction" id="outputs_pattern1_fillFrom_minLength">Must be at least <code>1</code> characters long</span></p>


</div>
</div>
</div>
</div>
<div class="accordion" id="accordionoutputs_pattern1_syntheticOutput">
<div class="card">
<div class="card-header" id="headingoutputs_pattern1_syntheticOutput">
<h2 class="mb-0">
<button class="btn btn-link property-name-button" type="button" data-toggle="collapse" data-target="#outputs_pattern1_syntheticOutput"
aria-expanded="" aria-controls="outputs_pattern1_syntheticOutput" onclick="setAnchor('#outputs_pattern1_syntheticOutput')"><span class="property-name">syntheticOutput</span></button>
</h2>
</div>

<div id="outputs_pattern1_syntheticOutput"
class="collapse property-definition-div" aria-labelledby="headingoutputs_pattern1_syntheticOutput"
data-parent="#accordionoutputs_pattern1_syntheticOutput">
<div class="card-body pl-5">

<div class="breadcrumbs">root
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right-short" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path
fill-rule="evenodd"
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
/>
</svg>
<a href="#outputs" onclick="anchorLink('outputs')">outputs</a>
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right-short" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path
fill-rule="evenodd"
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
/>
</svg>
<a href="#outputs_pattern1" onclick="anchorLink('outputs_pattern1')">^[^:;]+$</a>
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right-short" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path
fill-rule="evenodd"
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
/>
</svg>
<a href="#outputs_pattern1_syntheticOutput" onclick="anchorLink('outputs_pattern1_syntheticOutput')">syntheticOutput</a></div><span class="badge badge-dark value-type">Type: boolean</span><br/>
<span class="description"><p>Is this output a synthetic one? The default value when it is not defined depends on the type of workflow.</p>
</span>






</div>
</div>
</div>
Expand Down Expand Up @@ -9163,6 +9213,6 @@ <h2 class="mb-0">
</div>

<footer>
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2024-05-23 at 21:08:25 +0000</p>
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2024-05-30 at 12:20:23 +0000</p>
</footer></body>
</html>
Loading

0 comments on commit 2427712

Please sign in to comment.