You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Array elements MAY be deleted using the `remove` property. Use of array indexes to remove array items should be avoided where possible as indexes will change when items are removed.
206
206
@@ -277,6 +277,11 @@ The extension properties are implemented as patterned fields that are always pre
277
277
278
278
The extensions may or may not be supported by the available tooling, but those may be extended as well to add requested support (if tools are internal or open-sourced).
279
279
280
+
### File Naming Convention
281
+
282
+
Overlay files MAY choose to follow the convention of a `purpose.overlay.yaml` file naming pattern.
0 commit comments