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

 


Help: OASIS Mailing Lists Help | MarkMail Help

sarif message

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


Subject: Issue #254: externalizedProperty.version => sarif.version


I propose to rename the property externalizedProperty.version to sarifVersion:

 

{                             # An externalizedProperty object

  "$schema":                  # See §4.2.2.

    "http:///json.schemastore.org/sarif-externalized-property-2.0.0",

 

  "sarifVersion": "2.0.0",    # See §4.2.3.

 

                              # See §4.2.4.

  "runInstanceGuid": "00001111-2222-3333-4444-555566667777",

 

  "files": {                  # See §4.2.5.

    "apple.png": {

      "mimeType": "image/png"

    },

    "banana.png": {

      "mimeType": "image/png"

    }

  }

}

 

That will make explicit the decision we reached at TC #24, that the version property refers to the SARIF version rather than to a separate external file format version.

 

I will move to adopt this change at TC #25 on Wednesday October 10th. I will not produce a change draft for such a minimal change.

 

Thanks,

Larry



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