use *;
/// ## JSON Array schema value
///
/// Runtime representation of a 'to-be-deserialized' JSON Array.
///
/// This object specify if the array is optional and describes its children.
///
///
/// ### Limitations
///
/// This objects cannot describe multiple types of childrens