Skip to content

BasicType

Hans Lienhop edited this page Oct 5, 2023 · 8 revisions

Type: object

path: #

Properties

  • identifier
    • Type: string
    • path: #/properties/identifier
  • name required
    • Type Name

    • please use printable ascii characters without blank
    • Type: string
    • path: #/properties/name
    • The value must match this pattern: ^([!-~])+$
    • Length: ≤ 256
  • description
    • Description

    • Type: string
    • path: #/properties/description
    • The value must match this pattern: (.| )*
    • Length: ≤ 2048
  • versioning
    • Versioning

    • Type: object
    • path: #/properties/versioning
    • Properties
      • version
        • Version
        • Type: string
        • path: #/properties/versioning/properties/version
      • previousVersion
        • Previous Version
        • path: #/properties/versioning/properties/previousVersion
      • nextVersion
        • Next Version
        • path: #/properties/versioning/properties/nextVersion
  • provenance
    • Provenance

    • Type: object
    • path: #/properties/provenance
    • Properties
      • contributors
        • Contributors of this Record
        • Type: array
        • path: #/properties/provenance/properties/contributors
          • Items
          • Contributor
          • Type: object
          • path: #/properties/provenance/properties/contributors/items
          • Properties
            • identifiedUsing required
              • Identified Using
              • Type: string
              • path: #/properties/provenance/properties/contributors/items/properties/identifiedUsing
            • name required
              • Name
              • Type: string
              • path: #/properties/provenance/properties/contributors/items/properties/name
              • Length: ≤ 2048
            • details
              • Details
              • Type: string
              • path: #/properties/provenance/properties/contributors/items/properties/details
              • String format must be a "textarea"
              • Length: ≤ 1024
      • creationDate
        • Creation Date
        • Type: string
        • path: #/properties/provenance/properties/creationDate
        • String format must be a "datetime"
      • lastModificationDate
        • Last Modification Date
        • Type: string
        • path: #/properties/provenance/properties/lastModificationDate
        • String format must be a "datetime"
      • W3C PROV
        • W3C Provenance
        • The W3C defines some attributes that can link digital entities to others, via different kinds of relationships. Please use handle PID's if possible.
        • Type: array
        • path: #/properties/provenance/properties/W3C PROV
        • Item Count: between 1 and 1
          • Items
          • Type: object
          • path: #/properties/provenance/properties/W3C PROV/items
          • Properties
            • wasDerivedFrom
              • Type: array
              • path: #/properties/provenance/properties/W3C PROV/items/properties/wasDerivedFrom
                • Items
                • Type: string
                • path: #/properties/provenance/properties/W3C PROV/items/properties/wasDerivedFrom/items
            • specializationOf
              • Type: array
              • path: #/properties/provenance/properties/W3C PROV/items/properties/specializationOf
                • Items
                • Type: string
                • path: #/properties/provenance/properties/W3C PROV/items/properties/specializationOf/items
            • wasRevisionOf
              • Type: array
              • path: #/properties/provenance/properties/W3C PROV/items/properties/wasRevisionOf
                • Items
                • Type: string
                • path: #/properties/provenance/properties/W3C PROV/items/properties/wasRevisionOf/items
            • hadPrimarySource
              • Type: array
              • path: #/properties/provenance/properties/W3C PROV/items/properties/hadPrimarySource
                • Items
                • Type: string
                • path: #/properties/provenance/properties/W3C PROV/items/properties/hadPrimarySource/items
            • wasQuotedFrom
              • Type: array
              • path: #/properties/provenance/properties/W3C PROV/items/properties/wasQuotedFrom
                • Items
                • Type: string
                • path: #/properties/provenance/properties/W3C PROV/items/properties/wasQuotedFrom/items
            • alternateOf
              • Type: array
              • path: #/properties/provenance/properties/W3C PROV/items/properties/alternateOf
                • Items
                • Type: string
                • path: #/properties/provenance/properties/W3C PROV/items/properties/alternateOf/items
  • Aliases
    • Aliases

    • Provide a list of aliases as alternatives to the chosen name.
    • Type: array
    • path: #/properties/Aliases
      • Items
      • Alias

      • Type: string
      • path: #/properties/Aliases/items
  • MeasuredUnits
    • Measured Units

    • Units that are measured using this type.
    • Type: array
    • path: #/properties/MeasuredUnits
      • Items
      • Unit

      • path: #/properties/MeasuredUnits/items
  • ExpectedUse
    • Expected Use

    • Type: string
    • path: #/properties/ExpectedUse
    • String format must be a "textarea"
    • Length: ≤ 1024
  • TypeSchema
    • Properties

    • path: #/properties/TypeSchema
      • String format must be a "textarea"
    • Length: ≤ 1024

Generated with json-schema-md-doc

Clone this wiki locally