We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e7ead commit 45d3091Copy full SHA for 45d3091
articles/specs/launch.0.1.1.xsd
@@ -525,14 +525,14 @@
525
<xs:element ref="param"/>
526
<xs:element ref="remap"/>
527
</xs:choice>
528
- <xs:attribute name="package" type="xs:string" use="required">
+ <xs:attribute name="pkg" type="xs:string" use="required">
529
<xs:annotation>
530
<xs:documentation xml:lang="en">
531
Name of the package where the node is to be found.
532
</xs:documentation>
533
</xs:annotation>
534
</xs:attribute>
535
- <xs:attribute name="executable" type="xs:string" use="required">
+ <xs:attribute name="exec" type="xs:string" use="required">
536
537
538
Name of the node executable.
0 commit comments