OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (ODATA-1381) New term Core.ContentDisposition


Ralf Handl created ODATA-1381:
---------------------------------

             Summary: New term Core.ContentDisposition
                 Key: ODATA-1381
                 URL: https://issues.oasis-open.org/browse/ODATA-1381
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: New Feature
          Components: Vocabularies
         Environment: Proposed
            Reporter: Ralf Handl


Allow defining the values of the [{{Content-Disposition}}|https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition] header for binary and stream properties:


{code:json}
"attachment": {
  "$Type": "Edm.Stream",
  "@Core.ContentDisposition": { 
    "Filename": { "$Path": "attachmentFilename" } 
  }
},
"attachmentFileName": {
  "@Core.Description": "This string property contains proposed download filename for `attachment`"
}
{code}




--
This message was sent by Atlassian Jira
(v8.3.3#803004)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]