Skip to content

Commit

Permalink
Remove purpose keyword (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
l4e21 authored Oct 16, 2023
1 parent bcbb139 commit f3ed387
Show file tree
Hide file tree
Showing 68 changed files with 85 additions and 176 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[:xt/id [:re "https?://.*?/permissions/.+"]]
;; TODO: Should allow sets of operations too!
;;[:juxt.site/operation [:re "https?://.*?/operations/.+"]]
[:juxt.site/purpose [:maybe :string]]]
]

:juxt.site/prepare
{:juxt.site.sci/program
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/_site/operations/all-bundles"
:juxt.site/role "https://data.example.org/_site/roles/SiteAdmin"
:juxt.site/purpose nil}}}
:juxt.site/role "https://data.example.org/_site/roles/SiteAdmin"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/_site/operations/create-operation"
:juxt.site/role "https://data.example.org/_site/roles/SiteAdmin"
:juxt.site/purpose nil}}}
:juxt.site/role "https://data.example.org/_site/roles/SiteAdmin"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/_site/operations/delete-bundle-by-id"
:juxt.site/role "https://data.example.org/_site/roles/SiteAdmin"
:juxt.site/purpose nil}}}
:juxt.site/role "https://data.example.org/_site/roles/SiteAdmin"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/_site/operations/get-bundle-by-id"
:juxt.site/role "https://data.example.org/_site/roles/SiteAdmin"
:juxt.site/purpose nil}}}
:juxt.site/role "https://data.example.org/_site/roles/SiteAdmin"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/_site/operations/grant-permission"
:juxt.site/role "https://data.example.org/_site/roles/SiteAdmin"
:juxt.site/purpose nil}}}
:juxt.site/role "https://data.example.org/_site/roles/SiteAdmin"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
:juxt.site/operation-uri "https://auth.example.org/_site/operations/grant-permission"
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/_site/operations/get-not-found"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/_site/operations/get-not-found"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
:juxt.site/type "https://meta.juxt.site/types/permission"
:juxt.site/operation #{"https://auth.example.org/_site/operations/create-operation"
"https://auth.example.org/_site/operations/grant-permission"}
:juxt.site/purpose nil
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
}
;; end::install-system-permissions![]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/_site/operations/install-not-found"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/_site/operations/install-not-found"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/operations/{{operation}}"
:juxt.site/purpose nil
:juxt.site/role "https://data.example.org/_site/roles/{{role}}"}}}
3 changes: 1 addition & 2 deletions installers/auth.example.org/permissions/get-access-token.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
:juxt.site/operation-uri "https://auth.example.org/_site/operations/grant-permission"
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/operations/get-access-token"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/get-access-token"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
:juxt.site/operation-uri "https://auth.example.org/_site/operations/grant-permission"
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/operations/get-openapi-document"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/get-openapi-document"}}}
3 changes: 1 addition & 2 deletions installers/auth.example.org/permissions/get-operations.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
:juxt.site/operation-uri "https://auth.example.org/_site/operations/grant-permission"
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/operations/get-operations"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/get-operations"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
:juxt.site/operation-uri "https://auth.example.org/_site/operations/grant-permission"
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/operations/get-unprotected-resource"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/get-unprotected-resource"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
:juxt.site/operation-uri "https://auth.example.org/_site/operations/grant-permission"
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/operations/login-with-openid"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/login-with-openid"}}}
3 changes: 1 addition & 2 deletions installers/auth.example.org/permissions/login.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
:juxt.site/operation-uri "https://auth.example.org/_site/operations/grant-permission"
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/operations/login"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/login"}}}
3 changes: 1 addition & 2 deletions installers/auth.example.org/permissions/logout.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
:juxt.site/operation-uri "https://auth.example.org/_site/operations/grant-permission"
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/operations/logout"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/logout"}}}
3 changes: 1 addition & 2 deletions installers/auth.example.org/permissions/oauth/authorize.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
:juxt.site/operation-uri "https://auth.example.org/_site/operations/grant-permission"
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation #{"https://auth.example.org/operations/oauth/authorize"}
:juxt.site/purpose nil}}}
:juxt.site/operation #{"https://auth.example.org/operations/oauth/authorize"}}}}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
:juxt.site/operation-uri "https://auth.example.org/_site/operations/grant-permission"
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation #{"https://auth.example.org/operations/oauth/create-access-token"}
:juxt.site/purpose nil}}}
:juxt.site/operation #{"https://auth.example.org/operations/oauth/create-access-token"}}}}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
:juxt.site/operation-uri "https://auth.example.org/_site/operations/grant-permission"
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/operations/oauth/get-authorization-server-metadata"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/oauth/get-authorization-server-metadata"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
:juxt.site/operation-uri "https://auth.example.org/_site/operations/grant-permission"
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/operations/oauth/get-introspect-token-form"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/oauth/get-introspect-token-form"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
:juxt.site/operation-uri "https://auth.example.org/_site/operations/grant-permission"
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/operations/oauth/get-jwks-document"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/oauth/get-jwks-document"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
:juxt.site/operation-uri "https://auth.example.org/_site/operations/grant-permission"
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/operations/oauth/introspect-token"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/oauth/introspect-token"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
:juxt.site/operation-uri "https://auth.example.org/_site/operations/grant-permission"
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation #{"https://auth.example.org/operations/oauth/view-owned-authorizations"}
:juxt.site/purpose nil}}}
:juxt.site/operation #{"https://auth.example.org/operations/oauth/view-owned-authorizations"}}}}
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
:juxt.site/operation-uri "https://auth.example.org/_site/operations/grant-permission"
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/operations/openid/exchange-code-for-id-token"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/openid/exchange-code-for-id-token"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/assign-role"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/assign-role"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/create-login-resource"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/create-login-resource"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/create-logout-resource"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/create-logout-resource"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/openid/fetch-jwks"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/openid/fetch-jwks"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/generate-keypair"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/generate-keypair"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/oauth/install-token-endpoint"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/oauth/install-token-endpoint"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/install-openid-callback-endpoint"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/install-openid-callback-endpoint"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/install-openid-login-endpoint"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/install-openid-login-endpoint"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/oauth/install-token-introspection-endpoint"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/oauth/install-token-introspection-endpoint"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/oauth/install-authorize-endpoint"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/oauth/install-authorize-endpoint"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/oauth/install-jwks-document"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/oauth/install-jwks-document"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/oauth/install-metadata-endpoint"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/oauth/install-metadata-endpoint"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/oauth/register-scope"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/oauth/register-scope"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/put-openapi-document"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/put-openapi-document"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/put-protection-space"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/put-protection-space"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/put-resource"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/put-resource"}}}
3 changes: 1 addition & 2 deletions installers/auth.example.org/permissions/system/put-role.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/put-role"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/put-role"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/put-session-scope"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/put-session-scope"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/put-template"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/put-template"}}}
3 changes: 1 addition & 2 deletions installers/auth.example.org/permissions/system/put-user.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/put-user"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/put-user"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/oauth/register-application"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/oauth/register-application"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/register-password-based-user-identity"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/register-password-based-user-identity"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://auth.example.org/operations/test-logging"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/test-logging"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
:juxt.site/operation-uri "https://auth.example.org/_site/operations/grant-permission"
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/operations/testing/basic-auth-protected-resource-operation"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/testing/basic-auth-protected-resource-operation"}}}
3 changes: 1 addition & 2 deletions installers/auth.example.org/permissions/whoami.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
:juxt.site/operation-uri "https://auth.example.org/_site/operations/grant-permission"
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/operations/whoami"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://auth.example.org/operations/whoami"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://auth.example.org/operations/whoami"
:juxt.site/purpose nil
:juxt.site/user "https://data.example.org/_site/users/{{username}}"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/operation "https://data.example.org/_site/operations/{{operation}}"
:juxt.site/purpose nil
:juxt.site/role "https://data.example.org/_site/roles/{{role}}"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://data.example.org/_site/operations/install-meta-resource"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://data.example.org/_site/operations/install-meta-resource"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://data.example.org/hospital-demo/_site/operations/assign-doctor-to-patient"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://data.example.org/hospital-demo/_site/operations/assign-doctor-to-patient"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://data.example.org/hospital-demo/_site/operations/register-doctor"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://data.example.org/hospital-demo/_site/operations/register-doctor"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://data.example.org/hospital-demo/_site/operations/register-patient-measurement"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://data.example.org/hospital-demo/_site/operations/register-patient-measurement"}}}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
:juxt.site/input
{:xt/id "{{$id}}"
:juxt.site/subject "https://auth.example.org/_site/subjects/system"
:juxt.site/operation "https://data.example.org/hospital-demo/_site/operations/register-patient"
:juxt.site/purpose nil}}}
:juxt.site/operation "https://data.example.org/hospital-demo/_site/operations/register-patient"}}}
Loading

0 comments on commit f3ed387

Please sign in to comment.