Skip to content

Commit

Permalink
Fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Aug 10, 2024
1 parent 927efd1 commit 3e14cc4
Showing 1 changed file with 2 additions and 133 deletions.
135 changes: 2 additions & 133 deletions schema/omicron-datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,139 +75,8 @@
}
},
"DatasetKind": {
"description": "Describes the purpose of the dataset.",
"oneOf": [
{
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"enum": [
"cockroachdb"
]
}
}
},
{
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"enum": [
"crucible"
]
}
}
},
{
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"enum": [
"clickhouse"
]
}
}
},
{
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"enum": [
"clickhouse_keeper"
]
}
}
},
{
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"enum": [
"external_dns"
]
}
}
},
{
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"enum": [
"internal_dns"
]
}
}
},
{
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"enum": [
"zone_root"
]
}
}
},
{
"type": "object",
"required": [
"name",
"type"
],
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string",
"enum": [
"zone"
]
}
}
},
{
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"enum": [
"debug"
]
}
}
}
]
"description": "The kind of dataset. See the `DatasetKind` enum in omicron-common for possible values.",
"type": "string"
},
"DatasetName": {
"type": "object",
Expand Down

0 comments on commit 3e14cc4

Please sign in to comment.