# frozen_string_literal: true require "lutaml/model" module Modspec class Identifier < Lutaml::Model::Type::String # attribute :identifier, :string end end