diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-13 15:00:46 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-13 15:00:46 -0700 |
commit | 4575478d953fae3068959feef80517cafc826fea (patch) | |
tree | c0e888c56e88df69d8cc2811e8f51069e1e33fbe /rust/fatcat-openapi/docs/ReleaseContrib.md | |
parent | 94f72165f5b030c3189453249e05fab0dcf62d9b (diff) | |
download | fatcat-cli-4575478d953fae3068959feef80517cafc826fea.tar.gz fatcat-cli-4575478d953fae3068959feef80517cafc826fea.zip |
copy codegen rust openapi client from fatcat repo
Diffstat (limited to 'rust/fatcat-openapi/docs/ReleaseContrib.md')
-rw-r--r-- | rust/fatcat-openapi/docs/ReleaseContrib.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/rust/fatcat-openapi/docs/ReleaseContrib.md b/rust/fatcat-openapi/docs/ReleaseContrib.md new file mode 100644 index 0000000..b30b1d8 --- /dev/null +++ b/rust/fatcat-openapi/docs/ReleaseContrib.md @@ -0,0 +1,18 @@ +# ReleaseContrib + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**index** | **i64** | Internally assigned zero-indexed sequence number of contribution. Authors should come first; this encodes the order of attriubtion. | [optional] [default to None] +**creator_id** | **String** | If known, indicates the creator entity this contribution was made by. | [optional] [default to None] +**creator** | [***models::CreatorEntity**](creator_entity.md) | | [optional] [default to None] +**raw_name** | **String** | Full name of the contributor as typeset in the release. | [optional] [default to None] +**given_name** | **String** | In English commonly the first name, but ordering is context and culture specific. | [optional] [default to None] +**surname** | **String** | In English commonly the last, or family name, but ordering is context and culture specific. | [optional] [default to None] +**role** | **String** | Short string (slug) indicating type of contribution (eg, \"author\", \"translator\"). See guide for list of accpeted values. | [optional] [default to None] +**raw_affiliation** | **String** | Raw affiliation string as displayed in text | [optional] [default to None] +**extra** | [**std::collections::HashMap<String, serde_json::Value>**](AnyType.md) | Additional free-form JSON metadata about this contributor/contribution. See guide for normative schema. | [optional] [default to None] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + |