Skip to content

Commit

Permalink
remove trailing commas to make the schema validate against strict par…
Browse files Browse the repository at this point in the history
…sing
  • Loading branch information
nickhilliard committed Jul 15, 2020
1 parent a5c028e commit bd62c72
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ixp-member-list.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,19 +400,19 @@
},
"os": {
"description": "Free text field to indicate the operating system of the route server for informational purposes.",
"type": "string",
"type": "string"
},
"os_version": {
"description": "Free text field to indicate the operating system version of the route server for informational purposes. Should not be present without os.",
"type": "string",
"type": "string"
},
"daemon": {
"description": "Free text field to indicate the BGP software daemon that provides the route server for informational purposes.",
"type": "string",
"type": "string"
},
"daemon_version": {
"description": "Free text field to indicate the BGP software daemon version that provides the route server for informational purposes. Should not be present without daemon.",
"type": "string",
"type": "string"
}
}
}
Expand Down Expand Up @@ -461,19 +461,19 @@
},
"os": {
"description": "Free text field to indicate the operating system of the route server for informational purposes.",
"type": "string",
"type": "string"
},
"os_version": {
"description": "Free text field to indicate the operating system version of the route server for informational purposes. Should not be present without os.",
"type": "string",
"type": "string"
},
"daemon": {
"description": "Free text field to indicate the BGP software daemon that provides the route server for informational purposes.",
"type": "string",
"type": "string"
},
"daemon_version": {
"description": "Free text field to indicate the BGP software daemon version that provides the route server for informational purposes. Should not be present without daemon.",
"type": "string",
"type": "string"
}
}
}
Expand Down

0 comments on commit bd62c72

Please sign in to comment.