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

json.schema.tests.assigned.json Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
{
  "$id": "https://open-metadata.org/schema/tests/assigned.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Assigned",
  "description": "test case failure details for assigned failures",
  "javaType": "org.openmetadata.schema.tests.type.Assigned",
  "type": "object",
  "properties": {
    "assignee": {
      "description": "User working on failure resolution.",
      "$ref": "../type/entityReference.json"
    }
  },
  "required": ["assignee"],
  "additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy