@fedify/fedify 0.5.0-dev.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @fedify/fedify might be problematic. Click here for more details.
- package/CHANGES.md +239 -0
- package/LICENSE +661 -0
- package/README.md +96 -0
- package/esm/_dnt.shims.d.ts +11 -0
- package/esm/_dnt.shims.d.ts.map +1 -0
- package/esm/_dnt.shims.js +67 -0
- package/esm/_dnt.test_polyfills.d.ts.map +1 -0
- package/esm/_dnt.test_shims.d.ts.map +1 -0
- package/esm/codegen/fs.d.ts.map +1 -0
- package/esm/codegen/schema.d.ts.map +1 -0
- package/esm/codegen/schema.yaml +194 -0
- package/esm/codegen/type.d.ts.map +1 -0
- package/esm/deps/crux.land/api/get/2KNRVU.d.ts.map +1 -0
- package/esm/deps/deno.land/x/mock_fetch@0.3.0/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@david/which-runtime/0.2.0/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@hongminhee/aitertools/0.6.0/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@hongminhee/aitertools/0.6.0/src/collections.d.ts.map +1 -0
- package/esm/deps/jsr.io/@hongminhee/aitertools/0.6.0/src/concat.d.ts.map +1 -0
- package/esm/deps/jsr.io/@hongminhee/aitertools/0.6.0/src/drop.d.ts.map +1 -0
- package/esm/deps/jsr.io/@hongminhee/aitertools/0.6.0/src/filter.d.ts.map +1 -0
- package/esm/deps/jsr.io/@hongminhee/aitertools/0.6.0/src/fold.d.ts.map +1 -0
- package/esm/deps/jsr.io/@hongminhee/aitertools/0.6.0/src/infinite.d.ts.map +1 -0
- package/esm/deps/jsr.io/@hongminhee/aitertools/0.6.0/src/map.d.ts.map +1 -0
- package/esm/deps/jsr.io/@hongminhee/aitertools/0.6.0/src/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@hongminhee/aitertools/0.6.0/src/range.d.ts.map +1 -0
- package/esm/deps/jsr.io/@hongminhee/aitertools/0.6.0/src/take.d.ts.map +1 -0
- package/esm/deps/jsr.io/@hongminhee/aitertools/0.6.0/src/tee.d.ts.map +1 -0
- package/esm/deps/jsr.io/@hongminhee/aitertools/0.6.0/src/testing.d.ts.map +1 -0
- package/esm/deps/jsr.io/@hongminhee/aitertools/0.6.0/src/unique.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/_constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/_diff.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/_format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_almost_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_array_includes.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_exists.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_false.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_greater.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_greater_or_equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_is_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_less.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_less_or_equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_not_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_not_instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_not_match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_not_strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_object_match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_rejects.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_string_includes.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assert_throws.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/assertion_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/fail.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/unimplemented.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/0.220.1/unreachable.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/concat.d.ts +14 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/concat.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/concat.js +27 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/copy.d.ts +28 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/copy.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/copy.js +37 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/ends_with.d.ts +14 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/ends_with.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/ends_with.js +23 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/equals.d.ts +6 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/equals.js +44 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/includes_needle.d.ts +17 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/includes_needle.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/includes_needle.js +21 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/index_of_needle.d.ts +18 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/index_of_needle.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/index_of_needle.js +45 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/last_index_of_needle.d.ts +18 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/last_index_of_needle.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/last_index_of_needle.js +45 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/mod.d.ts +24 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/mod.js +25 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/repeat.d.ts +15 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/repeat.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/repeat.js +33 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/starts_with.d.ts +14 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/starts_with.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/bytes/0.220.1/starts_with.js +21 -0
- package/esm/deps/jsr.io/@std/encoding/0.220.1/_util.d.ts +2 -0
- package/esm/deps/jsr.io/@std/encoding/0.220.1/_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/0.220.1/_util.js +26 -0
- package/esm/deps/jsr.io/@std/encoding/0.220.1/base64.d.ts +27 -0
- package/esm/deps/jsr.io/@std/encoding/0.220.1/base64.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/0.220.1/base64.js +141 -0
- package/esm/deps/jsr.io/@std/fmt/0.220.1/colors.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/fs/0.220.1/_get_file_info_type.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/fs/0.220.1/_to_path_string.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/fs/0.220.1/ensure_dir.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/fs/0.220.1/ensure_file.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/http/0.220.1/_negotiation/common.d.ts +38 -0
- package/esm/deps/jsr.io/@std/http/0.220.1/_negotiation/common.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/http/0.220.1/_negotiation/common.js +40 -0
- package/esm/deps/jsr.io/@std/http/0.220.1/_negotiation/encoding.d.ts +34 -0
- package/esm/deps/jsr.io/@std/http/0.220.1/_negotiation/encoding.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/http/0.220.1/_negotiation/encoding.js +121 -0
- package/esm/deps/jsr.io/@std/http/0.220.1/_negotiation/language.d.ts +31 -0
- package/esm/deps/jsr.io/@std/http/0.220.1/_negotiation/language.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/http/0.220.1/_negotiation/language.js +113 -0
- package/esm/deps/jsr.io/@std/http/0.220.1/_negotiation/media_type.d.ts +31 -0
- package/esm/deps/jsr.io/@std/http/0.220.1/_negotiation/media_type.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/http/0.220.1/_negotiation/media_type.js +140 -0
- package/esm/deps/jsr.io/@std/http/0.220.1/negotiation.d.ts +128 -0
- package/esm/deps/jsr.io/@std/http/0.220.1/negotiation.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/http/0.220.1/negotiation.js +37 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/_common/assert_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/_common/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/_common/common.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/_common/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/_common/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/_common/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/_common/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/_common/glob_to_reg_exp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/_common/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/_common/normalize_string.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/_common/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/_common/strip_trailing_separators.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/_common/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/_interface.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/_os.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/common.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/extname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/is_absolute.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/is_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/join.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/join_globs.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/normalize_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/parse.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/common.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/extname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/is_absolute.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/is_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/join.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/join_globs.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/normalize_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/parse.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/resolve.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/posix/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/resolve.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/common.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/extname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/is_absolute.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/is_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/join.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/join_globs.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/normalize_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/parse.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/resolve.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/0.220.1/windows/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/_constants.d.ts +2 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/_constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/_constants.js +10 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/_shared.d.ts +44 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/_shared.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/_shared.js +161 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/can_parse.d.ts +2 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/can_parse.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/can_parse.js +14 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/compare.d.ts +11 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/compare.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/compare.js +18 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/constants.d.ts +43 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/constants.js +73 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/difference.d.ts +6 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/difference.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/difference.js +16 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/equals.d.ts +8 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/equals.js +10 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/format.d.ts +13 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/format.js +36 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/format_range.d.ts +9 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/format_range.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/format_range.js +16 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/greater_or_equal.d.ts +8 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/greater_or_equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/greater_or_equal.js +9 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/greater_than.d.ts +8 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/greater_than.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/greater_than.js +10 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/increment.d.ts +29 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/increment.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/increment.js +160 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/is_range.d.ts +13 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/is_range.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/is_range.js +28 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/is_semver.d.ts +18 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/is_semver.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/is_semver.js +38 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/less_or_equal.d.ts +8 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/less_or_equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/less_or_equal.js +9 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/less_than.d.ts +8 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/less_than.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/less_than.js +9 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/max_satisfying.d.ts +10 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/max_satisfying.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/max_satisfying.js +18 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/min_satisfying.d.ts +10 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/min_satisfying.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/min_satisfying.js +18 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/mod.d.ts +291 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/mod.js +293 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/not_equals.d.ts +8 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/not_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/not_equals.js +9 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/parse.d.ts +9 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/parse.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/parse.js +34 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/parse_range.d.ts +8 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/parse_range.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/parse_range.js +336 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/range_intersects.d.ts +9 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/range_intersects.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/range_intersects.js +72 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/range_max.d.ts +8 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/range_max.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/range_max.js +58 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/range_min.d.ts +8 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/range_min.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/range_min.js +49 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/test_range.d.ts +9 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/test_range.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/test_range.js +69 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/try_parse.d.ts +8 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/try_parse.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/try_parse.js +17 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/try_parse_range.d.ts +8 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/try_parse_range.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/try_parse_range.js +17 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/types.d.ts +38 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/semver/0.220.1/types.js +2 -0
- package/esm/deps/jsr.io/@std/testing/0.220.1/snapshot.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/text/0.220.1/_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/text/0.220.1/case.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/text/0.220.1/closest_string.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/text/0.220.1/compare_similarity.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/text/0.220.1/levenshtein_distance.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/text/0.220.1/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/text/0.220.1/word_similarity_sort.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/url/0.220.1/_strip.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/url/0.220.1/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/url/0.220.1/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/url/0.220.1/extname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/url/0.220.1/join.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/url/0.220.1/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/url/0.220.1/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_dumper/dumper.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_dumper/dumper_state.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_loader/loader.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_loader/loader_state.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_mark.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_state.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_type/binary.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_type/bool.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_type/float.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_type/function.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_type/int.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_type/map.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_type/merge.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_type/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_type/nil.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_type/omap.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_type/pairs.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_type/regexp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_type/seq.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_type/set.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_type/str.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_type/timestamp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_type/undefined.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/_utils.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/parse.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/schema/core.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/schema/default.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/schema/extended.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/schema/failsafe.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/schema/json.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/schema/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/schema.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/stringify.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/yaml/0.220.1/type.d.ts.map +1 -0
- package/esm/federation/callback.d.ts +56 -0
- package/esm/federation/callback.d.ts.map +1 -0
- package/esm/federation/callback.js +1 -0
- package/esm/federation/collection.d.ts +9 -0
- package/esm/federation/collection.d.ts.map +1 -0
- package/esm/federation/collection.js +1 -0
- package/esm/federation/context.d.ts +148 -0
- package/esm/federation/context.d.ts.map +1 -0
- package/esm/federation/context.js +1 -0
- package/esm/federation/handler.d.ts +83 -0
- package/esm/federation/handler.d.ts.map +1 -0
- package/esm/federation/handler.js +266 -0
- package/esm/federation/handler.test.d.ts.map +1 -0
- package/esm/federation/kv.d.ts +58 -0
- package/esm/federation/kv.d.ts.map +1 -0
- package/esm/federation/kv.js +45 -0
- package/esm/federation/middleware.d.ts +309 -0
- package/esm/federation/middleware.d.ts.map +1 -0
- package/esm/federation/middleware.js +626 -0
- package/esm/federation/middleware.test.d.ts.map +1 -0
- package/esm/federation/mod.d.ts +14 -0
- package/esm/federation/mod.d.ts.map +1 -0
- package/esm/federation/mod.js +13 -0
- package/esm/federation/mq.d.ts +42 -0
- package/esm/federation/mq.d.ts.map +1 -0
- package/esm/federation/mq.js +26 -0
- package/esm/federation/queue.d.ts +10 -0
- package/esm/federation/queue.d.ts.map +1 -0
- package/esm/federation/queue.js +1 -0
- package/esm/federation/router.d.ts +52 -0
- package/esm/federation/router.d.ts.map +1 -0
- package/esm/federation/router.js +80 -0
- package/esm/federation/router.test.d.ts.map +1 -0
- package/esm/federation/send.d.ts +60 -0
- package/esm/federation/send.d.ts.map +1 -0
- package/esm/federation/send.js +45 -0
- package/esm/federation/send.test.d.ts.map +1 -0
- package/esm/httpsig/key.d.ts +32 -0
- package/esm/httpsig/key.d.ts.map +1 -0
- package/esm/httpsig/key.js +62 -0
- package/esm/httpsig/key.test.d.ts.map +1 -0
- package/esm/httpsig/mod.d.ts +47 -0
- package/esm/httpsig/mod.d.ts.map +1 -0
- package/esm/httpsig/mod.js +193 -0
- package/esm/httpsig/mod.test.d.ts.map +1 -0
- package/esm/mod.d.ts +51 -0
- package/esm/mod.d.ts.map +1 -0
- package/esm/mod.js +50 -0
- package/esm/nodeinfo/handler.d.ts +33 -0
- package/esm/nodeinfo/handler.d.ts.map +1 -0
- package/esm/nodeinfo/handler.js +49 -0
- package/esm/nodeinfo/handler.test.d.ts.map +1 -0
- package/esm/nodeinfo/mod.d.ts +8 -0
- package/esm/nodeinfo/mod.d.ts.map +1 -0
- package/esm/nodeinfo/mod.js +7 -0
- package/esm/nodeinfo/types.d.ts +133 -0
- package/esm/nodeinfo/types.d.ts.map +1 -0
- package/esm/nodeinfo/types.js +60 -0
- package/esm/nodeinfo/types.test.d.ts.map +1 -0
- package/esm/package.json +3 -0
- package/esm/runtime/docloader.d.ts +104 -0
- package/esm/runtime/docloader.d.ts.map +1 -0
- package/esm/runtime/docloader.js +124 -0
- package/esm/runtime/docloader.test.d.ts.map +1 -0
- package/esm/runtime/key.d.ts +14 -0
- package/esm/runtime/key.d.ts.map +1 -0
- package/esm/runtime/key.js +24 -0
- package/esm/runtime/key.test.d.ts.map +1 -0
- package/esm/runtime/langstr.d.ts +15 -0
- package/esm/runtime/langstr.d.ts.map +1 -0
- package/esm/runtime/langstr.js +25 -0
- package/esm/runtime/langstr.test.d.ts.map +1 -0
- package/esm/runtime/mod.d.ts +10 -0
- package/esm/runtime/mod.d.ts.map +1 -0
- package/esm/runtime/mod.js +9 -0
- package/esm/shim/event.d.ts.map +1 -0
- package/esm/testing/context.d.ts.map +1 -0
- package/esm/testing/docloader.d.ts.map +1 -0
- package/esm/testing/fixtures/example.com/hong-gildong +11 -0
- package/esm/testing/fixtures/example.com/key +7 -0
- package/esm/testing/fixtures/example.com/key2 +6 -0
- package/esm/testing/fixtures/example.com/object +6 -0
- package/esm/testing/fixtures/example.com/person +22 -0
- package/esm/testing/fixtures/example.com/test +5 -0
- package/esm/testing/fixtures/example.com/users/handle +16 -0
- package/esm/testing/fixtures/example.com/wrong-type +3 -0
- package/esm/testing/fixtures/w3id.org/security/v1 +50 -0
- package/esm/testing/fixtures/www.w3.org/ns/activitystreams +379 -0
- package/esm/testing/keys.d.ts.map +1 -0
- package/esm/vocab/accept.yaml +11 -0
- package/esm/vocab/activity.yaml +42 -0
- package/esm/vocab/actor.d.ts +52 -0
- package/esm/vocab/actor.d.ts.map +1 -0
- package/esm/vocab/actor.js +94 -0
- package/esm/vocab/actor.test.d.ts.map +1 -0
- package/esm/vocab/add.yaml +12 -0
- package/esm/vocab/announce.yaml +11 -0
- package/esm/vocab/application.yaml +179 -0
- package/esm/vocab/article.yaml +8 -0
- package/esm/vocab/audio.yaml +8 -0
- package/esm/vocab/block.yaml +12 -0
- package/esm/vocab/collection.yaml +63 -0
- package/esm/vocab/collectionpage.yaml +38 -0
- package/esm/vocab/create.yaml +8 -0
- package/esm/vocab/delete.yaml +10 -0
- package/esm/vocab/dislike.yaml +8 -0
- package/esm/vocab/document.yaml +8 -0
- package/esm/vocab/endpoints.yaml +78 -0
- package/esm/vocab/event.yaml +8 -0
- package/esm/vocab/flag.yaml +11 -0
- package/esm/vocab/follow.yaml +12 -0
- package/esm/vocab/group.yaml +179 -0
- package/esm/vocab/ignore.yaml +10 -0
- package/esm/vocab/image.yaml +8 -0
- package/esm/vocab/intransitiveactivity.yaml +11 -0
- package/esm/vocab/key.yaml +25 -0
- package/esm/vocab/like.yaml +10 -0
- package/esm/vocab/link.yaml +92 -0
- package/esm/vocab/lookup.d.ts +42 -0
- package/esm/vocab/lookup.d.ts.map +1 -0
- package/esm/vocab/lookup.js +82 -0
- package/esm/vocab/lookup.test.d.ts.map +1 -0
- package/esm/vocab/mention.yaml +8 -0
- package/esm/vocab/mod.d.ts +55 -0
- package/esm/vocab/mod.d.ts.map +1 -0
- package/esm/vocab/mod.js +54 -0
- package/esm/vocab/note.yaml +10 -0
- package/esm/vocab/object.yaml +301 -0
- package/esm/vocab/orderedcollection.yaml +11 -0
- package/esm/vocab/orderedcollectionpage.yaml +20 -0
- package/esm/vocab/organization.yaml +179 -0
- package/esm/vocab/page.yaml +8 -0
- package/esm/vocab/person.yaml +179 -0
- package/esm/vocab/place.yaml +66 -0
- package/esm/vocab/profile.yaml +22 -0
- package/esm/vocab/reject.yaml +10 -0
- package/esm/vocab/relationship.yaml +46 -0
- package/esm/vocab/remove.yaml +10 -0
- package/esm/vocab/service.yaml +179 -0
- package/esm/vocab/undo.yaml +15 -0
- package/esm/vocab/update.yaml +13 -0
- package/esm/vocab/video.yaml +8 -0
- package/esm/vocab/vocab.d.ts +7191 -0
- package/esm/vocab/vocab.d.ts.map +1 -0
- package/esm/vocab/vocab.js +14279 -0
- package/esm/vocab/vocab.test.d.ts.map +1 -0
- package/esm/webfinger/handler.d.ts +29 -0
- package/esm/webfinger/handler.d.ts.map +1 -0
- package/esm/webfinger/handler.js +76 -0
- package/esm/webfinger/handler.test.d.ts.map +1 -0
- package/esm/webfinger/jrd.d.ts +52 -0
- package/esm/webfinger/jrd.d.ts.map +1 -0
- package/esm/webfinger/jrd.js +1 -0
- package/esm/webfinger/lookup.d.ts +9 -0
- package/esm/webfinger/lookup.d.ts.map +1 -0
- package/esm/webfinger/lookup.js +44 -0
- package/esm/webfinger/lookup.test.d.ts.map +1 -0
- package/esm/webfinger/mod.d.ts +8 -0
- package/esm/webfinger/mod.d.ts.map +1 -0
- package/esm/webfinger/mod.js +7 -0
- package/esm/x/fresh.d.ts +58 -0
- package/esm/x/fresh.d.ts.map +1 -0
- package/esm/x/fresh.js +77 -0
- package/logo.svg +187 -0
- package/package.json +60 -0
@@ -0,0 +1,301 @@
|
|
1
|
+
$schema: ../codegen/schema.yaml
|
2
|
+
name: Object
|
3
|
+
uri: "https://www.w3.org/ns/activitystreams#Object"
|
4
|
+
entity: true
|
5
|
+
description: |
|
6
|
+
Describes an object of any kind. The Object type serves as the base type for
|
7
|
+
most of the other kinds of objects defined in the Activity Vocabulary,
|
8
|
+
including other Core types such as {@link Activity},
|
9
|
+
{@link IntransitiveActivity}, {@link Collection} and
|
10
|
+
{@link OrderedCollection}.
|
11
|
+
defaultContext:
|
12
|
+
- "https://www.w3.org/ns/activitystreams"
|
13
|
+
- sensitive: "as:sensitive"
|
14
|
+
|
15
|
+
properties:
|
16
|
+
- pluralName: attachments
|
17
|
+
singularName: attachment
|
18
|
+
uri: "https://www.w3.org/ns/activitystreams#attachment"
|
19
|
+
description: |
|
20
|
+
Identifies a resource attached or related to an object that potentially
|
21
|
+
requires special handling. The intent is to provide a model that is at
|
22
|
+
least semantically similar to attachments in email.
|
23
|
+
range:
|
24
|
+
- "https://www.w3.org/ns/activitystreams#Object"
|
25
|
+
- "https://www.w3.org/ns/activitystreams#Link"
|
26
|
+
|
27
|
+
- pluralName: attributions
|
28
|
+
singularName: attribution
|
29
|
+
singularAccessor: true
|
30
|
+
uri: "https://www.w3.org/ns/activitystreams#attributedTo"
|
31
|
+
description: |
|
32
|
+
Identifies one or more entities to which this object is attributed.
|
33
|
+
The attributed entities might not be Actors. For instance,
|
34
|
+
an object might be attributed to the completion of another activity.
|
35
|
+
range:
|
36
|
+
- "https://www.w3.org/ns/activitystreams#Application"
|
37
|
+
- "https://www.w3.org/ns/activitystreams#Group"
|
38
|
+
- "https://www.w3.org/ns/activitystreams#Organization"
|
39
|
+
- "https://www.w3.org/ns/activitystreams#Person"
|
40
|
+
- "https://www.w3.org/ns/activitystreams#Service"
|
41
|
+
|
42
|
+
- pluralName: audiences
|
43
|
+
singularName: audience
|
44
|
+
singularAccessor: true
|
45
|
+
uri: "https://www.w3.org/ns/activitystreams#audience"
|
46
|
+
description: |
|
47
|
+
Identifies one or more entities that represent the total population of
|
48
|
+
entities for which the object can considered to be relevant.
|
49
|
+
range:
|
50
|
+
- "https://www.w3.org/ns/activitystreams#Object"
|
51
|
+
|
52
|
+
- pluralName: contents
|
53
|
+
singularName: content
|
54
|
+
singularAccessor: true
|
55
|
+
uri: "https://www.w3.org/ns/activitystreams#content"
|
56
|
+
description: |
|
57
|
+
The content or textual representation of the Object encoded as a JSON
|
58
|
+
string. By default, the value of `content` is HTML. The `mediaType`
|
59
|
+
property can be used in the object to indicate a different content type.
|
60
|
+
|
61
|
+
The content MAY be expressed using multiple language-tagged values.
|
62
|
+
range:
|
63
|
+
- "http://www.w3.org/2001/XMLSchema#string"
|
64
|
+
- "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"
|
65
|
+
|
66
|
+
- pluralName: contexts
|
67
|
+
singularName: context
|
68
|
+
uri: "https://www.w3.org/ns/activitystreams#context"
|
69
|
+
description: |
|
70
|
+
Identifies the context within which the object exists or an activity was
|
71
|
+
performed.
|
72
|
+
|
73
|
+
The notion of "context" used is intentionally vague. The intended function
|
74
|
+
is to serve as a means of grouping objects and activities that share
|
75
|
+
a common originating context or purpose. An example could be all activities
|
76
|
+
relating to a common project or event.
|
77
|
+
range:
|
78
|
+
- "https://www.w3.org/ns/activitystreams#Object"
|
79
|
+
- "https://www.w3.org/ns/activitystreams#Link"
|
80
|
+
|
81
|
+
- pluralName: names
|
82
|
+
singularName: name
|
83
|
+
singularAccessor: true
|
84
|
+
uri: "https://www.w3.org/ns/activitystreams#name"
|
85
|
+
description: |
|
86
|
+
A simple, human-readable, plain-text name for the object. HTML markup MUST
|
87
|
+
NOT be included. The name MAY be expressed using multiple language-tagged
|
88
|
+
values.
|
89
|
+
range:
|
90
|
+
- "http://www.w3.org/2001/XMLSchema#string"
|
91
|
+
- "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"
|
92
|
+
|
93
|
+
- singularName: endTime
|
94
|
+
functional: true
|
95
|
+
uri: "https://www.w3.org/ns/activitystreams#endTime"
|
96
|
+
description: |
|
97
|
+
The date and time describing the actual or expected ending time of
|
98
|
+
the object. When used with an {@link Activity} object, for instance,
|
99
|
+
the `endTime`` property specifies the moment the activity concluded
|
100
|
+
or is expected to conclude.
|
101
|
+
range:
|
102
|
+
- "http://www.w3.org/2001/XMLSchema#dateTime"
|
103
|
+
|
104
|
+
- pluralName: generators
|
105
|
+
singularName: generator
|
106
|
+
uri: "https://www.w3.org/ns/activitystreams#generator"
|
107
|
+
description: |
|
108
|
+
Identifies the entity (e.g. an application) that generated the object.
|
109
|
+
range:
|
110
|
+
- "https://www.w3.org/ns/activitystreams#Object"
|
111
|
+
- "https://www.w3.org/ns/activitystreams#Link"
|
112
|
+
|
113
|
+
- pluralName: icons
|
114
|
+
singularName: icon
|
115
|
+
singularAccessor: true
|
116
|
+
uri: "https://www.w3.org/ns/activitystreams#icon"
|
117
|
+
description: |
|
118
|
+
Indicates an entity that describes an icon for this object.
|
119
|
+
The image should have an aspect ratio of one (horizontal) to one
|
120
|
+
(vertical) and should be suitable for presentation at a small size.
|
121
|
+
range:
|
122
|
+
- "https://www.w3.org/ns/activitystreams#Image"
|
123
|
+
|
124
|
+
- pluralName: images
|
125
|
+
singularName: image
|
126
|
+
singularAccessor: true
|
127
|
+
uri: "https://www.w3.org/ns/activitystreams#image"
|
128
|
+
description: |
|
129
|
+
Indicates an entity that describes an image for this object.
|
130
|
+
Unlike the icon property, there are no aspect ratio or display size
|
131
|
+
limitations assumed.
|
132
|
+
range:
|
133
|
+
- "https://www.w3.org/ns/activitystreams#Image"
|
134
|
+
|
135
|
+
- pluralName: replyTargets
|
136
|
+
singularName: replyTarget
|
137
|
+
singularAccessor: true
|
138
|
+
uri: "https://www.w3.org/ns/activitystreams#inReplyTo"
|
139
|
+
description: |
|
140
|
+
Indicates one or more entities for which this object is considered
|
141
|
+
a response.
|
142
|
+
range:
|
143
|
+
- "https://www.w3.org/ns/activitystreams#Object"
|
144
|
+
- "https://www.w3.org/ns/activitystreams#Link"
|
145
|
+
|
146
|
+
- pluralName: locations
|
147
|
+
singularName: location
|
148
|
+
singularAccessor: true
|
149
|
+
uri: "https://www.w3.org/ns/activitystreams#location"
|
150
|
+
description: |
|
151
|
+
Indicates one or more physical or logical locations associated with
|
152
|
+
the object.
|
153
|
+
range:
|
154
|
+
- "https://www.w3.org/ns/activitystreams#Object"
|
155
|
+
- "https://www.w3.org/ns/activitystreams#Link"
|
156
|
+
|
157
|
+
- pluralName: previews
|
158
|
+
singularName: preview
|
159
|
+
singularAccessor: true
|
160
|
+
uri: "https://www.w3.org/ns/activitystreams#preview"
|
161
|
+
description: |
|
162
|
+
Identifies an entity that provides a preview of this object.
|
163
|
+
range:
|
164
|
+
- "https://www.w3.org/ns/activitystreams#Link"
|
165
|
+
- "https://www.w3.org/ns/activitystreams#Object"
|
166
|
+
|
167
|
+
- singularName: published
|
168
|
+
functional: true
|
169
|
+
uri: "https://www.w3.org/ns/activitystreams#published"
|
170
|
+
description: The date and time at which the object was published.
|
171
|
+
range:
|
172
|
+
- "http://www.w3.org/2001/XMLSchema#dateTime"
|
173
|
+
|
174
|
+
- singularName: replies
|
175
|
+
functional: true
|
176
|
+
uri: "https://www.w3.org/ns/activitystreams#replies"
|
177
|
+
description: |
|
178
|
+
Identifies a {@link Collection} containing objects considered to be
|
179
|
+
responses to this object.
|
180
|
+
range:
|
181
|
+
- "https://www.w3.org/ns/activitystreams#Collection"
|
182
|
+
|
183
|
+
- singularName: startTime
|
184
|
+
functional: true
|
185
|
+
uri: "https://www.w3.org/ns/activitystreams#startTime"
|
186
|
+
description: |
|
187
|
+
The date and time describing the actual or expected starting time of
|
188
|
+
the object. When used with an {@link Activity} object, for instance,
|
189
|
+
the `startTime` property specifies the moment the activity began or
|
190
|
+
is scheduled to begin.
|
191
|
+
range:
|
192
|
+
- "http://www.w3.org/2001/XMLSchema#dateTime"
|
193
|
+
|
194
|
+
- pluralName: summaries
|
195
|
+
singularName: summary
|
196
|
+
singularAccessor: true
|
197
|
+
uri: "https://www.w3.org/ns/activitystreams#summary"
|
198
|
+
description: |
|
199
|
+
A natural language summarization of the object encoded as HTML.
|
200
|
+
Multiple language tagged summaries MAY be provided.
|
201
|
+
range:
|
202
|
+
- "http://www.w3.org/2001/XMLSchema#string"
|
203
|
+
- "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"
|
204
|
+
|
205
|
+
- pluralName: tags
|
206
|
+
singularName: tag
|
207
|
+
uri: "https://www.w3.org/ns/activitystreams#tag"
|
208
|
+
description: |
|
209
|
+
One or more "tags" that have been associated with an objects.
|
210
|
+
A tag can be any kind of Object. The key difference between `attachment`
|
211
|
+
and `tag` is that the former implies association by inclusion,
|
212
|
+
while the latter implies associated by reference.
|
213
|
+
range:
|
214
|
+
- "https://www.w3.org/ns/activitystreams#Object"
|
215
|
+
- "https://www.w3.org/ns/activitystreams#Link"
|
216
|
+
|
217
|
+
- singularName: updated
|
218
|
+
functional: true
|
219
|
+
uri: "https://www.w3.org/ns/activitystreams#updated"
|
220
|
+
description: The date and time at which the object was updated.
|
221
|
+
range:
|
222
|
+
- "http://www.w3.org/2001/XMLSchema#dateTime"
|
223
|
+
|
224
|
+
- pluralName: urls
|
225
|
+
singularName: url
|
226
|
+
singularAccessor: true
|
227
|
+
uri: "https://www.w3.org/ns/activitystreams#url"
|
228
|
+
description: |
|
229
|
+
Identifies one or more links to representations of the object.
|
230
|
+
range:
|
231
|
+
- "http://www.w3.org/2001/XMLSchema#anyURI"
|
232
|
+
- "https://www.w3.org/ns/activitystreams#Link"
|
233
|
+
|
234
|
+
- pluralName: tos
|
235
|
+
singularName: to
|
236
|
+
singularAccessor: true
|
237
|
+
uri: "https://www.w3.org/ns/activitystreams#to"
|
238
|
+
description: |
|
239
|
+
Identifies an entity considered to be part of the public primary audience
|
240
|
+
of an Object.
|
241
|
+
range:
|
242
|
+
- "https://www.w3.org/ns/activitystreams#Object"
|
243
|
+
|
244
|
+
- pluralName: btos
|
245
|
+
singularName: bto
|
246
|
+
singularAccessor: true
|
247
|
+
uri: "https://www.w3.org/ns/activitystreams#bto"
|
248
|
+
description: |
|
249
|
+
Identifies an Object that is part of the private primary audience of
|
250
|
+
this Object.
|
251
|
+
range:
|
252
|
+
- "https://www.w3.org/ns/activitystreams#Object"
|
253
|
+
|
254
|
+
- pluralName: ccs
|
255
|
+
singularName: cc
|
256
|
+
singularAccessor: true
|
257
|
+
uri: "https://www.w3.org/ns/activitystreams#cc"
|
258
|
+
description: |
|
259
|
+
Identifies an Object that is part of the public secondary audience of
|
260
|
+
this Object.
|
261
|
+
range:
|
262
|
+
- "https://www.w3.org/ns/activitystreams#Object"
|
263
|
+
|
264
|
+
- pluralName: bccs
|
265
|
+
singularName: bcc
|
266
|
+
singularAccessor: true
|
267
|
+
uri: "https://www.w3.org/ns/activitystreams#bcc"
|
268
|
+
description: |
|
269
|
+
Identifies one or more Objects that are part of the private secondary
|
270
|
+
audience of this Object.
|
271
|
+
range:
|
272
|
+
- "https://www.w3.org/ns/activitystreams#Object"
|
273
|
+
|
274
|
+
- singularName: mediaType
|
275
|
+
functional: true
|
276
|
+
uri: "https://www.w3.org/ns/activitystreams#mediaType"
|
277
|
+
description: |
|
278
|
+
When used on an {@link Object}, identifies the MIME media type of the value
|
279
|
+
of the `content` property. If not specified, the `content` property is
|
280
|
+
assumed to contain `text/html` content.
|
281
|
+
range:
|
282
|
+
- "http://www.w3.org/2001/XMLSchema#string"
|
283
|
+
|
284
|
+
- singularName: duration
|
285
|
+
functional: true
|
286
|
+
uri: "https://www.w3.org/ns/activitystreams#duration"
|
287
|
+
description: |
|
288
|
+
When the object describes a time-bound resource, such as an audio or video,
|
289
|
+
a meeting, etc, the `duration` property indicates the object's approximate
|
290
|
+
duration. The value MUST be expressed as an `xsd:duration` as defined by
|
291
|
+
W3C XML Schema Definition Language (XSD) 1.1 Part 2: DataTypes, section
|
292
|
+
3.3.6 (e.g. a period of 5 seconds is represented as `PT5S`).
|
293
|
+
range:
|
294
|
+
- "http://www.w3.org/2001/XMLSchema#duration"
|
295
|
+
|
296
|
+
- singularName: sensitive
|
297
|
+
functional: true
|
298
|
+
uri: "https://www.w3.org/ns/activitystreams#sensitive"
|
299
|
+
description: Whether it contains any sensitive contents.
|
300
|
+
range:
|
301
|
+
- "http://www.w3.org/2001/XMLSchema#boolean"
|
@@ -0,0 +1,11 @@
|
|
1
|
+
$schema: ../codegen/schema.yaml
|
2
|
+
name: OrderedCollection
|
3
|
+
uri: "https://www.w3.org/ns/activitystreams#OrderedCollection"
|
4
|
+
extends: "https://www.w3.org/ns/activitystreams#Collection"
|
5
|
+
entity: true
|
6
|
+
description: |
|
7
|
+
A subtype of {@link Collection} in which members of the logical collection
|
8
|
+
are assumed to always be strictly ordered.
|
9
|
+
defaultContext: "https://www.w3.org/ns/activitystreams"
|
10
|
+
|
11
|
+
properties: []
|
@@ -0,0 +1,20 @@
|
|
1
|
+
$schema: ../codegen/schema.yaml
|
2
|
+
name: OrderedCollectionPage
|
3
|
+
uri: "https://www.w3.org/ns/activitystreams#OrderedCollectionPage"
|
4
|
+
extends: "https://www.w3.org/ns/activitystreams#CollectionPage"
|
5
|
+
entity: true
|
6
|
+
description: |
|
7
|
+
Used to represent ordered subsets of items from an `OrderedCollection`.
|
8
|
+
Refer to the Activity Streams 2.0 Core for a complete description of
|
9
|
+
the `OrderedCollectionPage` object.
|
10
|
+
defaultContext: "https://www.w3.org/ns/activitystreams"
|
11
|
+
|
12
|
+
properties:
|
13
|
+
- singularName: startIndex
|
14
|
+
functional: true
|
15
|
+
uri: "https://www.w3.org/ns/activitystreams#startIndex"
|
16
|
+
description: |
|
17
|
+
A non-negative integer value identifying the relative position within
|
18
|
+
the logical view of a strictly ordered collection.
|
19
|
+
range:
|
20
|
+
- "http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
|
@@ -0,0 +1,179 @@
|
|
1
|
+
$schema: ../codegen/schema.yaml
|
2
|
+
name: Organization
|
3
|
+
uri: "https://www.w3.org/ns/activitystreams#Organization"
|
4
|
+
extends: "https://www.w3.org/ns/activitystreams#Object"
|
5
|
+
entity: true
|
6
|
+
description: Represents an organization.
|
7
|
+
defaultContext:
|
8
|
+
- "https://www.w3.org/ns/activitystreams"
|
9
|
+
- "https://w3id.org/security/v1"
|
10
|
+
- toot: "http://joinmastodon.org/ns#"
|
11
|
+
discoverable: "toot:discoverable"
|
12
|
+
suspended: "toot:suspended"
|
13
|
+
memorial: "toot:memorial"
|
14
|
+
indexable: "toot:indexable"
|
15
|
+
|
16
|
+
properties:
|
17
|
+
- pluralName: preferredUsernames
|
18
|
+
singularName: preferredUsername
|
19
|
+
singularAccessor: true
|
20
|
+
uri: "https://www.w3.org/ns/activitystreams#preferredUsername"
|
21
|
+
description: |
|
22
|
+
A short username which may be used to refer to the actor,
|
23
|
+
with no uniqueness guarantees.
|
24
|
+
range:
|
25
|
+
- "http://www.w3.org/2001/XMLSchema#string"
|
26
|
+
- "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"
|
27
|
+
|
28
|
+
- pluralName: publicKeys
|
29
|
+
singularName: publicKey
|
30
|
+
singularAccessor: true
|
31
|
+
uri: "https://w3id.org/security#publicKey"
|
32
|
+
description: A public part of the key pair owned by this actor.
|
33
|
+
untyped: true
|
34
|
+
range:
|
35
|
+
- "https://w3id.org/security#Key"
|
36
|
+
|
37
|
+
- singularName: manuallyApprovesFollowers
|
38
|
+
functional: true
|
39
|
+
uri: "https://www.w3.org/ns/activitystreams#manuallyApprovesFollowers"
|
40
|
+
description: |
|
41
|
+
When `true`, conveys that for this actor, follow requests are not usually
|
42
|
+
automatically approved, but instead are examined by a person who may accept
|
43
|
+
or reject the request, at some time in the future. Setting of `false`
|
44
|
+
conveys no information and may be ignored. This information is typically
|
45
|
+
used to affect display of accounts, such as showing an account as private or
|
46
|
+
locked.
|
47
|
+
range:
|
48
|
+
- "http://www.w3.org/2001/XMLSchema#boolean"
|
49
|
+
|
50
|
+
- singularName: inbox
|
51
|
+
functional: true
|
52
|
+
uri: "http://www.w3.org/ns/ldp#inbox"
|
53
|
+
description: |
|
54
|
+
The inbox stream contains all activities received by the actor. The server
|
55
|
+
SHOULD filter content according to the requester's permission. In general,
|
56
|
+
the owner of an inbox is likely to be able to access all of their inbox
|
57
|
+
contents. Depending on access control, some other content may be public,
|
58
|
+
whereas other content may require authentication for non-owner users,
|
59
|
+
if they can access the inbox at all.
|
60
|
+
|
61
|
+
The server MUST perform de-duplication of activities returned by the inbox.
|
62
|
+
Duplication can occur if an activity is addressed both to an actor's
|
63
|
+
followers, and a specific actor who also follows the recipient actor,
|
64
|
+
and the server has failed to de-duplicate the recipients list.
|
65
|
+
Such deduplication MUST be performed by comparing the `id` of the activities
|
66
|
+
and dropping any activities already seen.
|
67
|
+
range:
|
68
|
+
- "https://www.w3.org/ns/activitystreams#OrderedCollection"
|
69
|
+
|
70
|
+
- singularName: outbox
|
71
|
+
functional: true
|
72
|
+
uri: "https://www.w3.org/ns/activitystreams#outbox"
|
73
|
+
description: |
|
74
|
+
The outbox stream contains activities the user has published,
|
75
|
+
subject to the ability of the requestor to retrieve the activity
|
76
|
+
(that is, the contents of the outbox are filtered by the permissions of
|
77
|
+
the person reading it). If a user submits a request without
|
78
|
+
[Authorization](https://www.w3.org/TR/activitypub/#authorization)
|
79
|
+
the server should respond with all of the
|
80
|
+
[Public](https://www.w3.org/TR/activitypub/#public-addressing) posts.
|
81
|
+
This could potentially be all relevant objects published by the user,
|
82
|
+
though the number of available items is left to the discretion of those
|
83
|
+
implementing and deploying the server.
|
84
|
+
range:
|
85
|
+
- "https://www.w3.org/ns/activitystreams#OrderedCollection"
|
86
|
+
|
87
|
+
- singularName: following
|
88
|
+
functional: true
|
89
|
+
uri: "https://www.w3.org/ns/activitystreams#following"
|
90
|
+
description: |
|
91
|
+
This is a list of everybody that the actor has followed, added as a
|
92
|
+
[side effect](https://www.w3.org/TR/activitypub/#follow-activity-outbox).
|
93
|
+
The `following` collection MUST be either an {@link OrderedCollection}
|
94
|
+
or a {@link Collection} and MAY be filtered on privileges of
|
95
|
+
an authenticated user or as appropriate when no authentication is given.
|
96
|
+
range:
|
97
|
+
- "https://www.w3.org/ns/activitystreams#Collection"
|
98
|
+
|
99
|
+
- singularName: followers
|
100
|
+
functional: true
|
101
|
+
uri: "https://www.w3.org/ns/activitystreams#followers"
|
102
|
+
description: |
|
103
|
+
This is a list of everyone who has sent a {@link Follow} activity
|
104
|
+
for the actor, added as a
|
105
|
+
[side effect](https://www.w3.org/TR/activitypub/#follow-activity-outbox).
|
106
|
+
This is where one would find a list of all the actors that are following
|
107
|
+
the actor. The `followers` collection MUST be either
|
108
|
+
an {@link OrderedCollection} or a {@link Collection} and MAY be filtered on
|
109
|
+
privileges of an authenticated user or as appropriate when no authentication
|
110
|
+
is given.
|
111
|
+
range:
|
112
|
+
- "https://www.w3.org/ns/activitystreams#Collection"
|
113
|
+
|
114
|
+
- singularName: linked
|
115
|
+
functional: true
|
116
|
+
uri: "https://www.w3.org/ns/activitystreams#liked"
|
117
|
+
description: |
|
118
|
+
This is a list of every object from all of the actor's {@link Like}
|
119
|
+
activities, added as a
|
120
|
+
[side effect](https://www.w3.org/TR/activitypub/#like-activity-outbox).
|
121
|
+
The `liked` collection MUST be either an {@link OrderedCollection} or
|
122
|
+
a {@link Collection} and MAY be filtered on privileges of an authenticated
|
123
|
+
user or as appropriate when no authentication is given.
|
124
|
+
range:
|
125
|
+
- "https://www.w3.org/ns/activitystreams#Collection"
|
126
|
+
|
127
|
+
- pluralName: streams
|
128
|
+
singularName: stream
|
129
|
+
singularAccessor: false
|
130
|
+
uri: "https://www.w3.org/ns/activitystreams#streams"
|
131
|
+
description: |
|
132
|
+
A list of supplementary Collections which may be of interest.
|
133
|
+
range:
|
134
|
+
- "https://www.w3.org/ns/activitystreams#Collection"
|
135
|
+
|
136
|
+
- singularName: endpoints
|
137
|
+
functional: true
|
138
|
+
uri: "https://www.w3.org/ns/activitystreams#endpoints"
|
139
|
+
description: |
|
140
|
+
A JSON object which maps additional (typically server/domain-wide) endpoints
|
141
|
+
which may be useful either for this actor or someone referencing this actor.
|
142
|
+
This mapping may be nested inside the actor document as the value or may be
|
143
|
+
a link to a JSON-LD document with these properties.
|
144
|
+
range:
|
145
|
+
- "https://www.w3.org/ns/activitystreams#Endpoints"
|
146
|
+
|
147
|
+
- singularName: discoverable
|
148
|
+
functional: true
|
149
|
+
uri: "http://joinmastodon.org/ns#discoverable"
|
150
|
+
description: |
|
151
|
+
Allows users to opt-in or opt-out of discoverability features like
|
152
|
+
the profile directory. This flag may also be used as an indicator of
|
153
|
+
the user's preferences toward being included in external discovery services,
|
154
|
+
such as search engines or other indexing tools.
|
155
|
+
range:
|
156
|
+
- "http://www.w3.org/2001/XMLSchema#boolean"
|
157
|
+
|
158
|
+
- singularName: suspended
|
159
|
+
functional: true
|
160
|
+
uri: "http://joinmastodon.org/ns#suspended"
|
161
|
+
description: |
|
162
|
+
Reports whether a user was locally suspended, for better handling of
|
163
|
+
these accounts.
|
164
|
+
range:
|
165
|
+
- "http://www.w3.org/2001/XMLSchema#boolean"
|
166
|
+
|
167
|
+
- singularName: memorial
|
168
|
+
functional: true
|
169
|
+
uri: "http://joinmastodon.org/ns#memorial"
|
170
|
+
description: Whether the actor is in-memorial state.
|
171
|
+
range:
|
172
|
+
- "http://www.w3.org/2001/XMLSchema#boolean"
|
173
|
+
|
174
|
+
- singularName: indexable
|
175
|
+
functional: true
|
176
|
+
uri: "http://joinmastodon.org/ns#indexable"
|
177
|
+
description: Whether the actor allows to be indexed.
|
178
|
+
range:
|
179
|
+
- "http://www.w3.org/2001/XMLSchema#boolean"
|
@@ -0,0 +1,8 @@
|
|
1
|
+
$schema: ../codegen/schema.yaml
|
2
|
+
name: Page
|
3
|
+
uri: "https://www.w3.org/ns/activitystreams#Page"
|
4
|
+
extends: "https://www.w3.org/ns/activitystreams#Document"
|
5
|
+
entity: true
|
6
|
+
description: Represents a Web Page.
|
7
|
+
defaultContext: "https://www.w3.org/ns/activitystreams"
|
8
|
+
properties: []
|