blob: 682c9f6e2e4a2bc5a24af57ee03bf862087831bd [file] [log] [blame]
{
"type":"object",
"documentation": "https://lucene.apache.org/solr/guide/schema-api.html#delete-a-copy-field-rule",
"description": "Deletes a copy field rule. Both sides of the copy rule (source and destination) are required in order to delete the rule.",
"properties":{
"source": {
"type":"string",
"description": "The field the copy rule is defined to copy from."
},
"dest": {
"type": "string",
"description": "The field the copy rule is defined to copy to."
}
},
"required": [
"source",
"dest"
]
}