{
  "data_asset_type": null,
  "expectation_suite_name": "basic_test",
  "expectations": [
    {
      "expectation_type": "expect_table_columns_to_match_ordered_list",
      "kwargs": {
        "column_list": [
          "AGREEMENT_ID",
          "ACCTCUR_REVENUE",
          "ACCTCUR_CLIENT"
        ]
      },
      "meta": {
        "notes": {
          "content": "Some clever comment about this expectation. **Markdown** `Supported`",
          "format": "markdown"
        }
      }
    },
    {
      "expectation_type": "expect_column_values_to_not_be_null",
      "kwargs": {
        "column": "AGREEMENT_ID",
        "mostly": 1.0
      },
      "meta": {
        "notes": {
          "content": "Some clever comment about this expectation. **Markdown** `Supported`",
          "format": "markdown"
        }
      }
    },
    {
      "expectation_type": "expect_table_row_count_to_equal",
      "kwargs": {
        "mostly": 1.0,
        "value": 500
      },
      "meta": {
        "notes": {
          "content": "Some clever comment about this expectation. **Markdown** `Supported`",
          "format": "markdown"
        }
      }
    }
  ],
  "ge_cloud_id": null,
  "meta": {
    "great_expectations_version": "0.16.0"
  }
}