AnyDocsAnd
  [ AnyDocsOr []
  , AnyDocsSingle
      ConfDoc
        { confDocKeys =
            ( "big" :| []
            , AnyOfSchema
                (NullSchema :|
                   [ CommentSchema
                       "BigConfig"
                       (ObjectSchema
                          (ObjectAllOfSchema
                             (ObjectKeySchema
                                "map"
                                Required
                                (MapSchema
                                   (MapSchema
                                      (IntegerSchema
                                         Bounds
                                           { boundsLower = Just (-9223372036854775808)
                                           , boundsUpper = Just 9223372036854775807
                                           })))
                                Nothing :|
                                [ ObjectKeySchema "sub" (Optional Nothing) StringSchema Nothing
                                ])))
                   ])
            ) :|
              []
        , confDocDefault = Nothing
        , confDocExamples = []
        , confDocHelp = Just "big configuration object"
        }
  ]