Sha256: 2221147bdf021bd3c2ed66bbdd048aabace101190286f2ad6ba98bc16af3686b

Contents?: true

Size: 939 Bytes

Versions: 11

Compression:

Stored size: 939 Bytes

Contents

Field:
  Description: A single data variable associated with an entity
  Fields:
    Description:
      Description: A plain-language description of the variable

    Multiple?:
      Description: Whether or not this variable can occur multiple times

    Type:
      Description: Type of data contained in this field (defaults to String)

    Validations:
      Description: Restrictions on the values allowed in this field
      Multiple: True
      Valid Values:
        - Must be positive
        - Must be non-negative

    Valid Values:
      Description: List of possible literal values for this field
      Multiple: True

    Minimum Value:
      Description: Minimum value allowed for this field (numeric fields only)
      Type: Numeric

    Maximum Value:
      Description: Maximum value allowed for this field (numeric fields only)
      Type: Numeric

  Related Entities:
    Belongs To:
      Entity*:
        Type: Entity

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
spectifly-0.0.11 lib/entities/field.entity
spectifly-0.0.10 lib/entities/field.entity
spectifly-0.0.9 lib/entities/field.entity
spectifly-0.0.8 lib/entities/field.entity
spectifly-0.0.7 lib/entities/field.entity
spectifly-0.0.6 lib/entities/field.entity
spectifly-0.0.5 lib/entities/field.entity
spectifly-0.0.4 lib/entities/field.entity
spectifly-0.0.3 lib/entities/field.entity
spectifly-0.0.2 lib/entities/field.entity
spectifly-0.0.1 lib/entities/field.entity