1 write to Ref
Shared (1)
JsonSchemaExporter\JsonSchemaExporter.cs (1)
112
return CompleteSchema(ref state, new JsonSchema {
Ref
= existingJsonPointer });
4 references to Ref
Shared (4)
JsonSchemaExporter\JsonSchemaExporter.cs (1)
446
if (schema.
Ref
is null)
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (3)
249
Count(
Ref
!= null);
311
if (
Ref
!= null)
313
objSchema.Add(JsonSchemaConstants.RefPropertyName,
Ref
);