{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "scale", "type": "object", "properties": { "scale": { "type": "object", "description": "Integer power of 10 to which numbers have been scaled. For example: 6 implies millions.\nDefault is 0.\n" } } }