Cradicle Explorer
archivesspace
Info
Issues
Patches
Wallets
Source
Source
.devcontainer
.github
.vscode
_yard
templates
API.erb
Gemfile
Gemfile.lock
endpoint_object.rb
handler.rb
rakefile.rb
schema_object.rb
yard-aspace.rb
backend
build
ci_logs
clustering
common
contribution_files
docs
e2e-tests
frontend
indexer
jmeter
launcher
oai
plugins
proxy
public
reports
scripts
solr
stylesheets
supervisord
templates
.dockerignore
.env.docker.db
.env.docker.dev
.env.docker.prod
.env.docker.release
.gitignore
.gitmodules
.prettierignore
.prettierrc
.rubocop.yml
.solargraph.yml
.stylelintignore
.stylelintrc
.travis.yml
.yamllint
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
DOCKER_DEV.md
Dev.dockerfile
Dockerfile
Gemfile
Gemfile.lock
PULL_REQUEST_TEMPLATE.md
README.md
Rakefile
SECURITY.md
Thorfile
docker-compose-dev-full.yml
docker-compose-dev.yml
docker-compose-dist.yml
docker-compose-docs.yml
docker-compose-fake-smtp.yml
docker-compose-prod.yml
docker-compose-release.yml
docker-compose.yml
docker-startup.sh
eslint.config.mjs
package-lock.json
package.json
track-release-downloads.csv
/
_yard
/ schema_object.rb
schema_object.rb
1
module YARD::CodeObjects
2
3
class SchemaObject < Base
4
5
def type
6
:schema
7
end
8
end
9
end