<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Field types &amp; formats | go-openapi codescan</title><link>https://go-openapi.github.io/codescan/shaping-the-output/field-types-and-formats/index.html</link><description>Tune how an individual field renders — force a conformant format, mark
pointer fields nullable, and control the x-go-* vendor extensions codescan
emits.</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://go-openapi.github.io/codescan/shaping-the-output/field-types-and-formats/index.xml" rel="self" type="application/rss+xml"/><item><title>Forcing a conformant format</title><link>https://go-openapi.github.io/codescan/shaping-the-output/field-types-and-formats/forcing-a-format/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://go-openapi.github.io/codescan/shaping-the-output/field-types-and-formats/forcing-a-format/index.html</guid><description>Override a Go-derived format (e.g. the vendor uint64/uint32 formats) with an
official, JSON-conformant one using a field-level swagger:strfmt.</description></item><item><title>Nullable pointers</title><link>https://go-openapi.github.io/codescan/shaping-the-output/field-types-and-formats/nullable-pointers/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://go-openapi.github.io/codescan/shaping-the-output/field-types-and-formats/nullable-pointers/index.html</guid><description>Mark pointer-typed fields as nullable with x-nullable, via
SetXNullableForPointers.</description></item><item><title>Vendor extensions</title><link>https://go-openapi.github.io/codescan/shaping-the-output/field-types-and-formats/vendor-extensions/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://go-openapi.github.io/codescan/shaping-the-output/field-types-and-formats/vendor-extensions/index.html</guid><description>Control the x-go-* vendor extensions codescan emits, or suppress them with
SkipExtensions.</description></item></channel></rss>