{
    "content": [
        {
            "type": "text",
            "text": "# Test2::EventFacet::Info (perldoc)\n\n## NAME\n\nTest2::EventFacet::Info - Facet for information a developer might care about.\n\n## DESCRIPTION\n\nThis facet represents messages intended for humans that will help them either understand a\nresult, or diagnose a failure.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **NOTES**\n- **FIELDS**\n- **SOURCE**\n- **MAINTAINERS**\n- **AUTHORS**\n- **COPYRIGHT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Test2::EventFacet::Info",
        "section": "",
        "mode": "perldoc",
        "summary": "Test2::EventFacet::Info - Facet for information a developer might care about.",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "NOTES",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FIELDS",
                "lines": 52,
                "subsections": []
            },
            {
                "name": "SOURCE",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "MAINTAINERS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Test2::EventFacet::Info - Facet for information a developer might care about.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This facet represents messages intended for humans that will help them either understand a\nresult, or diagnose a failure.\n",
                "subsections": []
            },
            "NOTES": {
                "content": "This facet appears in a list instead of being a single item.\n",
                "subsections": []
            },
            "FIELDS": {
                "content": "$stringorstructure = $info->{details}\n$stringorstructure = $info->details()\nHuman readable string or data structure, this is the information to display. Formatters are\nfree to render the structures however they please. This may contain a blessed object.\n\nIf the \"table\" attribute (see below) is set then a renderer may choose to display the table\ninstead of the details.\n\n$structure = $info->{table}\n$structure = $info->table()\nIf the data the \"info\" facet needs to convey can be represented as a table then the data may\nbe placed in this attribute in a more raw form for better display. The data must also be\nrepresented in the \"details\" attribute for renderers which do not support rendering tables\ndirectly.\n\nThe table structure:\n\nmy %table = {\nheader => [ 'column 1 header', 'column 2 header', ... ], # Optional\n\nrows => [\n['row 1 column 1', 'row 1, column 2', ... ],\n['row 2 column 1', 'row 2, column 2', ... ],\n...\n],\n\n# Allow the renderer to hide empty columns when true, Optional\ncollapse => $BOOL,\n\n# List by name or number columns that should never be collapsed\nnocollapse => \\@LIST,\n}\n\n$shortstring = $info->{tag}\n$shortstring = $info->tag()\nShort tag to categorize the info. This is usually 10 characters or less, formatters may\ntruncate longer tags.\n\n$bool = $info->{debug}\n$bool = $info->debug()\nSet this to true if the message is critical, or explains a failure. This is info that should\nbe displayed by formatters even in less-verbose modes.\n\nWhen false the information is not considered critical and may not be rendered in\nless-verbose modes.\n\n$bool = $info->{important}\n$bool = $info->important\nThis should be set for non debug messages that are still important enough to show when a\nformatter is in quiet mode. A formatter should send these to STDOUT not STDERR, but should\nshow them even in non-verbose mode.\n",
                "subsections": []
            },
            "SOURCE": {
                "content": "The source code repository for Test2 can be found at http://github.com/Test-More/test-more/.\n",
                "subsections": []
            },
            "MAINTAINERS": {
                "content": "Chad Granum <exodist@cpan.org>\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "Chad Granum <exodist@cpan.org>\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright 2020 Chad Granum <exodist@cpan.org>.\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n\nSee http://dev.perl.org/licenses/\n",
                "subsections": []
            }
        }
    }
}