From 19c582a3cf1c42e9c75170650ccd141eda903479 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 9 Feb 2021 18:57:00 -0800 Subject: move source code to top-level directory --- rust/fatcat-openapi/docs/ReleaseContrib.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 rust/fatcat-openapi/docs/ReleaseContrib.md (limited to 'rust/fatcat-openapi/docs/ReleaseContrib.md') diff --git a/rust/fatcat-openapi/docs/ReleaseContrib.md b/rust/fatcat-openapi/docs/ReleaseContrib.md deleted file mode 100644 index b30b1d8..0000000 --- a/rust/fatcat-openapi/docs/ReleaseContrib.md +++ /dev/null @@ -1,18 +0,0 @@ -# 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**](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) - - -- cgit v1.2.3