← Prev in month ← Prev in thread

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

From
Larry Golding \(Comcast\) <>
Date
2018-09-27T18:39:59+00:00
ID
[email protected]
Thread
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
← Prev in month ← Prev in thread