All Downloads are FREE. Search and download functionalities are using the official Maven repository.

apispec.core.SchemaEdit.deleteDynamicField.json Maven / Gradle / Ivy

There is a newer version: 9.7.0
Show newest version
{
  "documentation": "https://lucene.apache.org/solr/guide/schema-api.html#delete-a-dynamic-field-rule",
  "description": "Deletes a dynamic field.",
  "type":"object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the dynamic field to delete."
    }
  },
  "required":["name"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy