Skip to content

Commit

Permalink
remove dialect from overview block
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Feb 13, 2024
1 parent e90d18d commit d679770
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions jsonschema-validation-output-machines.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ the following metadata regarding the validation:

| JSON Property Name | Description |
|:-:|:-|
| `dialect` | Schema dialect (`$schema` value) |
| `baseUri` | Schema base URI (`$id` value) |
| `baseUri` | Evaluation root base URI (`$id` value) |
| `valid` | Boolean containing the overall validation result |
| `details` | Contains the detailed subschema evaluation results in one of the [formats](#output-structure) below<br> Required only for "list" and "hierarchical" formats |
<!-- Placeholder for other metadata ideas -->
Expand Down Expand Up @@ -245,7 +244,6 @@ completeness.

```json "Failing Results"
{
"dialect": "https://json-schema.org/draft/next/schema",
"baseUri": "https://json-schema.org/schemas/example",
"valid": false,
"details": [
Expand Down Expand Up @@ -282,7 +280,6 @@ completeness.

```json "Passing Results"
{
"dialect": "https://json-schema.org/draft/next/schema",
"baseUri": "https://json-schema.org/schemas/example",
"valid": true,
"details": [
Expand Down Expand Up @@ -366,7 +363,6 @@ All output units are included in this format.

```json "failing Results
{
"dialect": "https://json-schema.org/draft/next/schema",
"baseUri": "https://json-schema.org/schemas/example",
"valid": false,
"details": {
Expand Down Expand Up @@ -461,7 +457,6 @@ All output units are included in this format.

```json "Passing Results
{
"dialect": "https://json-schema.org/draft/next/schema",
"baseUri": "https://json-schema.org/schemas/example",
"valid": false,
"details": {
Expand Down

0 comments on commit d679770

Please sign in to comment.