blob: ffd6a4a6e80c03790fe16cc6c7a25c322c6073d8 [file] [log] [blame]
{
"documentation" : "https://lucene.apache.org/solr/guide/schema-api.html#delete-a-field",
"description": "Deletes a field from the schema.",
"type":"object",
"properties":{
"name":{
"description" :"The name of the field to delete.",
"type" : "string"
}
},
"required" : ["name"]
}