finished attachment

pull/1/head
Michael Jerger 10 months ago
parent e04683d253
commit 72a51b3f2c

@ -47,11 +47,10 @@
::Activity))
;http://www.w3.org/ns/activitystreams#attachment
; TODO: Why do we need to model this? Is this necessary for a Like-Activity?
(s/def ::attachment
(s/and
::owl/Class
::owl/ObjectProperty
::owl/Class
::Object
::Link))

@ -29,6 +29,8 @@
(is (not (s/valid? ::sut/result 47))))
;(deftest attachment-test
; (is (s/valid? ::sut/attachment))
; )
(deftest attachment-test
(is (s/valid? ::sut/attachment
[{:type "Image",
:content "This is what he looks like.",
:url "http://example.org/cat.jpeg"}])))

Loading…
Cancel
Save