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
/// $dynamicRef - an applicator that allows for deferring the full resolution until runtime, at which point it is resolved each time it is encountered while evaluating an instance
288
-
publicstringDynamicRef { get; set; }
289
-
/// $dynamicAnchor - used to create plain name fragments that are not tied to any particular structural location for referencing purposes, which are taken into consideration for dynamic referencing.
290
-
publicstringDynamicAnchor { get; set; }
291
-
/// $defs - reserves a location for schema authors to inline re-usable JSON Schemas into a more general schema.
/// $dynamicRef - an applicator that allows for deferring the full resolution until runtime, at which point it is resolved each time it is encountered while evaluating an instance
288
+
publicstringDynamicRef { get; set; }
289
+
/// $dynamicAnchor - used to create plain name fragments that are not tied to any particular structural location for referencing purposes, which are taken into consideration for dynamic referencing.
290
+
publicstringDynamicAnchor { get; set; }
291
+
/// $defs - reserves a location for schema authors to inline re-usable JSON Schemas into a more general schema.
0 commit comments