Skip to content

Commit

Permalink
fuseki: remove dataset from json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Jul 23, 2024
1 parent 08374c3 commit 7766e64
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions zazuko/fuseki/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
},
"title": "UpdateStrategy"
},
"dataset": {
"$ref": "#/definitions/Dataset"
},
"replicaCount": {
"$ref": "#/definitions/ReplicaCount"
},
Expand Down Expand Up @@ -167,17 +164,6 @@
},
"title": "Config"
},
"Dataset": {
"type": "object",
"additionalProperties": false,
"properties": {
"baseUrl": {
"type": "string",
"default": ""
}
},
"title": "Dataset"
},
"Annotations": {
"type": "object",
"additionalProperties": true,
Expand Down

0 comments on commit 7766e64

Please sign in to comment.