At least one numerical check still breaking.
The command line: java -jar target/uberjar/quack-0.1.0-SNAPSHOT-standalone.jar -i ../dog-and-duck/resources/activitystreams-test-documents//vocabulary-ex190-jsonld.json -o docs/samples/vocabulary-ex190-jsonld.html -f html triggers the error.
This commit is contained in:
parent
440ea003e2
commit
4c4b517212
5 changed files with 150 additions and 86 deletions
|
|
@ -27,14 +27,14 @@
|
|||
:cli-help-reify "If set, reify objects referenced by URIs and check them."
|
||||
:cli-help-severity "The minimum severity of faults to report."
|
||||
:expected-collection "A collection was expected, but was not found."
|
||||
:faults-found "The following faults were found"
|
||||
:faults-found "faults were found"
|
||||
:generated-on "Generated on"
|
||||
:id-not-https "Publicly facing content SHOULD use HTTPS URIs"
|
||||
:id-not-uri "identifiers must be publicly dereferencable URIs"
|
||||
:invalid-actor "The value of the `actor` property of an activity MUST be an instance of an Actor type"
|
||||
:invalid-attachment "The value of the `attachment` property MUST be an instance of Object or of Link."
|
||||
:invalid-attribution "The value of the `attributedTo` property MUST be an instance of Object or of Link, or a sequence or collection of such."
|
||||
:invalid-audience "The value of the `audience` property MUST be an instance of Object or of Link, or a sequence or collection of such."
|
||||
:invalid-audience "The value of the `audience`, `cc` and `bcc` properties MUST be instances of Object or of Link, or sequences or collections of such."
|
||||
:invalid-closed "The value of the `closed` property MUST be one of: 1. an Object; 2. an xsd:dateTime; 3. a boolean."
|
||||
:invalid-content "The value of the `content` property MUST be a string, optionally with embedded markup."
|
||||
:invalid-context "The value of the `context` property (NOTE: different from `@context` MUST be an instance of Object or of Link, or a sequence or collection of such.)"
|
||||
|
|
@ -50,6 +50,7 @@
|
|||
:invalid-origin "The value of the `origin` property MUST be an Object."
|
||||
:invalid-part-of "The value of the `partOf` property of a CollectionPage MUST be an instance of a Collection or an OrderedCollection."
|
||||
:invalid-prior-page "The value of the `prev` property of a CollectionPage MUST be an instance of a Collection or an OrderedCollection."
|
||||
:missing-part-of "The `partOf` field of a CollectionPage was missing. It identifies the Collection to which a CollectionPage object's items belong."
|
||||
:no-context "Section 3 of the ActivityPub specification states Implementers SHOULD include the ActivityPub context in their object definitions`."
|
||||
:no-faults-found "No faults were found."
|
||||
:no-id-persistent "Persistent objects MUST have unique global identifiers."
|
||||
|
|
@ -63,4 +64,5 @@
|
|||
:null-id-persistent "Persistent objects MUST have non-null identifiers."
|
||||
:not-an-object "ActivityStreams object must be JSON objects."
|
||||
:text-analysed "Text analysed"
|
||||
:the-following "The following"
|
||||
:validation-report-for "Validation report for"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue