Unit 'FpJson.Schema.Writer' Package
[Overview][Classes][Index] [#fcl-jsonschema]

TJSONSchemaWriter.WriteProperty

Declaration

Source position: fpjson.schema.writer.pp line 38

protected procedure TJSONSchemaWriter.WriteProperty(

  const aName: TJSONStringType;

  aValue: TSchemaDependentRequiredList

);

procedure TJSONSchemaWriter.WriteProperty(

  const aName: TJSONStringType;

  aValue: TJSONSchemaVocabularyList

);

procedure TJSONSchemaWriter.WriteProperty(

  const aName: TJSONStringType;

  aValue: TSchemaSimpleTypes

);

procedure TJSONSchemaWriter.WriteProperty(

  const aName: TJSONStringType;

  aValue: TJsonSchema

);

procedure TJSONSchemaWriter.WriteProperty(

  const aName: TJSONStringType;

  aValue: TJSONSchemaList;

  AllowAsObject: Boolean = False

);


Documentation generated on: 2025-07-25