diff --git a/docs/decision_requirements.rst b/docs/decision_requirements.rst index 92c1aac9..3c3316fe 100644 --- a/docs/decision_requirements.rst +++ b/docs/decision_requirements.rst @@ -247,7 +247,7 @@ found and successfully retrieved, a satisfied requirement is created. { "type": "fetched-gating-yaml", "testcase": "fetched-gating-yaml", - "source": "http://dist-git.example.com/cgit/rpms/bash/plain/gating.yaml?id=abcdef01234", + "sources": ["https://dist-git.example.com/cgit/rpms/bash/plain/gating.yaml?id=abcdef01234"], "subject_identifier": "bash-4.4.20-1.el8_4", "subject_type": "koji_build" } diff --git a/docs/policies.rst b/docs/policies.rst index 88b36b94..ef5e6931 100644 --- a/docs/policies.rst +++ b/docs/policies.rst @@ -282,7 +282,7 @@ passing ``rules`` to API :http:post:`/api/v1.0/decision` instead of the {"type": "PassingTestCaseRule", "test_case_name": "example2.test.case.name"}, { "type": "RemoteRule", - "source": "https://gitlab.example.com/ci/policies/-/raw/master/{subject_id}.yml" + "sources": ["https://gitlab.example.com/ci/policies/-/raw/master/{subject_id}.yml"] } ]}'