Skip to content

Commit

Permalink
Refactor mdJson_onlineResource module to include 'protocol' attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaspin committed May 10, 2024
1 parent 079d18f commit bfa42f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ def self.build(hOlRes)
Jbuilder.new do |json|
json.uri hOlRes[:olResURI]
json.name hOlRes[:olResName]
json.protocol hOlRes[:olResProtocol]
json.description hOlRes[:olResDesc]
json.function hOlRes[:olResFunction]
json.applicationProfile hOlRes[:olResApplicationProfile]
json.protocol hOlRes[:olResProtocol]
json.protocolRequest hOlRes[:olResProtocolRequest]
end

Expand Down

0 comments on commit bfa42f7

Please sign in to comment.