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
* This interface was referenced by `HttpsOgrafEbuIoV1Draft0SpecificationJsonSchemasLibActionJson`'s JSON-Schema definition
557
+
* This interface was referenced by `HttpsOgrafEbuIoV1SpecificationJsonSchemasLibActionJson`'s JSON-Schema definition
558
558
* via the `patternProperty` "^v_.*".
559
559
*/
560
-
[k: string]: unknown;
560
+
[k: `v_${string}`]: unknown;
561
561
}
562
562
/**
563
563
* The number constraint is used to specify a constraint for a numerical property. (Inspired by https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackConstraints#constraindouble)
* A number specifying the largest permissible value of the property it describes. If the value cannot remain equal to or less than this value, matching will fail.
* This interface was referenced by `HttpsOgrafEbuIoV1Draft0SpecificationJsonSchemasLibConstraintsNumberJson`'s JSON-Schema definition
583
+
* This interface was referenced by `HttpsOgrafEbuIoV1SpecificationJsonSchemasLibConstraintsNumberJson`'s JSON-Schema definition
584
584
* via the `patternProperty` "^v_.*".
585
585
*
586
-
* This interface was referenced by `HttpsOgrafEbuIoV1Draft0SpecificationJsonSchemasLibConstraintsNumberJson1`'s JSON-Schema definition
586
+
* This interface was referenced by `HttpsOgrafEbuIoV1SpecificationJsonSchemasLibConstraintsNumberJson1`'s JSON-Schema definition
587
587
* via the `patternProperty` "^v_.*".
588
588
*/
589
-
[k: string]: unknown;
589
+
[k: `v_${string}`]: unknown;
590
590
}
591
591
/**
592
592
* The number constraint is used to specify a constraint for a numerical property. (Inspired by https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackConstraints#constraindouble)
* A number specifying the largest permissible value of the property it describes. If the value cannot remain equal to or less than this value, matching will fail.
0 commit comments