CommonsDB Developer PortalCommonsDB Developer PortalCommonsDB Developer Portal
  • Documentation
  • Declaration API
  • Metadata API
  • Search API
  • Status API
search
    Search declarations by ISCC codeget
Schemas
powered by Zudoku
Search Engine API

Schemas


SearchResponse

  • qstring

    The ISCC query that was searched (with ISCC: prefix)

  • hashBitsstring

    Binary representation of the content hash bits used for search

  • invalidCountinteger

    Number of results that were filtered out due to invalid data

  • versionstring

    API version

  • resultsobject[]

    Array of matching declarations sorted by similarity score (ascending)

SearchResult

  • s3MapItemIdstring

    Internal vector database ID

  • s3Pathstring

    S3 path where the declaration is stored

  • scorenumber

    Hamming distance score. Lower values indicate more similar content. Results with distance >= 10 are filtered out.

  • docBodyobject

    Censored declaration data (excludes private metadata and signatures)

SearchResultDeclaration

  • metaInternalobject

    Internal metadata for the declaration

  • declarationMetadataobject

PublicMetadata

  • $schemastring · uri

    Schema URL

  • @contextstring · uri

    JSON-LD context URL

  • isccstring

    ISCC code

  • namestring

    Title of the Work

  • descriptionstring

    Description of the Work

  • mediatypestring

    MIME type of the content

  • thumbnailstring

    Base64-encoded thumbnail image

  • redirectstring · uri

    Redirect URL

  • sourceUrlstring · uri

    Source URL

  • timestampinteger · int64

    Unix timestamp in milliseconds

  • declarerIdstring

    DID of the declarer

  • entryUUIDstring

    Entry UUID from source system

  • versioninteger

    Declaration version

CommonsDbRegistry

  • isccstring

    ISCC code

  • locationstring · uri

    URL of the content at the supplier

  • rightsStatementstring · uri

    License/rights statement URL (Creative Commons or Public Domain)

  • timestampinteger · int64

    Unix timestamp in milliseconds

  • declarationIdstring

    Reference to related declaration

  • credentialsobject[]

    Credentials with proofs

ErrorResponse

  • errorstring

    Error type or title

  • messagestring

    Detailed error message

On this page
  • SearchResponse
  • SearchResult
  • SearchResultDeclaration
  • PublicMetadata
  • CommonsDbRegistry
  • ErrorResponse