Skip to content

Commit

Permalink
add additional/conditional fields into the schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pettai committed Oct 21, 2024
1 parent 8f28d3e commit 0c8d79f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jc/parsers/nsd_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@
"zone": string
"status": {
"state": string,
"pattern": string, # Additional
"catalog-member-id": string, # Additional
"served-serial": string,
"commit-serial": string,
"wait": string
"notified-serial": string, # Conditional
"wait": string,
"transfer": string # Conditional
}
}
]
Expand Down

0 comments on commit 0c8d79f

Please sign in to comment.