caosadvancedtools.bloxberg.swagger_client.models package

Submodules

caosadvancedtools.bloxberg.swagger_client.models.batch module

Research Object Certification

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501

OpenAPI spec version: 0.2.0

Generated by: https://github.com/swagger-api/swagger-codegen.git

class caosadvancedtools.bloxberg.swagger_client.models.batch.Batch(public_key=None, crid=None, crid_type=None, enable_ipfs=None, metadata_json=None)

Bases: object

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually.

attribute_map = {'crid': 'crid', 'crid_type': 'cridType', 'enable_ipfs': 'enableIPFS', 'metadata_json': 'metadataJson', 'public_key': 'publicKey'}
property crid

E501

Cryptographic Identifier of each file you wish to certify. One certificate will be generated per hash up to a maximum of 1001 in a single request # noqa: E501

Returns

The crid of this Batch. # noqa: E501

Return type

list[str]

Type

Gets the crid of this Batch. # noqa

property crid_type

E501

If crid is not self-describing, provide the type of cryptographic function you used to generate the cryptographic identifier. Please use the name field from the multihash list to ensure compatibility: https://github.com/multiformats/multicodec/blob/master/table.csv # noqa: E501

Returns

The crid_type of this Batch. # noqa: E501

Return type

str

Type

Gets the crid_type of this Batch. # noqa

property enable_ipfs

E501

EXPERIMENTAL: Set to true to enable posting certificate to IPFS. If set to false, will simply return certificates in the response. By default, this is disabled on the server due to performance and storage problems with IPFS # noqa: E501

Returns

The enable_ipfs of this Batch. # noqa: E501

Return type

bool

Type

Gets the enable_ipfs of this Batch. # noqa

property metadata_json

E501

Provide optional metadata to describe the research object batch in more detail that will be included in the certificate. # noqa: E501

Returns

The metadata_json of this Batch. # noqa: E501

Return type

str

Type

Gets the metadata_json of this Batch. # noqa

property public_key

E501

Public bloxberg address where the Research Object Certificate token will be minted # noqa: E501

Returns

The public_key of this Batch. # noqa: E501

Return type

str

Type

Gets the public_key of this Batch. # noqa

swagger_types = {'crid': 'list[str]', 'crid_type': 'str', 'enable_ipfs': 'bool', 'metadata_json': 'str', 'public_key': 'str'}
to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model

caosadvancedtools.bloxberg.swagger_client.models.controller_cert_tools_generate_pdf_json_certificate module

Research Object Certification

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501

OpenAPI spec version: 0.2.0

Generated by: https://github.com/swagger-api/swagger-codegen.git

class caosadvancedtools.bloxberg.swagger_client.models.controller_cert_tools_generate_pdf_json_certificate.ControllerCertToolsGeneratePdfJsonCertificate(context=None, id=None, type=None, issuer=None, issuance_date=None, credential_subject=None, display_html=None, crid=None, crid_type=None, metadata_json=None, proof=None)

Bases: object

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually.

attribute_map = {'context': '@context', 'credential_subject': 'credentialSubject', 'crid': 'crid', 'crid_type': 'cridType', 'display_html': 'displayHtml', 'id': 'id', 'issuance_date': 'issuanceDate', 'issuer': 'issuer', 'metadata_json': 'metadataJson', 'proof': 'proof', 'type': 'type'}
property context

E501

Relevant JSON-LD context links in order to validate Verifiable Credentials according to their spec. # noqa: E501

Returns

The context of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa: E501

Return type

list[str]

Type

Gets the context of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa

property credential_subject

E501

Returns

The credential_subject of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa: E501

Return type

object

Type

Gets the credential_subject of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa

property crid

E501

Returns

The crid of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa: E501

Return type

str

Type

Gets the crid of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa

property crid_type

E501

Returns

The crid_type of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa: E501

Return type

str

Type

Gets the crid_type of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa

property display_html

E501

Returns

The display_html of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa: E501

Return type

str

Type

Gets the display_html of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa

property id

E501

Returns

The id of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa: E501

Return type

str

Type

Gets the id of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa

property issuance_date

E501

Returns

The issuance_date of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa: E501

Return type

str

Type

Gets the issuance_date of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa

property issuer

E501

Returns

The issuer of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa: E501

Return type

str

Type

Gets the issuer of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa

property metadata_json

E501

Returns

The metadata_json of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa: E501

Return type

str

Type

Gets the metadata_json of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa

property proof

E501

Returns

The proof of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa: E501

Return type

object

Type

Gets the proof of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa

swagger_types = {'context': 'list[str]', 'credential_subject': 'object', 'crid': 'str', 'crid_type': 'str', 'display_html': 'str', 'id': 'str', 'issuance_date': 'str', 'issuer': 'str', 'metadata_json': 'str', 'proof': 'object', 'type': 'list[str]'}
to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model

property type

E501

Returns

The type of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa: E501

Return type

list[str]

Type

Gets the type of this ControllerCertToolsGeneratePdfJsonCertificate. # noqa

caosadvancedtools.bloxberg.swagger_client.models.controller_cert_tools_generate_unsigned_certificate_json_certificate module

Research Object Certification

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501

OpenAPI spec version: 0.2.0

Generated by: https://github.com/swagger-api/swagger-codegen.git

class caosadvancedtools.bloxberg.swagger_client.models.controller_cert_tools_generate_unsigned_certificate_json_certificate.ControllerCertToolsGenerateUnsignedCertificateJsonCertificate(context=None, id=None, type=None, issuer=None, issuance_date=None, credential_subject=None, display_html=None, crid=None, crid_type=None, metadata_json=None, proof=None)

Bases: object

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually.

attribute_map = {'context': '@context', 'credential_subject': 'credentialSubject', 'crid': 'crid', 'crid_type': 'cridType', 'display_html': 'displayHtml', 'id': 'id', 'issuance_date': 'issuanceDate', 'issuer': 'issuer', 'metadata_json': 'metadataJson', 'proof': 'proof', 'type': 'type'}
property context

E501

Relevant JSON-LD context links in order to validate Verifiable Credentials according to their spec. # noqa: E501

Returns

The context of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa: E501

Return type

list[str]

Type

Gets the context of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa

property credential_subject

E501

Returns

The credential_subject of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa: E501

Return type

object

Type

Gets the credential_subject of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa

property crid

E501

Returns

The crid of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa: E501

Return type

str

Type

Gets the crid of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa

property crid_type

E501

Returns

The crid_type of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa: E501

Return type

str

Type

Gets the crid_type of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa

property display_html

E501

Returns

The display_html of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa: E501

Return type

str

Type

Gets the display_html of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa

property id

E501

Returns

The id of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa: E501

Return type

str

Type

Gets the id of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa

property issuance_date

E501

Returns

The issuance_date of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa: E501

Return type

str

Type

Gets the issuance_date of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa

property issuer

E501

Returns

The issuer of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa: E501

Return type

str

Type

Gets the issuer of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa

property metadata_json

E501

Returns

The metadata_json of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa: E501

Return type

str

Type

Gets the metadata_json of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa

property proof

E501

Returns

The proof of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa: E501

Return type

object

Type

Gets the proof of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa

swagger_types = {'context': 'list[str]', 'credential_subject': 'object', 'crid': 'str', 'crid_type': 'str', 'display_html': 'str', 'id': 'str', 'issuance_date': 'str', 'issuer': 'str', 'metadata_json': 'str', 'proof': 'object', 'type': 'list[str]'}
to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model

property type

E501

Returns

The type of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa: E501

Return type

list[str]

Type

Gets the type of this ControllerCertToolsGenerateUnsignedCertificateJsonCertificate. # noqa

caosadvancedtools.bloxberg.swagger_client.models.http_validation_error module

Research Object Certification

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501

OpenAPI spec version: 0.2.0

Generated by: https://github.com/swagger-api/swagger-codegen.git

class caosadvancedtools.bloxberg.swagger_client.models.http_validation_error.HTTPValidationError(detail=None)

Bases: object

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually.

attribute_map = {'detail': 'detail'}
property detail

E501

Returns

The detail of this HTTPValidationError. # noqa: E501

Return type

list[ValidationError]

Type

Gets the detail of this HTTPValidationError. # noqa

swagger_types = {'detail': 'list[ValidationError]'}
to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model

caosadvancedtools.bloxberg.swagger_client.models.validation_error module

Research Object Certification

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501

OpenAPI spec version: 0.2.0

Generated by: https://github.com/swagger-api/swagger-codegen.git

class caosadvancedtools.bloxberg.swagger_client.models.validation_error.ValidationError(loc=None, msg=None, type=None)

Bases: object

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually.

attribute_map = {'loc': 'loc', 'msg': 'msg', 'type': 'type'}
property loc

E501

Returns

The loc of this ValidationError. # noqa: E501

Return type

list[str]

Type

Gets the loc of this ValidationError. # noqa

property msg

E501

Returns

The msg of this ValidationError. # noqa: E501

Return type

str

Type

Gets the msg of this ValidationError. # noqa

swagger_types = {'loc': 'list[str]', 'msg': 'str', 'type': 'str'}
to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model

property type

E501

Returns

The type of this ValidationError. # noqa: E501

Return type

str

Type

Gets the type of this ValidationError. # noqa

Module contents

Research Object Certification

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501

OpenAPI spec version: 0.2.0

Generated by: https://github.com/swagger-api/swagger-codegen.git