Skip to content

Question: Is there a representation of ACT rules available for consumption in JSON-LD? #536

Open
@rvantonisse

Description

@rvantonisse

I am looking into formatting custom ACT rules and represent in JSON-LD.

Best would something similar developed for EARL : https://www.w3.org/TR/EARL10-Schema/

To do, e.g.:

{
    "@context": {
        "ACT": "someUrlToActSchemaOrDefinitions"
    },
    "@type": ["TestCase", "ACT:Rule"],
    "ACT:type": "ACT:atomic",
    // ...etcetera...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions