Name | Type | Description | Notes |
---|---|---|---|
iri | str | The IRI of the ontology. | [optional] |
original_iri | str | In case of a fully-hosted registration, enter this field to indicate the original IRI in the provided contents to be used for the "migration" of corresponding entities to the new IRI. | [optional] |
name | str | The name for the ontology. If omitted, the ORR will try to get this information from standard metadata in the submitted ontology contents. | [optional] |
org_name | str | ID of the organization that will own the ontology registration. If omitted, the owner will be the submitting user. | [optional] |
visibility | str | One of: `owner` or `public`. The default visibility is `owner`. | [optional] |
status | str | One of: `draft`, `unstable`, `testing`, `stable`, `deprecated`, `archaic`. There's no default value. | [optional] |
user_name | str | Registered user making the request. | [optional] |
uploaded_filename | str | Name of file previously uploaded via prior `POST /ont/upload` request. | [optional] |
uploaded_format | str | Format of the file previously uploaded via prior `POST /ont/upload` request. | [optional] |
contents | str | Direct contents of the ontology. | [optional] |
format | str | Format of the `contents`. | [optional] |