Add new quicktypePropertyOrder FAQ to index (#2129) (#2136)

This commit is contained in:
Daniel Harvey
2023-01-16 18:39:28 +08:00
committed by GitHub
parent c994b0d645
commit f1436ecd90

3
FAQ.md
View File

@ -13,6 +13,7 @@
- [This class should be a map/dictionary!](#this-class-should-be-a-mapdictionary)
- [Where can I learn more about JSON Schema?](#where-can-i-learn-more-about-json-schema)
- [I'd like to customize the output for my particular application.](#id-like-to-customize-the-output-for-my-particular-application)
- [How can I control the property order in JSON Schema?](#how-can-i-control-the-property-order-in-json-schema)
- [quicktype is awesome, I'd like to support it!](#quicktype-is-awesome-id-like-to-support-it)
- [How is this different from other JSON converters?](#how-is-quicktype-different-from-other-json-converters)
@ -109,7 +110,7 @@ The [JSON Schema homepage](http://json-schema.org) contains many links and resou
We have [a blog post](https://blog.quicktype.io/customizing-quicktype/) on that very topic.
## How can I control the property order in JSON Schema
## How can I control the property order in JSON Schema?
There is a custom schema field `quicktypePropertyOrder` which can be used to specify the order of properties for quicktype.