Skip to content

CompraNet/ocds_releasePublisher_extension

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Release Publisher Extension

Description

Includes the information about the publisher at release level for the cases in that a release-package or record-packages contains releases from different publishers.

Fields

  • release.publisher: Information to uniquely identify the publisher of this release.

Example

{
    "publisher": {
        "name": "SECRETARÍA DE LA FUNCIÓNN PÚBLICA / SECRETARIA DE HACIENDA Y CRÉDITO PÚBLICO", 
        "uri": "http://www.gob.mx/contratacionesabiertas/"
    }, 
    "license": "https://datos.gob.mx/libreusomx", 
    "publishedDate": "2018-02-14T19:23:19.405517Z", 
    "uri": "https://api.datos.gob.mx/v1/", 
    "records": [
        {
            "ocid": "ocds-07smqs-1303516", 
            "releases": [
                {
                    "publisher": {
                        "uri": "http://www.gob.mx/sfp", 
                        "uid": "27511", 
                        "name": "SECRETARÍA DE LA FUNCIÓN PÚBLICA"
                        }, 
                    "language": "es"
                    ....
                }, 
                {
                    "publisher": {
                        "uri": "http://www.gob.mx/shcp", 
                        "uid": "00000", 
                        "name": "SECRETARÍA DE HACIENDA Y CRÉDITO PÚBLICO"
                        }, 
                    "language": "es"
                    ....
                }
            ]
        }
    ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published