opt-env-conf-test-0.0.0.5: test_resources/docs/big-config/env-docs.txt
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
StringBounds
{ stringBoundsMinLength = Nothing
, stringBoundsMaxLength = Nothing
})
Nothing
])))
])
) :|
[]
, confDocDefault = Nothing
, confDocExamples = []
, confDocHelp = Just "big configuration object"
}
]