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)
289
Count(
Ref
!= null);
351
if (
Ref
!= null)
353
objSchema.Add(JsonSchemaConstants.RefPropertyName,
Ref
);